메소드 |
설명 |
|
ConfigurationRequired ( ) : bool |
|
|
ContainmentActions ( QObject parent ) : System |
Default constructor for an empty or null containmentactions |
|
ContainmentActions ( QObject parent, List args ) : System |
This constructor is to be used with the plugin loading systems found in KPluginInfo and KService. The argument list is expected to have one element: the KService service ID for the desktop entry. name="parent" a QObject parent; you probably want to pass in 0 name="args" a list of strings containing one entry: the service id |
|
DataEngine ( string name ) : DataEngine |
Loads the given DataEngine Tries to load the data engine given by name. Each engine is only loaded once, and that instance is re-used on all subsequent requests. If the data engine was not found, an invalid data engine is returned (see DataEngine.IsValid()). Note that you should not delete the returned engine. name="name" Name of the data engine to load |
|
Dispose ( ) : void |
|
|
EventToString ( Qyoto.QEvent arg1 ) : string |
Turns a mouse or wheel event into a string suitable for a ContainmentActions |
|
IsInitialized ( ) : bool |
|
|
ListContainmentActionsInfo ( ) : List |
Returns a list of all known containmentactions plugins. |
|
Load ( Plasma parent, Kimono.KPluginInfo info ) : ContainmentActions |
|
|
Load ( Plasma parent, Kimono.KPluginInfo info, List args ) : ContainmentActions |
Attempts to load a containmentactions Returns a pointer to the containmentactions if successful. The caller takes responsibility for the containmentactions, including deleting it when no longer needed. name="parent" the parent containment. Required; if you send null you'll get back null. name="info" KPluginInfo object for the desired containmentactions name="args" to send the containmentactions extra arguments |
|
Load ( Plasma parent, string name ) : ContainmentActions |
|
|
Load ( Plasma parent, string name, List args ) : ContainmentActions |
Attempts to load a containmentactions Returns a pointer to the containmentactions if successful. The caller takes responsibility for the containmentactions, including deleting it when no longer needed. name="parent" the parent containment. Required; if you send null you'll get back null. name="name" the plugin name, as returned by KPluginInfo.PluginName() name="args" to send the containmentactions extra arguments |
|
PackageStructure ( ) : Plasma.PackageStructure |
Returns the Package specialization for containmentactions. |
|
Restore ( Kimono.KConfigGroup config ) : void |
This method should be called once the plugin is loaded or settings are changed. name="config" Config group to load settings |
|