Added NumberDisplay class
This commit is contained in:
parent
95d76f9a44
commit
45fd11151f
8 changed files with 110 additions and 41 deletions
|
@ -15,6 +15,7 @@
|
|||
#include "Button.h"
|
||||
#include "TextBar.h"
|
||||
#include "MainWindow.h"
|
||||
#include "NumberDisplay.h"
|
||||
|
||||
using namespace std;
|
||||
|
||||
|
@ -45,6 +46,9 @@ class MainDisplay : public SkinDisplay
|
|||
ToggleButton *m_repeat;
|
||||
|
||||
TextScroller *m_text;
|
||||
|
||||
NumberDisplay *m_number;
|
||||
NumberDisplay *m_number2;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue