Eneboo - Documentación para desarrolladores
Slots públicos | Señales | Métodos públicos | Métodos protegidos
Referencia de la Clase PropertyEditor

PropertyEdior toplevel window. Más...

#include <propertyeditor.h>

Diagrama de herencias de PropertyEditor
QTabWidget QWidget QWidget QPaintDevice QObject QPaintDevice QObject QPaintDevice QObject QPaintDevice QObject

Lista de todos los miembros.

Slots públicos

void setWidget (QObject *w, FormWindow *fw)

Señales

void hidden ()

Métodos públicos

 PropertyEditor (QWidget *parent)
QObjectwidget () const
void clear ()
void setup ()
void emitWidgetChanged ()
void refetchData ()
void closed (FormWindow *w)
PropertyListpropertyList () const
FormWindowformWindow () const
EventListeventList () const
QString currentProperty () const
QString classOfCurrentProperty () const
QMetaObjectmetaObjectOfCurrentProperty () const
void resetFocus ()
void setPropertyEditorEnabled (bool b)
void setSignalHandlersEnabled (bool b)

Métodos protegidos

void closeEvent (QCloseEvent *e)

Descripción detallada

PropertyEdior toplevel window.

This is the toplevel window of the property editor which contains a listview for editing properties.


Documentación del constructor y destructor

PropertyEditor::PropertyEditor ( QWidget parent)

Documentación de las funciones miembro

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.

Ver también:
event(), hide(), close(), QCloseEvent

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

La documentación para esta clase fue generada a partir de los siguientes ficheros:
 Todo Clases Namespaces Archivos Funciones Variables 'typedefs' Enumeraciones Valores de enumeraciones Propiedades Amigas 'defines'