- cleaned up

- removed Timer

git-svn-id: http://moon:8086/svn/software/trunk/projects/mpsk_rx_gui@109 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
2014-12-22 17:39:42 +00:00
parent de3f6e1441
commit 40594c467c
5 changed files with 7 additions and 53 deletions
+1 -6
View File
@@ -34,9 +34,7 @@
Describe your class and how it works here!
//[/Comments]
*/
class IQPoint : public Component,
public ChangeBroadcaster,
public Timer
class IQPoint : public Component
{
public:
//==============================================================================
@@ -47,8 +45,6 @@ public:
//[UserMethods] -- You can add your own custom methods in this section.
LinkedListPointer<IQPoint> nextListItem;
void start();
void stop();
void setColor(Colour color);
void drawCross(Graphics& g);
//[/UserMethods]
@@ -64,7 +60,6 @@ private:
Colour m_color;
int m_pos_x;
int m_pos_y;
void timerCallback() override;
float m_alpha;
void drawPoint(Graphics& g);
void drawPlusSign(Graphics& g);