Public Methods
Detailed Description
Abstract interface for a "GUI builder", used by the GUIFactory
This interface is implemented by MainWindow for the case where
the toplevel widget is a KMainWindow. Other implementations may appear
in the future (dialogs for instance)
[virtual]
[const]
[const]
void setBuilderInstance ( KInstance *instance )
|
[const virtual]
[virtual]
Create a container (menubar/menu/toolbar/statusbar/separator/...)
from an element in the XML file
Parameters:
| |
[virtual]
Remove the given (and previously via createContainer )
created container.
Returns: A buffer containing state information about the deleted
container (like the last position of a toolbar container
for example). The buffer is passed again to
createContainer when the same container is about to be
created again later.
[const virtual]
[virtual]
void removeCustomElement ( QWidget *parent, int id )
|
[virtual]
[virtual]
Generated by: prospector@porky.devel.redhat.com on Fri Nov 3 09:58:47 2000, using kdoc 2.0a42. |