Skip to content

Class Spinnaker::GUI_WPF::ImageDrawingWindow

ClassList > GUI_WPF > ImageDrawingWindow

More...

  • #include <SpinnakerGUI_WPF.h>

Public Functions

Type Name
bool Connect (Spinnaker::CameraPtr * pCam)
void Disconnect ()
std::string GetTitle ()
void Hide ()
ImageDrawingWindow ()
bool IsConnected ()
bool IsStreaming ()
bool IsVisible ()
void SetTitle (std::string title)
void Show ()
void ShowModal ()
void Snap ()
void Start ()
void Stop ()
~ImageDrawingWindow ()

Detailed Description

The ImageDrawingWindow object represents a dialog that displays live images from a connected camera object.

Public Functions Documentation

function Connect

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

Connect ImageDrawingWindow to camera.

Parameters:

  • pCam pointer to a camera object

Returns:

boolean indicating whether the operation was successful


function Disconnect

void GUI_WPF::ImageDrawingWindow::Disconnect () 

Disconnect the ImageDrawingWindow from associated camera object.


function GetTitle

std::string GUI_WPF::ImageDrawingWindow::GetTitle () 

Get the window title.

Returns:

string representing the title.


function Hide

void GUI_WPF::ImageDrawingWindow::Hide () 

Hide the ImageDrawingWindow.


function ImageDrawingWindow

GUI_WPF::ImageDrawingWindow::ImageDrawingWindow () 

Default constructor.


function IsConnected

bool GUI_WPF::ImageDrawingWindow::IsConnected () 

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

Returns:

boolean indicating connection status.


function IsStreaming

bool GUI_WPF::ImageDrawingWindow::IsStreaming () 

Get a boolean indicating whether drawing Window is streaming images.

Returns:

boolean indicating streaming status.


function IsVisible

bool GUI_WPF::ImageDrawingWindow::IsVisible () 

Hide the ImageDrawingWindow.

Returns:

boolean indicating whether the window is visible


function SetTitle

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

Set the window title.

Parameters:

  • title string representing the title.

function Show

void GUI_WPF::ImageDrawingWindow::Show () 

Show the ImageDrawingWindow.


function ShowModal

void GUI_WPF::ImageDrawingWindow::ShowModal () 

Show the ImageDrawingWindow as Modal.


function Snap

void GUI_WPF::ImageDrawingWindow::Snap () 

Single image acquisition.


function Start

void GUI_WPF::ImageDrawingWindow::Start () 

Start image streaming.


function Stop

void GUI_WPF::ImageDrawingWindow::Stop () 

Stop image streaming.


function ~ImageDrawingWindow

GUI_WPF::ImageDrawingWindow::~ImageDrawingWindow () 

Default destructor.



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