Property | Type | Description | |
---|---|---|---|
Destroy | void | ||
HideCloseButton | void | ||
HoverLeaveEvent | void | ||
HoverMoveEvent | void | ||
MouseDoubleClickEvent | void | ||
MouseMoveEvent | void | ||
MousePressEvent | void | ||
MouseReleaseEvent | void | ||
MoveEvent | void | ||
Paint | void | ||
ResizeEvent | void | ||
ReturnToSource | void | ||
SceneEventFilter | bool | ||
SetCollapsed | void | ||
ShowCloseButton | void | ||
SizeHint | Qyoto.QSizeF |
Method | Description | |
---|---|---|
Action ( string name ) : Qyoto.QAction | ||
AddAction ( string name, Qyoto.QAction action ) : void | name="name" the name to store the action under in our collection. name="action" the action to add. Actions will be displayed as an icon in the drag handle. | |
Config ( ) : Kimono.KConfigGroup | fetch the configuration of this widget. | |
Dispose ( ) : void | ||
ExtenderItem ( Plasma hostExtender ) : System | ||
ExtenderItem ( Plasma hostExtender, uint extenderItemId ) : System | The constructor takes care of adding this item to an extender. name="hostExtender" The extender the extender item belongs to. name="extenderItemId" the id of the extender item. Use the default 0 to assign a new, unique id to this extender item. | |
Group ( ) : |
||
IsGroup ( ) : bool | ||
SetExtender ( Plasma extender ) : void | ||
SetExtender ( Plasma extender, |
name="extender" the extender this item belongs to. name="pos" the position in the extender this item should be added. Defaults to 'just append'. | |
SetGroup ( Plasma group ) : void | name="group" the group you want this item to belong to. Note that you can't nest ExtenderGroups. |
Method | Description | |
---|---|---|
CreateProxy ( ) : void | ||
ExtenderItem ( |
Method | Description | |
---|---|---|
Destroy ( ) : void | ||
HideCloseButton ( ) : void | ||
HoverLeaveEvent ( Qyoto.QGraphicsSceneHoverEvent arg1 ) : void | ||
HoverMoveEvent ( Qyoto.QGraphicsSceneHoverEvent arg1 ) : void | ||
MouseDoubleClickEvent ( Qyoto.QGraphicsSceneMouseEvent arg1 ) : void | ||
MouseMoveEvent ( Qyoto.QGraphicsSceneMouseEvent arg1 ) : void | ||
MousePressEvent ( Qyoto.QGraphicsSceneMouseEvent arg1 ) : void | ||
MouseReleaseEvent ( Qyoto.QGraphicsSceneMouseEvent arg1 ) : void | ||
MoveEvent ( Qyoto.QGraphicsSceneMoveEvent arg1 ) : void | ||
Paint ( |
||
ResizeEvent ( Qyoto.QGraphicsSceneResizeEvent arg1 ) : void | ||
ReturnToSource ( ) : void | ||
SceneEventFilter ( IQGraphicsItem watched, Qyoto.QEvent arg2 ) : bool | ||
SetCollapsed ( bool collapsed ) : void | ||
ShowCloseButton ( ) : void | ||
SizeHint ( |
public Action ( string name ) : Qyoto.QAction | ||
name | string | |
return | Qyoto.QAction |
public AddAction ( string name, Qyoto.QAction action ) : void | ||
name | string | |
action | Qyoto.QAction | |
return | void |
public ExtenderItem ( Plasma hostExtender ) : System | ||
hostExtender | Plasma | |
return | System |
public ExtenderItem ( Plasma hostExtender, uint extenderItemId ) : System | ||
hostExtender | Plasma | |
extenderItemId | uint | |
return | System |
protected ExtenderItem ( |
||
dummy | ||
return | System |
public SetExtender ( Plasma extender ) : void | ||
extender | Plasma | |
return | void |
public SetExtender ( Plasma extender, |
||
extender | Plasma | |
pos | ||
return | void |