textmarkup/
mgtmtext__define.pro
Class description for mgtmtext
Inheritance
Properties
Properties in mgtmtext
- _extra init
- _ref_extra get
properties of
MGtmNode
- text get init
text stored in node
Routines
Methods inherited from mgtmnode
mgtmnode::cleanup
result = mgtmnode::_clone()
result = mgtmnode::init( [type=string])
mgtmnode::getProperty [, type=string]
mgtmnode::_print [, indent=string]
Routines from mgtmtext__define.pro
mgtmtext::_print [, indent=string]
Helper routine for debugging.
result = mgtmtext::isBlank()
Indicates whether this is a blank line.
mgtmtext::getProperty, text=text, _ref_extra=_ref_extra
Get properties of the text node.
result = mgtmtext::_clone()
Implement cloning.
mgtmtext::cleanup
Free resources of the text node.
result = mgtmtext::init( [text=string/strarr] [, _extra=keywords])
Creates a text node.
mgtmtext__define
Defines MGtmText which is a MGtmNode that contains text.
Routine details
top mgtmtext::_print
mgtmtext::_print [, indent=string]
Helper routine for debugging.
Keywords
- indent in optional type=string
prefix to print before each line, usually set to several spaces
top mgtmtext::isBlank
result = mgtmtext::isBlank()
Indicates whether this is a blank line.
Return value
1 if line is blank, 0 if not
top mgtmtext::getProperty
mgtmtext::getProperty, text=text, _ref_extra=_ref_extra
Get properties of the text node.
Keywords
- text
text stored in node
- _ref_extra
properties of
MGtmNode
top mgtmtext::init
result = mgtmtext::init( [text=string/strarr] [, _extra=keywords])
Creates a text node.
Return value
1 for success, 0 for failure
Keywords
- text in optional type=string/strarr
text to store
- _extra in optional type=keywords
keywords to
MGtmNode::init
File attributes
Modification date: | Wed May 14 15:07:14 2014 |
Lines: | 37 |
Docformat: | rst rst |
Contact me if you have enhancement requests or bug fixes.