plugin.h
This class provides the interface to the Kontact core for the plugins.
Definition core.h:42
Plugin(Core *core, TQObject *parent, const char *name)
Creates a new Plugin, note that name parameter name is required if you want your plugin to do dcop vi...
Definition plugin.cpp:56
virtual TQStringList invisibleToolbarActions() const
Returns a list of action name which shall be hidden in the main toolbar.
Definition plugin.h:233
TQString executableName() const
Returns the name of the binary (if existant).
Definition plugin.cpp:114
virtual bool isRunningStandalone()
Reimplement this method and return whether a standalone application is still running This is only req...
Definition plugin.h:131
virtual bool createDCOPInterface(const TQString &)
Create the DCOP interface for the given serviceType, if this plugin provides it.
Definition plugin.h:125
virtual bool canDecodeDrag(TQMimeSource *)
Return, if the plugin can handle the drag object of the given mime type.
Definition plugin.h:238
virtual bool queryClose() const
Reimplement this method if you want to add checks before closing down the main kontact window.
Definition plugin.h:191
void setPartLibraryName(const TQCString &)
Set name of library which contains the KPart used by this plugin.
Definition plugin.cpp:119
virtual Summary * createSummaryWidget(TQWidget *)
Reimplement this method if you want to add a widget for your application to Kontact's summary page.
Definition plugin.h:174
virtual KParts::ReadOnlyPart * createPart()=0
Reimplement and return the part here.
void setExecutableName(const TQString &bin)
Sets the name of executable (if existant).
Definition plugin.cpp:109
