Свойство | Тип | Описание | |
---|---|---|---|
ConfigurationAccepted | void | ||
ContainmentActions | System | ||
ContextEvent | void | ||
ContextualActions | List |
||
CreateConfigurationInterface | |||
Event | bool | ||
Init | void | ||
Save | void |
Метод | Описание | |
---|---|---|
ConfigurationRequired ( ) : bool | ||
ContainmentActions ( |
Default constructor for an empty or null containmentactions | |
ContainmentActions ( |
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 ) : |
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 ) : |
||
Load ( Plasma parent, Kimono.KPluginInfo info, List |
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 ) : |
||
Load ( Plasma parent, string name, List |
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 |
Метод | Описание | |
---|---|---|
Containment ( ) : |
||
ContainmentActions ( |
||
CreateProxy ( ) : void | ||
Paste ( |
pastes the clipboard at a given location | |
SetConfigurationRequired ( ) : void | ||
SetConfigurationRequired ( bool needsConfiguring ) : void | When the containmentactions needs to be configured before being usable, this method can be called to denote that action is required name="needsConfiguring" true if the applet needs to be configured, or false if it doesn't |
Метод | Описание | |
---|---|---|
ConfigurationAccepted ( ) : void | ||
ContainmentActions ( ) : System | ||
ContextEvent ( Qyoto.QEvent arg1 ) : void | ||
ContextualActions ( ) : List |
||
CreateConfigurationInterface ( |
||
Event ( Qyoto.QEvent e ) : bool | ||
Init ( Kimono.KConfigGroup config ) : void | ||
Save ( Kimono.KConfigGroup config ) : void |
public ContainmentActions ( |
||
parent | ||
Результат | System |
public ContainmentActions ( |
||
parent | ||
args | List |
|
Результат | System |
protected ContainmentActions ( |
||
dummy | ||
Результат | System |
public DataEngine ( string name ) : |
||
name | string | |
Результат |
public static EventToString ( Qyoto.QEvent arg1 ) : string | ||
arg1 | Qyoto.QEvent | |
Результат | string |
public static ListContainmentActionsInfo ( ) : List |
||
Результат | List |
public static Load ( Plasma parent, Kimono.KPluginInfo info ) : |
||
parent | Plasma | |
info | Kimono.KPluginInfo | |
Результат |
public static Load ( Plasma parent, Kimono.KPluginInfo info, List |
||
parent | Plasma | |
info | Kimono.KPluginInfo | |
args | List |
|
Результат |
public static Load ( Plasma parent, string name ) : |
||
parent | Plasma | |
name | string | |
Результат |
public static Load ( Plasma parent, string name, List |
||
parent | Plasma | |
name | string | |
args | List |
|
Результат |
public static PackageStructure ( ) : Plasma.PackageStructure | ||
Результат | Plasma.PackageStructure |
protected Paste ( |
||
scenePos | ||
screenPos | Qyoto.QPoint | |
Результат | void |
public Restore ( Kimono.KConfigGroup config ) : void | ||
config | Kimono.KConfigGroup | |
Результат | void |
protected SetConfigurationRequired ( ) : void | ||
Результат | void |
protected SetConfigurationRequired ( bool needsConfiguring ) : void | ||
needsConfiguring | bool | |
Результат | void |