KGUIDoc Class Reference

[KGUI Index] [KGUI Hierarchy] [Headers]


This class provides base functionality for your application document More...

#include <kguidoc.h>

Inherits: QObject (qt)

Public Members

Public Slots

Signals

Private Members


Detailed Description

This class provides base functionality for your application document


KGUIDoc(QObject*, const char *filename=0L) [public]

Constructor for the fileclass of the application

~KGUIDoc() [public]

Destructor for the fileclass of the application

Instance* rootInstance() [public]

Get the root Instance of this form

void refreshViews(Instance *root= 0) [public]

Signal all view to update

void remove(Instance *, int n) [public]

Remove the nth child of the Instance

void swap(Instance *, int m, int n) [public]

Exchange the mth and nth children of the Instance

bool insert(Component *) [public]

Insert an instance of the specified component as the child of the selection

void select(Instance *) [public slot]

Select the specified instance

void update() [signal]

Emitted whenever views of the document should be updated.

void update(Instance *) [signal]

Emitted whenever views of the document should be updated. This signal specifies the instance at the root of the sub-tree to be updated.

Instance *toplevel[private]

The top level widget of this form

Instance *selection_[private]

The selected instance or 0


Documentation generated by rich@pegasus on Sat Apr 17 17:09:53 BST 1999
Kdoc