61 menu->AppendSeparator();
65 if(
wxGetApp().GetFrame()->IsPaused())
76 menu->AppendSeparator();
81 menu->AppendSeparator();
90 wxGetApp().GetFrame()->Iconize(
false);
91 wxGetApp().GetFrame()->UpdateBatchVerboseStatus();
97 wxGetApp().GetFrame()->GetEventHandler()->AddPendingEvent(ev);
103 wxGetApp().GetFrame()->GetEventHandler()->AddPendingEvent(ev);
109 wxGetApp().GetFrame()->GetEventHandler()->AddPendingEvent(ev);
115 wxGetApp().GetFrame()->GetEventHandler()->AddPendingEvent(ev);
121 wxGetApp().GetFrame()->GetEventHandler()->AddPendingEvent(ev);
127 wxGetApp().GetFrame()->GetEventHandler()->AddPendingEvent(ev);
132 wxCommandEvent
dummy;
136#if defined __WXMSW__ && wxUSE_TASKBARICON_BALLOONS
168 GetPosition( &
iX, &
iY );
definition of tray/task bar icon for PTBatcherGUI
Batch processor for Hugin with GUI.
void OnShowGUI(wxCommandEvent &e)
handler to open window
void OnPauseBatch(wxCommandEvent &e)
handler to pause batch
void OnStartBatch(wxCommandEvent &e)
handler to start batch
BatchTaskBarIcon(wxTaskBarIconType iconType=wxTBI_DEFAULT_TYPE)
void OnLeftButtonDClick(wxTaskBarIconEvent &)
handler if double clicked on taskbar icon, opens window
virtual wxMenu * CreatePopupMenu()
creates the popup menu
void OnAddProjectToAssistant(wxCommandEvent &e)
handler to adding a project to assistant queue
void OnExit(wxCommandEvent &e)
handler to exit PTBatcherGUI
void OnAddProject(wxCommandEvent &e)
handler to adding a project to stitching queue
void OnStopBatch(wxCommandEvent &e)
handler to stop batch
void OnClick(wxMouseEvent &e)
click on the balloon
void showBalloon(unsigned int iTimeout)
display the baloon and run the timer
void OnTimerTick(wxTimerEvent &e)
timer to close window
virtual ~TaskBarBalloon()
void OnKeyDown(wxKeyEvent &e)
key down event in the balloon
TaskBarBalloon(wxString sTitle, wxString sMessage)
std::vector< deghosting::BImagePtr > threshold(const std::vector< deghosting::FImagePtr > &inputImages, const double threshold, const uint16_t flags)
Threshold function used for creating alpha masks for images.