Class Spinnaker::GUI::ViewerDlg¶
#include <ViewerDlg.h>
Public Functions¶
| Type | Name |
|---|---|
| void | Close () |
| bool | Connect (Spinnaker::CameraPtr camera) |
| void | Disconnect () |
| std::string | GetTitle () |
| bool | IsConnected () |
| void | Open () |
| void | SetTitle (std::string title) |
| void | StartStreaming () |
| void | StopStreaming () |
| ViewerDlg (void) |
|
| ~ViewerDlg (void) |
Protected Attributes¶
| Type | Name |
|---|---|
| Spinnaker::GUI_WPF::ImageDrawingWindow * | m_pWPFViewer |
Public Functions Documentation¶
function Close¶
Hide the ImageDrawingWindow.
function Connect¶
Connect ImageDrawingWindow to camera.
Parameters:
pointerto a camera object
Returns:
boolean indicating whether the operation was successful
function Disconnect¶
Disconnect the ImageDrawingWindow from associated camera object.
function GetTitle¶
Set the window title.
Parameters:
stringrepresenting the title.
function IsConnected¶
Get a boolean indicating whether Window is connected to a camera object.
Returns:
boolean indicating connection status.
function Open¶
Show the ImageDrawingWindow.
function SetTitle¶
Get the window title.
Returns:
string representing the title.
function StartStreaming¶
Start image streaming.
function StopStreaming¶
Stop image streaming.
function ViewerDlg¶
Default constructor.
function ~ViewerDlg¶
Default destructor.
Protected Attributes Documentation¶
variable m_pWPFViewer¶
The documentation for this class was generated from the following file C:/workspace/include/GUI/ViewerDlg.h