Skip to content

Class Spinnaker::GUI_WPF::PropertyGridWindow

ClassList > GUI_WPF > PropertyGridWindow

More...

  • #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

bool GUI_WPF::PropertyGridWindow::Connect (
    Spinnaker::CameraPtr * pCam
) 

Connect the PropertyGridWindow to a NodeMap object.

Returns:

boolean indicating whether the operation was successful


function Disconnect

void GUI_WPF::PropertyGridWindow::Disconnect () 

Disconnect the PropertyGridWindow from associated nodeMap object.


function GetTitle

std::string GUI_WPF::PropertyGridWindow::GetTitle () 

Get the window title.

Returns:

string representing the title.


function Hide

void GUI_WPF::PropertyGridWindow::Hide () 

Hide the PropertyGridWindow.


function IsConnected

bool GUI_WPF::PropertyGridWindow::IsConnected () 

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

Returns:

boolean indicating connection status.


function IsVisible

bool GUI_WPF::PropertyGridWindow::IsVisible () 

Check whether PropertyGridWindow is visible on screen.

Returns:

boolean indicating whether the window is visible


function PropertyGridWindow

GUI_WPF::PropertyGridWindow::PropertyGridWindow () 

Default constructor.


function RefreshFeatures

void GUI_WPF::PropertyGridWindow::RefreshFeatures () 

Immediately refresh all features listed in PropertyGrid.


function SetTitle

void GUI_WPF::PropertyGridWindow::SetTitle (
    std::string title
) 

Set the window title.

Parameters:

  • title string representing the title.

function Show

void GUI_WPF::PropertyGridWindow::Show () 

Show the PropertyGridWindow.


function ShowModal

void GUI_WPF::PropertyGridWindow::ShowModal () 

Show the PropertyGridWindow as Modal.


function ~PropertyGridWindow

GUI_WPF::PropertyGridWindow::~PropertyGridWindow () 

Default destructor.



The documentation for this class was generated from the following file /workspace/include/GUI/SpinnakerGUI_WPF.h