프로퍼티 | 타입 | 설명 |
---|
메소드 | 설명 | |
---|---|---|
AddFinishedTask ( Task task ) : void |
Add an existing task to this list.
|
|
AddTask ( Gtk position ) : void |
Creates a new Task and add it to the `Tasks` list.
|
|
AddTask ( Gtk position, |
Add a new task to this tasklist
|
|
DebugPrint ( ) : void |
Print the structure of the TaskList to the console, only if debugging!
|
|
Delete ( ) : void |
Delete all the metadata of the Tasklist.
|
|
FixTitle ( ) : void |
Fix the title after merging or deleting operations.
|
|
FixWithin ( int line ) : |
Fix the TaskList, for example after heavy deletion operations.
|
|
LockEnd ( ) : bool |
Locks the end of a tasklist.
|
|
PlaceCursorAtEnd ( ) : void |
Places the cursor at the end of the TaskList.
|
|
RemoveDeletedTasks ( ) : List |
Remove deleted Tasks.
|
|
StartDeleted ( ) : bool |
Returns true if the start of the TaskList was deleted.
|
|
TaskList ( |
Sets up the TaskList at cursor position.
|
|
TaskList ( |
Creates a new task list with existing tags.
|
|
TaskList ( |
Creates a new tasklists including all the given tasks.
|
|
TransferTasksTo ( |
Transfer all the tasks to another tasklist, used for merging
|
|
WasDeleted ( ) : bool |
Returns true if the TaskList was deleted.
|
public AddFinishedTask ( Task task ) : void | ||
task | Task |
/// A |
리턴 | void |
public AddTask ( Gtk position, |
||
position | Gtk |
/// A |
tag |
/// A |
|
리턴 | void |
public FixWithin ( int line ) : |
||
line | int |
/// A |
리턴 |
public TaskList ( |
||
note |
/// |
|
리턴 | System |
public TaskList ( |
||
note | ||
start | Gtk | |
tag | ||
리턴 | System |
public TaskList ( |
||
note | ||
tasks | List |
/// A |
name | String | |
start | Gtk | |
리턴 | System |
public TransferTasksTo ( |
||
tasklist |
/// The other |
|
리턴 | void |