CTK  0.1.0
The Common Toolkit is a community effort to provide support code for medical image analysis, surgical navigation, and related projects.
Public Member Functions | Properties | List of all members
ctkTestWrappedQProperty Class Reference

#include <Applications/ctkSimplePythonShell/ctkTestWrappedQProperty.h>

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

Public Member Functions

 ctkTestWrappedQProperty (QObject *newParent=0)
 
void setValue (int newValue)
 
int value () const
 

Properties

int value
 

Detailed Description

Definition at line 27 of file ctkTestWrappedQProperty.h.

Constructor & Destructor Documentation

◆ ctkTestWrappedQProperty()

ctkTestWrappedQProperty::ctkTestWrappedQProperty ( QObject *  newParent = 0)
inline

Definition at line 35 of file ctkTestWrappedQProperty.h.

Member Function Documentation

◆ setValue()

void ctkTestWrappedQProperty::setValue ( int  newValue)
inline

Definition at line 43 of file ctkTestWrappedQProperty.h.

◆ value()

int ctkTestWrappedQProperty::value ( ) const
inline

Example of property declared using Q_PROPERTY Using Q_PROPERTY is enough to expose them, it's not required to declare them as slot

Definition at line 42 of file ctkTestWrappedQProperty.h.

Property Documentation

◆ value

int ctkTestWrappedQProperty::value
readwrite

Definition at line 1 of file ctkTestWrappedQProperty.h.


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