Class Spinnaker::GUI_WPF::ImageDrawingWindow¶
ClassList > GUI_WPF > ImageDrawingWindow
#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¶
Connect ImageDrawingWindow to camera.
Parameters:
pCampointer to a camera object
Returns:
boolean indicating whether the operation was successful
function Disconnect¶
Disconnect the ImageDrawingWindow from associated camera object.
function GetTitle¶
Get the window title.
Returns:
string representing the title.
function Hide¶
Hide the ImageDrawingWindow.
function ImageDrawingWindow¶
Default constructor.
function IsConnected¶
Get a boolean indicating whether Window is connected to a camera object.
Returns:
boolean indicating connection status.
function IsStreaming¶
Get a boolean indicating whether drawing Window is streaming images.
Returns:
boolean indicating streaming status.
function IsVisible¶
Hide the ImageDrawingWindow.
Returns:
boolean indicating whether the window is visible
function SetTitle¶
Set the window title.
Parameters:
titlestring representing the title.
function Show¶
Show the ImageDrawingWindow.
function ShowModal¶
Show the ImageDrawingWindow as Modal.
function Snap¶
Single image acquisition.
function Start¶
Start image streaming.
function Stop¶
Stop image streaming.
function ~ImageDrawingWindow¶
Default destructor.
The documentation for this class was generated from the following file /workspace/include/GUI/SpinnakerGUI_WPF.h