Public Member Functions | |
| CameraSelectionDlg (void) | |
| Default constructor. More... | |
| ~CameraSelectionDlg (void) | |
| Default destructor. More... | |
| void | RegisterDoubleClickedCallback (Spinnaker::GUI_WPF::ClickedEventCallback pCallBackFunc) |
| Register callback function for double clicked event on listed devices in CameraSelectionWindow. More... | |
| void | RegisterSingleClickedCallback (Spinnaker::GUI_WPF::ClickedEventCallback pCallBackFunc) |
| Register callback function for single clicked event on listed devices in CameraSelectionWindow. More... | |
| void | Refresh () |
| Rescan devices and refresh CameraSelectionWindow. More... | |
| void | Open () |
| Show the CameraSelectionWindow. More... | |
| void | Close () |
| Hide the CameraSelectionWindow. More... | |
| void | SetTitle (std::string title) |
| Set the window title. More... | |
| std::string | GetTitle () |
| Get the window title. More... | |
| CameraSelectionDlg | ( | void | ) |
Default constructor.
| ~CameraSelectionDlg | ( | void | ) |
Default destructor.
| void Close | ( | ) |
Hide the CameraSelectionWindow.
| std::string GetTitle | ( | ) |
Get the window title.
| void Open | ( | ) |
Show the CameraSelectionWindow.
| void Refresh | ( | ) |
Rescan devices and refresh CameraSelectionWindow.
| void RegisterDoubleClickedCallback | ( | Spinnaker::GUI_WPF::ClickedEventCallback | pCallBackFunc | ) |
Register callback function for double clicked event on listed devices in CameraSelectionWindow.
| function | pointer to double clicked event |
| void RegisterSingleClickedCallback | ( | Spinnaker::GUI_WPF::ClickedEventCallback | pCallBackFunc | ) |
Register callback function for single clicked event on listed devices in CameraSelectionWindow.
| function | pointer to single clicked event |
| void SetTitle | ( | std::string | title | ) |
Set the window title.
| string | representing the title. |