#include <Template.h>
Public Methods | |
| paramDefinition () | |
| Hold the static description of per page instance variables. More... | |
| virtual | ~paramDefinition () |
| void | init (Template* templ, const nsAReadableString& name, const nsAReadableString& type, const nsAReadableString& comment) |
| initialize the parameter. More... | |
| const nsAReadableString& | getComment () |
| accessor for the parameter's comment. More... | |
Private Attributes | |
| nsString | m_name |
| name of the page parameter. More... | |
| nsString | m_comment |
| comment for of the page parameter from XML template. More... | |
| nsString | m_type |
| data type of the page parameter if typechecked. More... | |
Definition at line 36 of file Template.h.
|
|
Hold the static description of per page instance variables.
Definition at line 114 of file Template.cpp. |
|
|
Definition at line 118 of file Template.cpp. |
|
|
accessor for the parameter's comment.
Definition at line 140 of file Template.cpp. |
|
|
initialize the parameter.
Definition at line 130 of file Template.cpp. Referenced by Template::addDefinition(). |
|
|
comment for of the page parameter from XML template.
Definition at line 66 of file Template.h. |
|
|
name of the page parameter.
Definition at line 62 of file Template.h. |
|
|
data type of the page parameter if typechecked.
Definition at line 70 of file Template.h. |
1.2.1 written by Dimitri van Heesch,
© 1997-2000