Eneboo - Documentación para desarrolladores
|
PropertyEdior toplevel window. Más...
#include <propertyeditor.h>
Slots públicos | |
void | setWidget (QObject *w, FormWindow *fw) |
Señales | |
void | hidden () |
Métodos públicos | |
PropertyEditor (QWidget *parent) | |
QObject * | widget () const |
void | clear () |
void | setup () |
void | emitWidgetChanged () |
void | refetchData () |
void | closed (FormWindow *w) |
PropertyList * | propertyList () const |
FormWindow * | formWindow () const |
EventList * | eventList () const |
QString | currentProperty () const |
QString | classOfCurrentProperty () const |
QMetaObject * | metaObjectOfCurrentProperty () const |
void | resetFocus () |
void | setPropertyEditorEnabled (bool b) |
void | setSignalHandlersEnabled (bool b) |
Métodos protegidos | |
void | closeEvent (QCloseEvent *e) |
PropertyEdior toplevel window.
This is the toplevel window of the property editor which contains a listview for editing properties.
PropertyEditor::PropertyEditor | ( | QWidget * | parent | ) |
QString PropertyEditor::classOfCurrentProperty | ( | ) | const |
void PropertyEditor::clear | ( | void | ) |
void PropertyEditor::closed | ( | FormWindow * | w | ) |
void PropertyEditor::closeEvent | ( | QCloseEvent * | e | ) | [protected, virtual] |
This event handler, for event e, can be reimplemented in a subclass to receive widget close events.
The default implementation calls e->accept(), which hides this widget. See the QCloseEvent documentation for more details.
Reimplementado de QWidget.
QString PropertyEditor::currentProperty | ( | ) | const |
void PropertyEditor::emitWidgetChanged | ( | ) |
EventList * PropertyEditor::eventList | ( | ) | const |
FormWindow * PropertyEditor::formWindow | ( | ) | const |
void PropertyEditor::hidden | ( | ) | [signal] |
QMetaObject * PropertyEditor::metaObjectOfCurrentProperty | ( | ) | const |
PropertyList * PropertyEditor::propertyList | ( | ) | const |
void PropertyEditor::refetchData | ( | ) |
void PropertyEditor::resetFocus | ( | ) |
void PropertyEditor::setPropertyEditorEnabled | ( | bool | b | ) |
void PropertyEditor::setSignalHandlersEnabled | ( | bool | b | ) |
void PropertyEditor::setup | ( | void | ) |
void PropertyEditor::setWidget | ( | QObject * | w, |
FormWindow * | fw | ||
) | [slot] |
QObject * PropertyEditor::widget | ( | ) | const |