IRootLab
An Open-Source MATLAB toolbox for vibrational biospectroscopy

Detailed Description

Map item.

Definition at line 3 of file mapitem.m.

+ Inheritance diagram for mapitem:
+ Collaboration diagram for mapitem:

Public Member Functions

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)
 

Public Attributes

Property name
 (String) Item corresponding class name More...
 
Property color
 (3-element vector) Item's color More...
 
Property title
 (String) Class title (classtitle property of corresponding class) More...
 
Property input
 (String) Input class (inputclass property of correspondign class) More...
 
Property descendants
 Array of mapitem objects. More...
 
Property ancestor
 (String) Name of ancestor class More...
 
Property parent
 Parent object. More...
 
Property level
 Level of item in the class map tree it belongs to. More...
 
Property flag_final
 Whether the item is a leaf in the map tree it belongs to. More...
 
Property index
 Used when item is converted to list. More...
 
Property parentindex
 Used when item is converted to list. More...
 

Member Function Documentation

function mapitem::close ( in  n)
function mapitem::open ( in  n)
function mapitem::to_html ( in  o,
in  inputclass 
)

generates tree in HTML

Parameters
inputclassSame case as in to_list()
function mapitem::to_list ( in  o,
in  inputclass 
)

Builds an array containing only the items that accept the inputclass.

Returns
Array of mapitem objects

Member Data Documentation

Property mapitem::ancestor

(String) Name of ancestor class

Definition at line 24 of file mapitem.m.

Property mapitem::color

(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.

Property mapitem::index

Used when item is converted to list.

Definition at line 38 of file mapitem.m.

Property mapitem::input

(String) Input class (inputclass property of correspondign class)

Definition at line 18 of file mapitem.m.

Property mapitem::level

Level of item in the class map tree it belongs to.

Definition at line 31 of file mapitem.m.

Property mapitem::name

(String) Item corresponding class name

Definition at line 9 of file mapitem.m.

Property mapitem::parent

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.

Property mapitem::title

(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: