gml::_Base Class Reference
Base node for all GML nodes.
More...
List of all members.
|
Public Member Functions |
|
| _Base () |
| | Ctor.
|
| wxString | GetDescription () const |
| | Get free text description of node.
|
| wxString | GetGmlId () const |
| | Get the GML ID.
|
| wxString | GetGmlName () const |
| | Get the GML name.
|
| void | SetDescription (wxString const &msg) |
| | Set free text description on node.
|
| void | SetGmlId (wxString const &id) |
| | Set the GML ID.
|
| void | SetGmlName (wxString const &msg) |
| | Set GML name.
|
Static Public Attributes |
static std::map< wxString,
_Base * > | cGmlIdMap |
| | Static map from gml::id to node.
|
Detailed Description
Base node for all GML nodes.
Member Function Documentation
| wxString gml::_Base::GetDescription |
( |
|
) |
const |
Get free text description of node.
- Returns:
- The description
- See also:
- SetDescription
| wxString gml::_Base::GetGmlId |
( |
|
) |
const |
| wxString gml::_Base::GetGmlName |
( |
|
) |
const |
Get the GML name.
- Returns:
- gml::name attribute
- See also:
- SetGmlName
| void gml::_Base::SetDescription |
( |
wxString const & |
msg |
) |
|
Set free text description on node.
Fill the gml:description attribute.
- Parameters:
-
- See also:
- GetDescription
| void gml::_Base::SetGmlId |
( |
wxString const & |
id |
) |
|
Set the GML ID.
Fill the gml:id attribute
- Parameters:
-
| void gml::_Base::SetGmlName |
( |
wxString const & |
msg |
) |
|
Set GML name.
Fill the gml:name attribute.
- Parameters:
-
- See also:
- GetGmlName
The documentation for this class was generated from the following file: