The class that manages the Menu and GUI stuff of our Addin. More...

Public Member Functions | |
| TaskManagerGui (TaskManagerNoteAddin addin) | |
| Initialization, takes the Addin this gui is attached to. | |
| void | StartListeners () |
| Start all the Button etc. listeners of the gui. | |
| void | StopListeners () |
| Stop all the Button etc. listeners of the gui. | |
Properties | |
| NoteBuffer | Buffer [get] |
| The Buffer attached to our gui. | |
| Note | Note [get] |
| The Note attached to our gui. | |
| bool | PriorityShown [get, set] |
| Returns true if the Priority is shown in the Buffer. | |
The class that manages the Menu and GUI stuff of our Addin.
| Tomboy.TaskManager.TaskManagerGui.TaskManagerGui | ( | TaskManagerNoteAddin | addin | ) |
Initialization, takes the Addin this gui is attached to.
| void Tomboy.TaskManager.TaskManagerGui.StartListeners | ( | ) |
Start all the Button etc. listeners of the gui.
| void Tomboy.TaskManager.TaskManagerGui.StopListeners | ( | ) |
Stop all the Button etc. listeners of the gui.
NoteBuffer Tomboy.TaskManager.TaskManagerGui.Buffer [get] |
The Buffer attached to our gui.
Note Tomboy.TaskManager.TaskManagerGui.Note [get] |
The Note attached to our gui.
bool Tomboy.TaskManager.TaskManagerGui.PriorityShown [get, set] |
Returns true if the Priority is shown in the Buffer.
1.6.3