|
|
class FormDesigner: Designer widget to edit GUI structures.
| FormDesigner ( QWidget *parent, CBasicDocument *srcptr)
| FormDesigner |
| ~FormDesigner ()
| ~FormDesigner |
| CFormDescData * form_desc | form_desc |
| CBasicDocument * src_doc_ptr | src_doc_ptr |
| GUI_HEADER * propertyComponent | propertyComponent |
| void setComponentProperty ( GUI_HEADER *comp_ptr, char *prop_name,
QVariant *new_value, short prop_type)
| setComponentProperty |
| QPoint gridPoint ( const QPoint &p )
| gridPoint |
[virtual]
| QPoint grid ( void )
| grid |
| void selectWidget ( QWidget *w, bool select = TRUE )
| selectWidget |
| void updateSelection ( QWidget *w )
| updateSelection |
| void raiseSelection ( QWidget *w )
| raiseSelection |
| void repaintSelection ( QWidget *w )
| repaintSelection |
| void clearSelection ( bool changePropertyDisplay = TRUE )
| clearSelection |
| void selectWidgets ()
| selectWidgets |
| bool isWidgetSelected ( QWidget *w )
| isWidgetSelected |
| void updateChildSelections ( QWidget *w )
| updateChildSelections |
| void raiseChildSelections ( QWidget *w )
| raiseChildSelections |
| void emitUpdateProperties ( QWidget *w )
| emitUpdateProperties |
[virtual]
| void emitShowProperties ( QWidget *w = 0 )
| emitShowProperties |
[virtual]
| void emitSelectionChanged ()
| emitSelectionChanged |
[virtual]
| void setPropertyShowingBlocked ( bool b )
| setPropertyShowingBlocked |
[virtual]
| bool isPropertyShowingBlocked ()
| isPropertyShowingBlocked |
[const]
| GUI_HEADER * findWidgetHeader ( QWidget *wgt )
| findWidgetHeader |
| void changeSelectedComponents ( char *prop_name, QVariant *new_value )
| changeSelectedComponents |
| QLabel * sizePreview ()
| sizePreview |
[const virtual]
| void alignItems ( int align_type )
| alignItems |
| void handleMousePress ( QMouseEvent *e, QWidget *w )
| handleMousePress |
| void handleDblClick ( QMouseEvent *e, QWidget *w )
| handleDblClick |
| void handleMouseRelease ( QMouseEvent *e, QWidget *w )
| handleMouseRelease |
| void handleMouseMove ( QMouseEvent *e, QWidget *w )
| handleMouseMove |
| int numSelectedWidgets ()
| numSelectedWidgets |
[const virtual]
| void checkPreviewGeometry ( QRect &r )
| checkPreviewGeometry |
| QWidget * currentWidget ()
| currentWidget |
[const]
| bool isMainContainer ( QWidget *w )
| isMainContainer |
| void paintEvent ( QPaintEvent *evt )
| paintEvent |
| void showProperties ( QWidget *w )
| showProperties |
[signal]
| void updateProperties ( QWidget *w )
| updateProperties |
[signal]
| void selectionChanged ()
| selectionChanged |
[signal]
| Generated by: root on linux on Sun Jul 13 18:06:35 2003, using kdoc 2.0a54. |