Medical Imaging Interaction Toolkit  2016.11.0
Medical Imaging Interaction Toolkit
QmlMitkProperties Class Reference

#include <QmlMitkProperties.h>

Inheritance diagram for QmlMitkProperties:
Collaboration diagram for QmlMitkProperties:

Signals

void renderingChanged ()
 
void lodChanged ()
 
void modeChanged ()
 
void enabledChanged ()
 
void sync ()
 

Public Member Functions

void setRendering (bool state)
 
void setLod (bool state)
 
void setMode (int mode)
 
void setEnabled (bool enabled)
 
bool isEnabled ()
 
bool getRendering ()
 
bool getLod ()
 
int getMode ()
 
void notify (mitk::DataNode::Pointer node)
 
 QmlMitkProperties ()
 
 ~QmlMitkProperties ()
 

Static Public Member Functions

static void create (QQmlEngine &engine)
 

Static Public Attributes

static QmlMitkPropertiesinstance
 

Properties

bool rendering
 
bool lod
 
int mode
 
bool enabled
 

Detailed Description

Definition at line 37 of file QmlMitkProperties.h.

Constructor & Destructor Documentation

QmlMitkProperties::QmlMitkProperties ( )

Definition at line 29 of file QmlMitkProperties.cpp.

References instance.

QmlMitkProperties::~QmlMitkProperties ( )

Definition at line 34 of file QmlMitkProperties.cpp.

Member Function Documentation

void QmlMitkProperties::create ( QQmlEngine &  engine)
static

Definition at line 173 of file QmlMitkProperties.cpp.

void QmlMitkProperties::enabledChanged ( )
signal

Referenced by setEnabled().

bool QmlMitkProperties::getLod ( )

Definition at line 95 of file QmlMitkProperties.cpp.

int QmlMitkProperties::getMode ( )

Definition at line 100 of file QmlMitkProperties.cpp.

bool QmlMitkProperties::getRendering ( )

Definition at line 90 of file QmlMitkProperties.cpp.

bool QmlMitkProperties::isEnabled ( )

Definition at line 111 of file QmlMitkProperties.cpp.

void QmlMitkProperties::lodChanged ( )
signal

Referenced by setLod().

void QmlMitkProperties::modeChanged ( )
signal

Referenced by setMode().

void QmlMitkProperties::renderingChanged ( )
signal

Referenced by setRendering().

void QmlMitkProperties::setEnabled ( bool  enabled)

Definition at line 105 of file QmlMitkProperties.cpp.

References enabled, and enabledChanged().

Referenced by notify(), and QmlMitkDatamanager::setIndex().

void QmlMitkProperties::setLod ( bool  state)
void QmlMitkProperties::sync ( )
signal

Member Data Documentation

QmlMitkProperties * QmlMitkProperties::instance
static

Definition at line 54 of file QmlMitkProperties.h.

Referenced by QmlMitkProperties(), and QmlMitkDatamanager::setIndex().

Property Documentation

bool QmlMitkProperties::enabled
readwrite

Definition at line 43 of file QmlMitkProperties.h.

Referenced by setEnabled().

bool QmlMitkProperties::lod
readwrite

Definition at line 41 of file QmlMitkProperties.h.

int QmlMitkProperties::mode
readwrite

Definition at line 42 of file QmlMitkProperties.h.

Referenced by notify(), and setMode().

bool QmlMitkProperties::rendering
readwrite

Definition at line 41 of file QmlMitkProperties.h.


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