#include <BatchTrayIcon.h>
Protected Member Functions | |
| void | OnLeftButtonDClick (wxTaskBarIconEvent &) |
| handler if double clicked on taskbar icon, opens window | |
| void | OnShowGUI (wxCommandEvent &e) |
| handler to open window | |
| void | OnStartBatch (wxCommandEvent &e) |
| handler to start batch | |
| void | OnPauseBatch (wxCommandEvent &e) |
| handler to pause batch | |
| void | OnStopBatch (wxCommandEvent &e) |
| handler to stop batch | |
| void | OnExit (wxCommandEvent &e) |
| handler to exit PTBatcherGUI | |
| void | OnAddProject (wxCommandEvent &e) |
| handler to adding a project to stitching queue | |
| void | OnAddProjectToAssistant (wxCommandEvent &e) |
| handler to adding a project to assistant queue | |
| virtual wxMenu * | CreatePopupMenu () |
| creates the popup menu | |
Definition at line 33 of file BatchTrayIcon.h.
|
|
creates the popup menu
Definition at line 56 of file BatchTrayIcon.cpp. References ID_ADDPROJECT, ID_ADDPROJECTASSISTANT, ID_EXIT, ID_PAUSE, ID_SHOWGUI, ID_START, and ID_STOP. |
|
|
handler to adding a project to stitching queue
Definition at line 111 of file BatchTrayIcon.cpp. |
|
|
handler to adding a project to assistant queue
Definition at line 117 of file BatchTrayIcon.cpp. |
|
|
handler to exit PTBatcherGUI
Definition at line 123 of file BatchTrayIcon.cpp. |
|
|
handler if double clicked on taskbar icon, opens window
Definition at line 129 of file BatchTrayIcon.cpp. References OnShowGUI(). |
|
|
handler to pause batch
Definition at line 99 of file BatchTrayIcon.cpp. |
|
|
handler to open window
Definition at line 86 of file BatchTrayIcon.cpp. Referenced by OnLeftButtonDClick(). |
|
|
handler to start batch
Definition at line 93 of file BatchTrayIcon.cpp. |
|
|
handler to stop batch
Definition at line 105 of file BatchTrayIcon.cpp. |
1.3.9.1