You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdebindings/kdejava/koala/org/kde/koala/KXMLGUIClientInterface.java

34 lines
1.1 KiB

//Auto-generated by kalyptus. DO NOT EDIT.
package org.kde.koala;
import org.kde.qt.TQDomDocument;
import org.kde.qt.QtSupport;
import org.kde.qt.TQWidget;
import org.kde.qt.TQDomElement;
public interface KXMLGUIClientInterface {
KAction action(String name);
KAction action(TQDomElement element);
KActionCollection actionCollection();
TDEInstanceInterface instance();
TQDomDocument domDocument();
String xmlFile();
String localXMLFile();
void setXMLGUIBuildDocument(TQDomDocument doc);
TQDomDocument xmlguiBuildDocument();
void setFactory(KXMLGUIFactory factory);
KXMLGUIFactory factory();
KXMLGUIClientInterface parentClient();
void insertChildClient(KXMLGUIClientInterface child);
void removeChildClient(KXMLGUIClientInterface child);
void setClientBuilder(KXMLGUIBuilderInterface builder);
KXMLGUIBuilderInterface clientBuilder();
void reloadXML();
void unplugActionList(String name);
void addStateActionEnabled(String state, String action);
void addStateActionDisabled(String state, String action);
void beginXMLPlug(TQWidget arg1);
void endXMLPlug();
void prepareXMLUnplug(TQWidget arg1);
}