Spinnaker SDK C++
4.1.0.172
 
 

 
Loading...
Searching...
No Matches

#include <PropertyGridDlg.h>

Public Member Functions

 PropertyGridDlg (void)
 Default constructor.
 
 ~PropertyGridDlg (void)
 Default destructor.
 
bool Connect (Spinnaker::CameraPtr camera)
 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 Refresh ()
 Immediately refresh all features listed in PropertyGrid.
 
std::string GetTitle ()
 Get the window title.
 
void SetTitle (std::string title)
 Set the window title.
 
void Open ()
 Show the PropertyGridWindow.
 
void Close ()
 Hide the PropertyGridWindow.
 

Protected Attributes

Spinnaker::GUI_WPF::PropertyGridWindowm_pWPFPropertyGrid
 

Constructor & Destructor Documentation

◆ PropertyGridDlg()

PropertyGridDlg ( void  )

Default constructor.

◆ ~PropertyGridDlg()

~PropertyGridDlg ( void  )

Default destructor.

Member Function Documentation

◆ Close()

void Close ( )

Hide the PropertyGridWindow.

◆ Connect()

bool Connect ( Spinnaker::CameraPtr  camera)

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.

◆ IsConnected()

bool IsConnected ( )

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

Returns
boolean indicating connection status.

◆ Open()

void Open ( )

Show the PropertyGridWindow.

◆ Refresh()

void Refresh ( )

Immediately refresh all features listed in PropertyGrid.

◆ SetTitle()

void SetTitle ( std::string  title)

Set the window title.

Parameters
stringrepresenting the title.

Member Data Documentation

◆ m_pWPFPropertyGrid

Spinnaker::GUI_WPF::PropertyGridWindow* m_pWPFPropertyGrid
protected

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