28#ifndef BATCHTRAYICON_H
29#define BATCHTRAYICON_H
32#include <wx/taskbar.h>
49 void OnExit(wxCommandEvent& e);
58#if defined __WXMSW__ && wxUSE_TASKBARICON_BALLOONS
class for showing a taskbar/tray icon
void OnShowGUI(wxCommandEvent &e)
handler to open window
void OnPauseBatch(wxCommandEvent &e)
handler to pause batch
void OnStartBatch(wxCommandEvent &e)
handler to start batch
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
class to show a taskbar balloon
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
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.