C# Class Plasma.ExtenderGroup

Inheritance: ExtenderItem, IDisposable
Mostra file Open project: 0xd34df00d/Qross

Private Properties

Property Type Description
CollapseGroup void
ExpandGroup void
SetGroupCollapsed void

Public Methods

Method Description
Dispose ( ) : void
ExtenderGroup ( Plasma parent ) : System
ExtenderGroup ( Plasma parent, uint groupId ) : System Creates a group. name="applet" The applet this group is part of. Null is not allowed here.
Items ( ) : List

Protected Methods

Method Description
CreateProxy ( ) : void
ExtenderGroup ( Type dummy ) : System

Private Methods

Method Description
CollapseGroup ( ) : void
ExpandGroup ( ) : void
SetGroupCollapsed ( bool collapsed ) : void

Method Details

CreateProxy() protected method

protected CreateProxy ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

ExtenderGroup() public method

public ExtenderGroup ( Plasma parent ) : System
parent Plasma
return System

ExtenderGroup() public method

Creates a group. name="applet" The applet this group is part of. Null is not allowed here.
public ExtenderGroup ( Plasma parent, uint groupId ) : System
parent Plasma
groupId uint
return System

ExtenderGroup() protected method

protected ExtenderGroup ( Type dummy ) : System
dummy System.Type
return System

Items() public method

public Items ( ) : List
return List