Spinnaker SDK C++
4.1.0.172
 
 

 
Loading...
Searching...
No Matches

#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.
 

Constructor & Destructor Documentation

◆ CameraSelectionDlg()

CameraSelectionDlg ( void  )

Default constructor.

◆ ~CameraSelectionDlg()

~CameraSelectionDlg ( void  )

Default destructor.

Member Function Documentation

◆ Close()

void Close ( )

Hide the CameraSelectionWindow.

◆ GetTitle()

std::string GetTitle ( )

Get the window title.

Returns
string representing the title.

◆ Open()

void Open ( )

Show the CameraSelectionWindow.

◆ Refresh()

void Refresh ( )

Rescan devices and refresh CameraSelectionWindow.

◆ RegisterDoubleClickedCallback()

void RegisterDoubleClickedCallback ( Spinnaker::GUI_WPF::ClickedEventCallback  pCallBackFunc)

Register callback function for double clicked event on listed devices in CameraSelectionWindow.

Parameters
functionpointer to double clicked event

◆ RegisterSingleClickedCallback()

void RegisterSingleClickedCallback ( Spinnaker::GUI_WPF::ClickedEventCallback  pCallBackFunc)

Register callback function for single clicked event on listed devices in CameraSelectionWindow.

Parameters
functionpointer to single clicked event

◆ SetTitle()

void SetTitle ( std::string  title)

Set the window title.

Parameters
stringrepresenting the title.

The documentation for this class was generated from the following file: