org.kde.koala
public interface KXMLGUIClientInterface
Method Summary | |
---|---|
KAction | action(String name) |
KAction | action(QDomElement element) |
KActionCollection | actionCollection() |
void | addStateActionDisabled(String state, String action) |
void | addStateActionEnabled(String state, String action) |
void | beginXMLPlug(QWidget arg1) |
KXMLGUIBuilderInterface | clientBuilder() |
QDomDocument | domDocument() |
void | endXMLPlug() |
KXMLGUIFactory | factory() |
void | insertChildClient(KXMLGUIClientInterface child) |
KInstanceInterface | instance() |
String | localXMLFile() |
KXMLGUIClientInterface | parentClient() |
void | prepareXMLUnplug(QWidget arg1) |
void | reloadXML() |
void | removeChildClient(KXMLGUIClientInterface child) |
void | setClientBuilder(KXMLGUIBuilderInterface builder) |
void | setFactory(KXMLGUIFactory factory) |
void | setXMLGUIBuildDocument(QDomDocument doc) |
void | unplugActionList(String name) |
String | xmlFile() |
QDomDocument | xmlguiBuildDocument() |