Spinnaker SDK C++
4.1.0.172
 
 

 
Loading...
Searching...
No Matches
PropertyGridWindow Class Reference

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.
 

Detailed Description

The PropertyGridWindow object represents a dialog that provides a graphical interface to view and control features on a camera object.

Constructor & Destructor Documentation

◆ PropertyGridWindow()

Default constructor.

◆ ~PropertyGridWindow()

Default destructor.

Member Function Documentation

◆ Connect()

bool Connect ( Spinnaker::CameraPtr pCam)

Connect the PropertyGridWindow to a NodeMap object.

Returns
boolean indicating whether the operation was successful

◆ Disconnect()

void Disconnect ( )

Disconnect the PropertyGridWindow from associated nodeMap object.

◆ GetTitle()

std::string GetTitle ( )

Get the window title.

Returns
string representing the title.

◆ Hide()

void Hide ( )

Hide the PropertyGridWindow.

◆ IsConnected()

bool IsConnected ( )

Get a boolean indicating whether PropertyGridWindow is connected to a camera object.

Returns
boolean indicating connection status.

◆ IsVisible()

bool IsVisible ( )

Check whether PropertyGridWindow is visible on screen.

Returns
boolean indicating whether the window is visible

◆ RefreshFeatures()

void RefreshFeatures ( )

Immediately refresh all features listed in PropertyGrid.

◆ SetTitle()

void SetTitle ( std::string  title)

Set the window title.

Parameters
titlestring representing the title.

◆ Show()

void Show ( )

Show the PropertyGridWindow.

◆ ShowModal()

void ShowModal ( )

Show the PropertyGridWindow as Modal.


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