File Notes.lua
Functions
| Notes:clear () | Dump current notes and re-initialize for adding new ones. |
| Notes:getViewItems (params) | Get array of view items. |
| Notes:is () | Determine if any notes have been "logged". |
| Notes:new (t) | Constructor for new instance. |
| Notes:newClass (t) | Constructor for extending class. |
| Notes:note (fmt, ...) | Add a note. |
Functions
- Notes:clear ()
- Dump current notes and re-initialize for adding new ones.
- Notes:getViewItems (params)
-
Get array of view items.
Parameters:
-
params:
Return value:
- (array) of view-items: currently a 1 element array containing a scroller.
-
- Notes:is ()
- Determine if any notes have been "logged".
- Notes:new (t)
-
Constructor for new instance.
Parameters:
-
t:
-
- Notes:newClass (t)
-
Constructor for extending class.
Parameters:
-
t:
-
- Notes:note (fmt, ...)
-
Add a note.
Parameters:
-
fmt: -
...:
-