Method | Description | |
---|---|---|
Add ( int frameCount ) : void |
Adds more frames on the TreeView control
|
|
CheckAll ( ) : void |
Check all this.Nodes[0].nodes from this control.
|
|
IsAllChecked ( ) : bool |
Returns true if all frames are checked.
|
|
IsFrameSelected ( IList &listIndexSelectedFrames, int actualFrame ) : bool |
Check if there is at least one frame, and return list of indexes for selected frames as parameter.
|
|
IsSomeChecked ( int amount ) : bool |
Checks if the a given amount of frames are checked.
|
|
Remove ( int frameCount ) : void |
Deletes frames on the TreeView control
|
|
SelectedFrames ( ) : IList |
Looks for all selected frames.
|
|
UncheckAll ( ) : void |
Uncheck all this.Nodes[0].nodes from this control.
|
|
UpdateListFrames ( int frameCount, string parentNodeLabel ) : void |
Update the list of frames on the TreeView control
|
Method | Description | |
---|---|---|
ScaleControl ( |
||
WndProc ( |
Disable double click event on the TreeView control
|
Method | Description | |
---|---|---|
NoDoubleClickTreeView_KeyDown ( object sender, |
||
NoDoubleClickTreeView_KeyUp ( object sender, |
public Add ( int frameCount ) : void | ||
frameCount | int | The ammount of frames to add, should not be 0 |
return | void |
public IsFrameSelected ( IList &listIndexSelectedFrames, int actualFrame ) : bool | ||
listIndexSelectedFrames | IList | /// List of indexes that reference selected frames |
actualFrame | int | The actual frame |
return | bool |
public IsSomeChecked ( int amount ) : bool | ||
amount | int | The minimum amount of frames checked. |
return | bool |
public Remove ( int frameCount ) : void | ||
frameCount | int | Total number of frames, should not be 0 |
return | void |
protected ScaleControl ( |
||
factor | ||
specified | BoundsSpecified | |
return | void |
public UpdateListFrames ( int frameCount, string parentNodeLabel ) : void | ||
frameCount | int | Total number of frames, should not be 0 |
parentNodeLabel | string | Label that will be displayed on the parent node |
return | void |
protected WndProc ( |
||
m | A Windows Message as reference | |
return | void |