- 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:
+1
-6
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user