org.kde.koala
public interface KXMLGUIBuilderInterface
| Method Summary | |
|---|---|
| KXMLGUIClientInterface | builderClient() |
| KInstanceInterface | builderInstance() |
| ArrayList | containerTags() |
| QWidget | createContainer(QWidget parent, int index, QDomElement element, int[] id) |
| int | createCustomElement(QWidget parent, int index, QDomElement element) |
| ArrayList | customTags() |
| void | finalizeGUI(KXMLGUIClientInterface client) |
| void | removeContainer(QWidget container, QWidget parent, QDomElement element, int id) |
| void | removeCustomElement(QWidget parent, int id) |
| void | setBuilderClient(KXMLGUIClientInterface client) |
| void | setBuilderInstance(KInstanceInterface instance) |
| QWidget | widget() |