kdeui Library API Documentation

KXMLGUIBuilder Class Reference

Abstract interface for a "GUI builder", used by the GUIFactory This interface is implemented by KMainWindow for the case where the toplevel widget is a KMainWindow. More...

#include <kxmlguibuilder.h>

Inheritance diagram for KXMLGUIBuilder:

Inheritance graph
[legend]
List of all members.

Public Member Functions

 KXMLGUIBuilder (QWidget *widget)
virtual ~KXMLGUIBuilder ()
KXMLGUIClientbuilderClient () const
void setBuilderClient (KXMLGUIClient *client)
KInstancebuilderInstance () const
void setBuilderInstance (KInstance *instance)
QWidgetwidget ()
virtual QStringList containerTags () const
virtual QWidgetcreateContainer (QWidget *parent, int index, const QDomElement &element, int &id)
virtual void removeContainer (QWidget *container, QWidget *parent, QDomElement &element, int id)
virtual QStringList customTags () const
virtual int createCustomElement (QWidget *parent, int index, const QDomElement &element)
virtual void removeCustomElement (QWidget *parent, int id)
virtual void finalizeGUI (KXMLGUIClient *client)

Protected Member Functions

virtual void virtual_hook (int id, void *data)

Detailed Description

Abstract interface for a "GUI builder", used by the GUIFactory This interface is implemented by KMainWindow for the case where the toplevel widget is a KMainWindow.

Other implementations may appear in the future (dialogs for instance)

Definition at line 39 of file kxmlguibuilder.h.


Member Function Documentation

QWidget * KXMLGUIBuilder::createContainer QWidget parent,
int  index,
const QDomElement element,
int &  id
[virtual]
 

Creates a container (menubar/menu/toolbar/statusbar/separator/.

..) from an element in the XML file

Parameters:
parent The parent for the container
index The index where the container should be inserted into the parent container/widget
element The element from the DOM tree describing the container (use it to access container specified attributes or child elements)
id The id to be used for this container

Definition at line 114 of file kxmlguibuilder.cpp.

References QDomElement::attribute(), KGlobal::instance(), QString::isEmpty(), QCString::isEmpty(), KToolBar::loadState(), QWidget::parentWidget(), KToolBar::setXMLGUIClient(), KMenuBar::show(), KMainWindow::statusBar(), QDomElement::tagName(), and QDomElement::text().

void KXMLGUIBuilder::removeContainer QWidget container,
QWidget parent,
QDomElement element,
int  id
[virtual]
 

Removes the given (and previously via createContainer ) created container.

Definition at line 240 of file kxmlguibuilder.cpp.

References endl(), QMenuBar::hide(), kdWarning(), and KToolBar::saveState().


The documentation for this class was generated from the following files:
KDE Logo
This file is part of the documentation for kdeui Library Version 3.4.2.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Thu Sep 15 10:33:36 2005 by doxygen 1.4.4 written by Dimitri van Heesch, © 1997-2003