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 | List of all members
ctkTestWrappedQInvokable Class Reference

#include <Applications/ctkSimplePythonShell/ctkTestWrappedQInvokable.h>

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

Public Member Functions

 ctkTestWrappedQInvokable (QObject *newParent=0)
 
Q_INVOKABLE void setValue (int newValue)
 
Q_INVOKABLE int value () const
 Example of method wrapped using Q_INVOKABLE. More...
 

Detailed Description

Definition at line 27 of file ctkTestWrappedQInvokable.h.

Constructor & Destructor Documentation

◆ ctkTestWrappedQInvokable()

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

Definition at line 32 of file ctkTestWrappedQInvokable.h.

Member Function Documentation

◆ setValue()

Q_INVOKABLE void ctkTestWrappedQInvokable::setValue ( int  newValue)
inline

Definition at line 39 of file ctkTestWrappedQInvokable.h.

◆ value()

Q_INVOKABLE int ctkTestWrappedQInvokable::value ( ) const
inline

Example of method wrapped using Q_INVOKABLE.

Definition at line 38 of file ctkTestWrappedQInvokable.h.


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