메소드 | 설명 | |
---|---|---|
ClearSearch ( ) : void | ||
Fill ( List |
||
ProjectListWidget ( ) : System | ||
RemoveProjects ( List |
Removes the provided projects from the list. Matching is done using the project description instance, not the project ID.
|
|
ToggleAll ( bool active ) : void |
Toggles the states of all cells.
|
|
UpdateProject ( ProjectLongoMatch project ) : void |
Updates the project description with a matching ID to the new description.
|
메소드 | 설명 | |
---|---|---|
Build ( ) : void | ||
HandleIconViewSelectionChanged ( object o, EventArgs args ) : void | ||
OnFilterentryChanged ( object sender, System e ) : void |
메소드 | 설명 | |
---|---|---|
CreateStore ( ) : ListStore | ||
CreateViews ( ) : void | ||
FilterTree ( Gtk model, Gtk iter ) : bool | ||
FormatDesc ( ProjectDescription pdesc ) : string | ||
HandleCellToggled ( object o, ToggledArgs args ) : void | ||
HandleItemActivated ( object o, ItemActivatedArgs args ) : void | ||
HandleSelectionChanged ( TreeModel model, TreePath selectedItems ) : void | ||
HandleTreeviewRowActivated ( object o, RowActivatedArgs args ) : void | ||
HandleTreeviewSelectionChanged ( object sender, EventArgs e ) : void | ||
SortFunc ( TreeModel model, TreeIter a, TreeIter b ) : int | ||
UpdateSelection ( TreeIter iter, bool active ) : void |
protected HandleIconViewSelectionChanged ( object o, EventArgs args ) : void | ||
o | object | |
args | EventArgs | |
리턴 | void |
protected OnFilterentryChanged ( object sender, System e ) : void | ||
sender | object | |
e | System | |
리턴 | void |
public RemoveProjects ( List |
||
projects | List |
List of project description to remove. |
리턴 | void |
public ToggleAll ( bool active ) : void | ||
active | bool | The new state of toggle cell. |
리턴 | void |
public UpdateProject ( ProjectLongoMatch project ) : void | ||
project | ProjectLongoMatch | |
리턴 | void |