#include <CameraSelectionDlg.h>
Public Member Functions | |
CameraSelectionDlg (void) | |
Default constructor. | |
~CameraSelectionDlg (void) | |
Default destructor. | |
void | RegisterDoubleClickedCallback (Spinnaker::GUI_WPF::ClickedEventCallback pCallBackFunc) |
Register callback function for double clicked event on listed devices in CameraSelectionWindow. | |
void | RegisterSingleClickedCallback (Spinnaker::GUI_WPF::ClickedEventCallback pCallBackFunc) |
Register callback function for single clicked event on listed devices in CameraSelectionWindow. | |
void | Refresh () |
Rescan devices and refresh CameraSelectionWindow. | |
void | Open () |
Show the CameraSelectionWindow. | |
void | Close () |
Hide the CameraSelectionWindow. | |
void | SetTitle (std::string title) |
Set the window title. | |
std::string | GetTitle () |
Get the window title. | |
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. |