#include "BatchTrayIcon.h"
#include <wx/app.h>
#include <wx/menu.h>
#include "PTBatcherGUI.h"
Include dependency graph for BatchTrayIcon.cpp:
Go to the source code of this file.
Enumerations | |
| enum | { ID_SHOWGUI = wxID_HIGHEST+101, ID_START = wxID_HIGHEST+102, ID_PAUSE = wxID_HIGHEST+103, ID_STOP = wxID_HIGHEST+104, ID_ADDPROJECT = wxID_HIGHEST+105, ID_ADDPROJECTASSISTANT = wxID_HIGHEST+106, ID_EXIT = wxID_HIGHEST+120 } |
| enum | { TIMER_BALLOON = wxID_HIGHEST+207 } |
Definition in file BatchTrayIcon.cpp.
|
|
Definition at line 33 of file BatchTrayIcon.cpp. |
|
|
Definition at line 139 of file BatchTrayIcon.cpp. |
1.3.9.1