Public Slots | Signals | Public Member Functions | Protected Member Functions | List of all members
QtKeySequencePropertyManager Class Reference

#include <qtpropertymanager.h>

Inheritance diagram for QtKeySequencePropertyManager:
Inheritance graph
[legend]

Public Slots

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

Signals

void valueChanged (QtProperty *property, const QKeySequence &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

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

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
 

Constructor & Destructor Documentation

QtKeySequencePropertyManager::QtKeySequencePropertyManager ( QObject *  parent = 0)
explicit
QtKeySequencePropertyManager::~QtKeySequencePropertyManager ( )

Member Function Documentation

virtual void QtKeySequencePropertyManager::initializeProperty ( QtProperty property)
protectedvirtual
void QtKeySequencePropertyManager::setValue ( QtProperty property,
const QKeySequence &  val 
)
slot
virtual void QtKeySequencePropertyManager::uninitializeProperty ( QtProperty property)
protectedvirtual

Reimplemented from QtAbstractPropertyManager.

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

Reimplemented from QtAbstractPropertyManager.


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