Map item.
Definition at line 3 of file mapitem.m.
|
function | to_list (in o, in inputclass) |
| Builds an array containing only the items that accept the inputclass. More...
|
|
function | to_html (in o, in inputclass) |
| generates tree in HTML More...
|
|
function | close (in n) |
|
function | open (in n) |
|
function mapitem::close |
( |
in |
n | ) |
|
function mapitem::open |
( |
in |
n | ) |
|
function mapitem::to_html |
( |
in |
o, |
|
|
in |
inputclass |
|
) |
| |
generates tree in HTML
- Parameters
-
function mapitem::to_list |
( |
in |
o, |
|
|
in |
inputclass |
|
) |
| |
Builds an array containing only the items that accept the inputclass.
- Returns
- Array of mapitem objects
Property mapitem::ancestor |
(String) Name of ancestor class
Definition at line 24 of file mapitem.m.
(3-element vector) Item's color
Definition at line 12 of file mapitem.m.
Property mapitem::descendants |
Array of mapitem objects.
Definition at line 21 of file mapitem.m.
Property mapitem::flag_final |
Whether the item is a leaf in the map tree it belongs to.
Definition at line 34 of file mapitem.m.
Used when item is converted to list.
Definition at line 38 of file mapitem.m.
(String) Input class (inputclass property of correspondign class)
Definition at line 18 of file mapitem.m.
Level of item in the class map tree it belongs to.
Definition at line 31 of file mapitem.m.
(String) Item corresponding class name
Definition at line 9 of file mapitem.m.
Parent object.
Definition at line 27 of file mapitem.m.
Property mapitem::parentindex |
Used when item is converted to list.
Definition at line 41 of file mapitem.m.
(String) Class title (classtitle property of corresponding class)
Definition at line 15 of file mapitem.m.
The documentation for this class was generated from the following file: