![]() |
Computer Assited Medical Intervention Tool Kit
version 3.3
|
The description of this class will come soon ! More...
#include <qtbuttonpropertybrowser.h>
Signals | |
void | collapsed (QtBrowserItem *item) |
void | expanded (QtBrowserItem *item) |
![]() | |
void | currentItemChanged (QtBrowserItem *) |
Public Member Functions | |
bool | isExpanded (QtBrowserItem *item) const |
QtButtonPropertyBrowser (QWidget *parent=0) | |
void | setExpanded (QtBrowserItem *item, bool expanded) |
~QtButtonPropertyBrowser () | |
![]() | |
void | clear () |
QtBrowserItem * | currentItem () const |
QList< QtBrowserItem * > | items (QtProperty *property) const |
QList< QtProperty * > | properties () const |
QtAbstractPropertyBrowser (QWidget *parent=0) | |
void | setCurrentItem (QtBrowserItem *) |
template<class PropertyManager > | |
void | setFactoryForManager (PropertyManager *manager, QtAbstractEditorFactory< PropertyManager > *factory) |
QtBrowserItem * | topLevelItem (QtProperty *property) const |
QList< QtBrowserItem * > | topLevelItems () const |
void | unsetFactoryForManager (QtAbstractPropertyManager *manager) |
~QtAbstractPropertyBrowser () | |
Protected Member Functions | |
virtual void | itemChanged (QtBrowserItem *item) |
virtual void | itemInserted (QtBrowserItem *item, QtBrowserItem *afterItem) |
virtual void | itemRemoved (QtBrowserItem *item) |
![]() | |
virtual QWidget * | createEditor (QtProperty *property, QWidget *parent) |
Private Member Functions | |
Q_PRIVATE_SLOT (d_func(), void slotUpdate()) Q_PRIVATE_SLOT(d_func() | |
void | slotEditorDestroyed ()) Q_PRIVATE_SLOT(d_func() |
Private Attributes | |
QtButtonPropertyBrowserPrivate * | d_ptr |
Additional Inherited Members | |
![]() | |
QtBrowserItem * | addProperty (QtProperty *property) |
QtBrowserItem * | insertProperty (QtProperty *property, QtProperty *afterProperty) |
void | removeProperty (QtProperty *property) |
The description of this class will come soon !
QtButtonPropertyBrowser::QtButtonPropertyBrowser | ( | QWidget * | parent = 0 | ) |
QtButtonPropertyBrowser::~QtButtonPropertyBrowser | ( | ) |
|
signal |
|
signal |
bool QtButtonPropertyBrowser::isExpanded | ( | QtBrowserItem * | item | ) | const |
|
protectedvirtual |
Implements QtAbstractPropertyBrowser.
|
protectedvirtual |
Implements QtAbstractPropertyBrowser.
|
protectedvirtual |
Implements QtAbstractPropertyBrowser.
|
private |
void QtButtonPropertyBrowser::setExpanded | ( | QtBrowserItem * | item, |
bool | expanded | ||
) |
|
private |
|
private |