#include <WWWAnchor.hh>
Public Types | |
enum | e_Map { NONE = 0, POINT } |
Public Member Functions | |
WWWAnchor () | |
void | setName (string name) |
string | name () const |
void | setDescription (string description) |
string | description () const |
void | setMap (e_Map map) |
e_Map | map () const |
virtual void | setAttribute (Attribute *A) |
Private Attributes | |
string | m_name |
string | m_description |
e_Map | m_map |
vrml1::WWWAnchor::WWWAnchor | ( | ) |
void vrml1::WWWAnchor::setName | ( | string | name | ) |
Reimplemented from vrml1::Node.
string vrml1::WWWAnchor::name | ( | ) | const |
void vrml1::WWWAnchor::setDescription | ( | string | description | ) |
string vrml1::WWWAnchor::description | ( | ) | const |
void vrml1::WWWAnchor::setMap | ( | e_Map | map | ) |
WWWAnchor::e_Map vrml1::WWWAnchor::map | ( | ) | const |
void vrml1::WWWAnchor::setAttribute | ( | Attribute * | A | ) | [virtual] |
Reimplemented from vrml1::Node.
string vrml1::WWWAnchor::m_name [private] |
string vrml1::WWWAnchor::m_description [private] |
e_Map vrml1::WWWAnchor::m_map [private] |