Class Spinnaker::GUI::GUIFactory¶
ClassList > GUI > GUIFactory
#include <SpinnakerGUI.h>
Public Functions¶
| Type | Name |
|---|---|
| bool | ConnectGUILib (Spinnaker::CameraPtr camera) |
| void | DisconnectGUILib () |
| GUIFactory (void) |
|
| std::list< std::string > | GetControlNameList () |
| std::list< std::string > | GetDialogNameList () |
| int | GetNumCtrls () |
| int | GetNumDlgs () |
| void | HideDlgByIndex (unsigned int index) |
| void | HideDlgByName (std::string dialogName) |
| bool | IsConnected () |
| void | ShowDlgByIndex (unsigned int index) |
| void | ShowDlgByName (std::string dialogName) |
| ~GUIFactory (void) |
Public Static Functions¶
| Type | Name |
|---|---|
| CameraSelectionDlg * | GetCameraSelectionDlg () |
| PropertyGridDlg * | GetPropertyGridDlg () |
| ViewerDlg * | GetViewer () |
Protected Attributes¶
| Type | Name |
|---|---|
| bool | m_bisConnected |
| Spinnaker::GUI_WPF::GUIFactory * | m_pWPFGUIFactory |
Protected Static Attributes¶
| Type | Name |
|---|---|
| CameraSelectionDlg * | m_pCameraSelectionDialog |
| PropertyGridDlg * | m_pPropertyGridDialog |
| ViewerDlg * | m_pViewer |
Public Functions Documentation¶
function ConnectGUILib¶
Connect GUI Factory to camera object
Parameters:
pointerto a camera object
Returns:
boolean indicating whether operation was successful
function DisconnectGUILib¶
Disconnect GUI Factory from camera object.
function GUIFactory¶
Default constructor.
function GetControlNameList¶
Get dialog with specific name
Parameters:
stringholding dialog name
function GetDialogNameList¶
Get a list of dialog names
Returns:
string list of dialog names
function GetNumCtrls¶
Return number of controls contained in GUI Factory
Returns:
number of controls
function GetNumDlgs¶
Get number of dialogs contained in GUI Factory
Returns:
number of dialogs
function HideDlgByIndex¶
Hide dialog at specific name list index
Parameters:
nameindex of dialog to be shown
function HideDlgByName¶
Hide dialog with specific name
Parameters:
stringholding dialog name
function IsConnected¶
Get a boolean indicating whether GUI Factory is connected to a camera object.
Returns:
boolean indicating connection status.
function ShowDlgByIndex¶
Display dialog at specific name list index
Parameters:
nameindex of dialog to be shown
function ShowDlgByName¶
Display dialog with specific name
Parameters:
stringholding dialog name
function ~GUIFactory¶
Default destructor.
Public Static Functions Documentation¶
function GetCameraSelectionDlg¶
Statically Get Camera Selection Window from GUI Factory
Returns:
A pointer to CameraSelectionWindow. User has ownership of this pointer.
function GetPropertyGridDlg¶
Statically Get PropertyGridWindow from GUI Factory.
Returns:
A pointer to PropertyGridWindow. User has ownership of this pointer.
function GetViewer¶
Statically Get Image Drawing Window
Returns:
A pointer to ImageDrawingWindow. User has ownership of this pointer.
Protected Attributes Documentation¶
variable m_bisConnected¶
variable m_pWPFGUIFactory¶
Protected Static Attributes Documentation¶
variable m_pCameraSelectionDialog¶
variable m_pPropertyGridDialog¶
variable m_pViewer¶
The documentation for this class was generated from the following file /workspace/include/GUI/SpinnakerGUI.h