Class Spinnaker::GUI_WPF::PropertyGridWindow¶
ClassList > GUI_WPF > PropertyGridWindow
#include <SpinnakerGUI_WPF.h>
Public Functions¶
| Type | Name |
|---|---|
| bool | Connect (Spinnaker::CameraPtr * pCam) |
| void | Disconnect () |
| std::string | GetTitle () |
| void | Hide () |
| bool | IsConnected () |
| bool | IsVisible () |
| PropertyGridWindow () |
|
| void | RefreshFeatures () |
| void | SetTitle (std::string title) |
| void | Show () |
| void | ShowModal () |
| ~PropertyGridWindow () |
Detailed Description¶
The PropertyGridWindow object represents a dialog that provides a graphical interface to view and control features on a camera object.
Public Functions Documentation¶
function Connect¶
Connect the PropertyGridWindow to a NodeMap object.
Returns:
boolean indicating whether the operation was successful
function Disconnect¶
Disconnect the PropertyGridWindow from associated nodeMap object.
function GetTitle¶
Get the window title.
Returns:
string representing the title.
function Hide¶
Hide the PropertyGridWindow.
function IsConnected¶
Get a boolean indicating whether PropertyGridWindow is connected to a camera object.
Returns:
boolean indicating connection status.
function IsVisible¶
Check whether PropertyGridWindow is visible on screen.
Returns:
boolean indicating whether the window is visible
function PropertyGridWindow¶
Default constructor.
function RefreshFeatures¶
Immediately refresh all features listed in PropertyGrid.
function SetTitle¶
Set the window title.
Parameters:
titlestring representing the title.
function Show¶
Show the PropertyGridWindow.
function ShowModal¶
Show the PropertyGridWindow as Modal.
function ~PropertyGridWindow¶
Default destructor.
The documentation for this class was generated from the following file /workspace/include/GUI/SpinnakerGUI_WPF.h