|
void | saveFile (const char *_filename) |
|
void | loadFile (const char *_filename) |
|
void | play () |
|
void | stop () |
|
void | record () |
|
void | loop (bool _b) |
|
|
| QtApplication (int _argc, char **_argv) |
|
bool | notify (QObject *_receiver, QEvent *_event) |
|
|
typedef std::vector< FootPrint > | FootPrints |
|
typedef FootPrints::iterator | FootPrintIter |
|
|
void | recordEvent (QObject *_receiver, QEvent *_event) |
|
void | playbackEvent (FootPrint &_fp) |
|
void | storeTopLevelSizes () |
|
void | restoreTopLevelSizes () |
|
void | saveTopLevelSizes (std::ostream &_os) |
|
void | loadTopLevelSizes (std::istream &_is) |
|
QWidget * | findWidget (FootPrint &_fp) |
|
void | timerEvent (QTimerEvent *_e) |
|
void | cleanUpEventBuffer () |
|
|
bool | record_ |
|
bool | playback_ |
|
bool | play_loop_ |
|
unsigned int | eventnr_ |
|
int | timer_id_ |
|
QTime | time_ |
|
FootPrints | events_ |
|
FootPrints | toplevels_ |
|
QtMacroDialog * | dialog_ |
|
QWidget * | mainWidget_ |
|
QPoint | mainWidgetDiff_ |
|
QPoint | oldMainWidgetPos_ |
|
Definition at line 95 of file QtApplication.hh.
The documentation for this class was generated from the following files: