Package Skype4Py :: Module client :: Class IPluginMenuItem
[frames] | no frames]

Class IPluginMenuItem

source code

  object --+    
           |    
utils.Cached --+
               |
              IPluginMenuItem

Represents a menu item displayed in Skype client's "Do More" menus.

Instance Methods
 
__repr__(self)
repr(x)
source code
 
Delete(self)
Removes the menu item from the "Do More" menus.
source code

Inherited from utils.Cached: __copy__

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __init__, __reduce__, __reduce_ex__, __setattr__, __sizeof__, __str__, __subclasshook__

Static Methods

Inherited from utils.Cached: __new__

Class Variables

Inherited from utils.Cached: _cache_

Properties
unicode Caption
Menu item caption text.
bool Enabled
Defines whether the menu item is enabled when a user launches Skype.
unicode Hint
Menu item hint text.
unicode Id
Unique menu item Id.

Inherited from object: __class__

Method Details

__repr__(self)
(Representation operator)

source code 

repr(x)

Overrides: object.__repr__
(inherited documentation)

Property Details

Caption

Menu item caption text.

Get Method:
_GetCaption(self)
Set Method:
_SetCaption(self, value)
Type:
unicode

Enabled

Defines whether the menu item is enabled when a user launches Skype. If no value is defined, the menu item will be enabled.

Get Method:
_GetEnabled(self)
Set Method:
_SetEnabled(self, value)
Type:
bool

Hint

Menu item hint text.

Get Method:
_GetHint(self)
Set Method:
_SetHint(self, value)
Type:
unicode

Id

Unique menu item Id.

Get Method:
_GetId(self)
Type:
unicode