#include <propertywidgetcontainer.h>
Classes | |
class | PropertyWidgetContainerPrivate |
Public Slots | |
void | upTriggered () |
void | downTriggered () |
void | delTriggered () |
Signals | |
void | propertyChanged (QObject *object, const QString &property, const QVariant &oldValue, const QVariant &newValue) |
Public Member Functions | |
PropertyWidgetContainer (GluonCore::GluonObject *theObject, QWidget *parent=0, Qt::WindowFlags f=0) | |
~PropertyWidgetContainer () | |
void | setObject (GluonCore::GluonObject *theObject) |
bool | expanded () const |
void | setExpanded (const bool &newExpanded) |
Q_SLOT void | toggleExpanded () |
bool | enabled () const |
Q_SLOT void | setEnabled (const bool &newEnabled) |
QString | title () const |
void | setTitle (const QString &newTitle) |
void | addDefaultMenuItems () |
void | addMenuItem (QAction *menuItem) |
void | removeMenuItem (QAction *menuItem) |
Properties | |
bool | expanded |
bool | enabled |
QString | title |
Definition at line 31 of file propertywidgetcontainer.h.
PropertyWidgetContainer::PropertyWidgetContainer | ( | GluonCore::GluonObject * | theObject, | |
QWidget * | parent = 0 , |
|||
Qt::WindowFlags | f = 0 | |||
) |
Definition at line 129 of file propertywidgetcontainer.cpp.
PropertyWidgetContainer::~PropertyWidgetContainer | ( | ) |
Definition at line 142 of file propertywidgetcontainer.cpp.
void PropertyWidgetContainer::addDefaultMenuItems | ( | ) |
Definition at line 302 of file propertywidgetcontainer.cpp.
void PropertyWidgetContainer::addMenuItem | ( | QAction * | menuItem | ) |
Definition at line 307 of file propertywidgetcontainer.cpp.
void PropertyWidgetContainer::delTriggered | ( | ) | [slot] |
Definition at line 216 of file propertywidgetcontainer.cpp.
void PropertyWidgetContainer::downTriggered | ( | ) | [slot] |
Definition at line 210 of file propertywidgetcontainer.cpp.
bool GluonCreator::PropertyWidgetContainer::enabled | ( | ) | const |
bool GluonCreator::PropertyWidgetContainer::expanded | ( | ) | const |
void GluonCreator::PropertyWidgetContainer::propertyChanged | ( | QObject * | object, | |
const QString & | property, | |||
const QVariant & | oldValue, | |||
const QVariant & | newValue | |||
) | [signal] |
void PropertyWidgetContainer::removeMenuItem | ( | QAction * | menuItem | ) |
Definition at line 313 of file propertywidgetcontainer.cpp.
void PropertyWidgetContainer::setEnabled | ( | const bool & | newEnabled | ) |
Definition at line 277 of file propertywidgetcontainer.cpp.
void PropertyWidgetContainer::setExpanded | ( | const bool & | newExpanded | ) |
Definition at line 239 of file propertywidgetcontainer.cpp.
void PropertyWidgetContainer::setObject | ( | GluonCore::GluonObject * | theObject | ) |
Definition at line 147 of file propertywidgetcontainer.cpp.
void PropertyWidgetContainer::setTitle | ( | const QString & | newTitle | ) |
Definition at line 295 of file propertywidgetcontainer.cpp.
QString GluonCreator::PropertyWidgetContainer::title | ( | ) | const |
void PropertyWidgetContainer::toggleExpanded | ( | ) |
Definition at line 265 of file propertywidgetcontainer.cpp.
void PropertyWidgetContainer::upTriggered | ( | ) | [slot] |
Definition at line 204 of file propertywidgetcontainer.cpp.
bool PropertyWidgetContainer::enabled [read, write] |
Definition at line 35 of file propertywidgetcontainer.h.
bool PropertyWidgetContainer::expanded [read, write] |
Definition at line 34 of file propertywidgetcontainer.h.
QString PropertyWidgetContainer::title [read, write] |
Definition at line 36 of file propertywidgetcontainer.h.