The PropertyGridWindow object represents a dialog that provides a graphical interface to view and control features on a camera object. More...
#include <SpinnakerGUI_WPF.h>
Public Member Functions | |
| PropertyGridWindow () | |
| Default constructor. | |
| ~PropertyGridWindow () | |
| Default destructor. | |
| bool | Connect (Spinnaker::CameraPtr *pCam) |
| Connect the PropertyGridWindow to a NodeMap object. | |
| void | Disconnect () |
| Disconnect the PropertyGridWindow from associated nodeMap object. | |
| bool | IsConnected () |
| Get a boolean indicating whether PropertyGridWindow is connected to a camera object. | |
| void | RefreshFeatures () |
| Immediately refresh all features listed in PropertyGrid. | |
| void | Show () |
| Show the PropertyGridWindow. | |
| void | ShowModal () |
| Show the PropertyGridWindow as Modal. | |
| void | Hide () |
| Hide the PropertyGridWindow. | |
| bool | IsVisible () |
| Check whether PropertyGridWindow is visible on screen. | |
| void | SetTitle (std::string title) |
| Set the window title. | |
| std::string | GetTitle () |
| Get the window title. | |
The PropertyGridWindow object represents a dialog that provides a graphical interface to view and control features on a camera object.
Default constructor.
| ~PropertyGridWindow | ( | ) |
Default destructor.
| bool Connect | ( | Spinnaker::CameraPtr * | pCam | ) |
Connect the PropertyGridWindow to a NodeMap object.
| void Disconnect | ( | ) |
Disconnect the PropertyGridWindow from associated nodeMap object.
| std::string GetTitle | ( | ) |
Get the window title.
| void Hide | ( | ) |
Hide the PropertyGridWindow.
| bool IsConnected | ( | ) |
Get a boolean indicating whether PropertyGridWindow is connected to a camera object.
| bool IsVisible | ( | ) |
Check whether PropertyGridWindow is visible on screen.
| void RefreshFeatures | ( | ) |
Immediately refresh all features listed in PropertyGrid.
| void SetTitle | ( | std::string | title | ) |
Set the window title.
| title | string representing the title. |
| void Show | ( | ) |
Show the PropertyGridWindow.
| void ShowModal | ( | ) |
Show the PropertyGridWindow as Modal.