#include <ViewerDlg.h>
|  | 
|  | ViewerDlg (void) | 
|  | Default constructor. 
 | 
|  | 
|  | ~ViewerDlg (void) | 
|  | Default destructor. 
 | 
|  | 
| bool | Connect (Spinnaker::CameraPtr camera) | 
|  | Connect ImageDrawingWindow to camera. 
 | 
|  | 
| void | StartStreaming () | 
|  | Start image streaming. 
 | 
|  | 
| void | StopStreaming () | 
|  | Stop image streaming. 
 | 
|  | 
| std::string | GetTitle () | 
|  | Set the window title. 
 | 
|  | 
| void | SetTitle (std::string title) | 
|  | Get the window title. 
 | 
|  | 
| void | Disconnect () | 
|  | Disconnect the ImageDrawingWindow from associated camera object. 
 | 
|  | 
| bool | IsConnected () | 
|  | Get a boolean indicating whether Window is connected to a camera object. 
 | 
|  | 
| void | Open () | 
|  | Show the ImageDrawingWindow. 
 | 
|  | 
| void | Close () | 
|  | Hide the ImageDrawingWindow. 
 | 
|  | 
◆ ViewerDlg()
◆ ~ViewerDlg()
◆ Close()
Hide the ImageDrawingWindow. 
 
 
◆ Connect()
Connect ImageDrawingWindow to camera. 
- Parameters
- 
  
    | pointer | to a camera object |  
 
- Returns
- boolean indicating whether the operation was successful 
 
 
◆ Disconnect()
Disconnect the ImageDrawingWindow from associated camera object. 
 
 
◆ GetTitle()
Set the window title. 
- Parameters
- 
  
    | string | representing the title. |  
 
 
 
◆ IsConnected()
Get a boolean indicating whether Window is connected to a camera object. 
- Returns
- boolean indicating connection status. 
 
 
◆ Open()
Show the ImageDrawingWindow. 
 
 
◆ SetTitle()
      
        
          | void SetTitle | ( | std::string | title | ) |  | 
      
 
Get the window title. 
- Returns
- string representing the title. 
 
 
◆ StartStreaming()
◆ StopStreaming()
◆ m_pWPFViewer
The documentation for this class was generated from the following file: