Computer Assited Medical Intervention Tool Kit  version 4.0
Public Member Functions | Public Attributes | List of all members
camitk::RendererWidget::ScreenshotFormatInfo Class Reference

sub-class containing all information concerning exporting images (screenshot) More...

#include <RendererWidget.h>

Public Member Functions

 ScreenshotFormatInfo (ScreenshotFormat t, QString e, QString d)
 Constructor. More...
 
 ScreenshotFormatInfo ()
 default constructor More...
 

Public Attributes

QString description
 file format description More...
 
QString extension
 file extension (suffix) More...
 
ScreenshotFormat type
 the corresponding type (key) More...
 

Detailed Description

sub-class containing all information concerning exporting images (screenshot)

Constructor & Destructor Documentation

◆ ScreenshotFormatInfo() [1/2]

camitk::RendererWidget::ScreenshotFormatInfo::ScreenshotFormatInfo ( ScreenshotFormat  t,
QString  e,
QString  d 
)
inline

Constructor.

◆ ScreenshotFormatInfo() [2/2]

camitk::RendererWidget::ScreenshotFormatInfo::ScreenshotFormatInfo ( )
inline

default constructor

References camitk::RendererWidget::TRACKBALL.

Member Data Documentation

◆ description

QString camitk::RendererWidget::ScreenshotFormatInfo::description

file format description

Referenced by camitk::InteractiveViewer::screenshot().

◆ extension

QString camitk::RendererWidget::ScreenshotFormatInfo::extension

◆ type

ScreenshotFormat camitk::RendererWidget::ScreenshotFormatInfo::type

the corresponding type (key)


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