NifTK  16.4.1 - 0798f20
CMIC's Translational Medical Imaging Platform
Public Member Functions | Static Public Attributes | Protected Slots | Protected Member Functions | Protected Attributes | List of all members
SnapshotView Class Reference

Simple user interface to provide screenshots of the current editor window. More...

Inheritance diagram for SnapshotView:
Inheritance graph
[legend]
Collaboration diagram for SnapshotView:
Collaboration graph
[legend]

Public Member Functions

 SnapshotView ()
 
virtual ~SnapshotView ()
 
virtual std::string GetViewID () const
 Returns the view ID. More...
 

Static Public Attributes

static const std::string VIEW_ID = "uk.ac.ucl.cmic.snapshot"
 Static view ID = uk.ac.ucl.cmic.snapshot. More...
 

Protected Slots

virtual void OnTakeSnapshotButtonPressed ()
 

Protected Member Functions

virtual void CreateQtPartControl (QWidget *parent) override
 Called by framework, this method creates all the controls for this view. More...
 
virtual void SetFocus () override
 Called by framework, sets the focus on a specific widget. More...
 

Protected Attributes

Ui::SnapshotViewControls * m_Controls
 

Detailed Description

Simple user interface to provide screenshots of the current editor window.

Constructor & Destructor Documentation

SnapshotView::SnapshotView ( )
SnapshotView::~SnapshotView ( )
virtual

Member Function Documentation

void SnapshotView::CreateQtPartControl ( QWidget *  parent)
overrideprotectedvirtual

Called by framework, this method creates all the controls for this view.

std::string SnapshotView::GetViewID ( ) const
virtual

Returns the view ID.

void SnapshotView::OnTakeSnapshotButtonPressed ( )
protectedvirtualslot
void SnapshotView::SetFocus ( )
overrideprotectedvirtual

Called by framework, sets the focus on a specific widget.

Member Data Documentation

Ui::SnapshotViewControls* SnapshotView::m_Controls
protected
const std::string SnapshotView::VIEW_ID = "uk.ac.ucl.cmic.snapshot"
static

Static view ID = uk.ac.ucl.cmic.snapshot.


The documentation for this class was generated from the following files: