Computer Assited Medical Intervention Tool Kit  version 3.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Slots | Signals | Public Member Functions | Protected Member Functions | Private Member Functions | Private Attributes | List of all members
QtPointPropertyManager Class Reference

#include <qtpropertymanager.h>

+ Inheritance diagram for QtPointPropertyManager:

Public Slots

void setValue (QtProperty *property, const QPoint &val)
 

Signals

void valueChanged (QtProperty *property, const QPoint &val)
 
- Signals inherited from QtAbstractPropertyManager
void propertyChanged (QtProperty *property)
 
void propertyDestroyed (QtProperty *property)
 
void propertyInserted (QtProperty *property, QtProperty *parent, QtProperty *after)
 
void propertyRemoved (QtProperty *property, QtProperty *parent)
 

Public Member Functions

 QtPointPropertyManager (QObject *parent=0)
 
QtIntPropertyManagersubIntPropertyManager () const
 
QPoint value (const QtProperty *property) const
 
 ~QtPointPropertyManager ()
 
- Public Member Functions inherited from QtAbstractPropertyManager
QtPropertyaddProperty (const QString &name=QString())
 
void clear () const
 
QSet< QtProperty * > properties () const
 
 QtAbstractPropertyManager (QObject *parent=0)
 
 ~QtAbstractPropertyManager ()
 

Protected Member Functions

virtual void initializeProperty (QtProperty *property)
 
virtual void uninitializeProperty (QtProperty *property)
 
QString valueText (const QtProperty *property) const
 
- Protected Member Functions inherited from QtAbstractPropertyManager
virtual QtPropertycreateProperty ()
 
virtual QString displayText (const QtProperty *property) const
 
virtual EchoMode echoMode (const QtProperty *) const
 
virtual bool hasValue (const QtProperty *property) const
 
virtual QIcon valueIcon (const QtProperty *property) const
 

Private Member Functions

 Q_PRIVATE_SLOT (d_func(), void slotIntChanged(QtProperty *, int)) Q_PRIVATE_SLOT(d_func()
 

Private Attributes

QtPointPropertyManagerPrivate * d_ptr
 

Constructor & Destructor Documentation

QtPointPropertyManager::QtPointPropertyManager ( QObject *  parent = 0)
QtPointPropertyManager::~QtPointPropertyManager ( )

Member Function Documentation

virtual void QtPointPropertyManager::initializeProperty ( QtProperty property)
protectedvirtual
QtPointPropertyManager::Q_PRIVATE_SLOT ( d_func()  ,
void   slotIntChangedQtProperty *, int 
)
private
void QtPointPropertyManager::setValue ( QtProperty property,
const QPoint &  val 
)
slot
QtIntPropertyManager* QtPointPropertyManager::subIntPropertyManager ( ) const
virtual void QtPointPropertyManager::uninitializeProperty ( QtProperty property)
protectedvirtual

Reimplemented from QtAbstractPropertyManager.

QPoint QtPointPropertyManager::value ( const QtProperty property) const
void QtPointPropertyManager::valueChanged ( QtProperty property,
const QPoint &  val 
)
signal
QString QtPointPropertyManager::valueText ( const QtProperty property) const
protectedvirtual

Reimplemented from QtAbstractPropertyManager.

Member Data Documentation

QtPointPropertyManagerPrivate* QtPointPropertyManager::d_ptr
private

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