#include <mapmark.h>


Public Member Functions | |
| map_lua_marker () | |
| map_lua_marker (const lua_datum &function) | |
| map_lua_marker (const std::string &s, const std::string &ctx, bool mapdef_marker=true) | |
| ~map_lua_marker () | |
| void | activate (bool verbose) |
| void | write (writer &) const |
| void | read (reader &) |
| map_marker * | clone () const |
| std::string | debug_describe () const |
| std::string | property (const std::string &pname) const |
| bool | notify_dgn_event (const dgn_event &e) |
| std::string | debug_to_string () const |
Static Public Member Functions | |
| static map_marker * | read (reader &, map_marker_type) |
| static map_marker * | parse (const std::string &s, const std::string &) throw (std::string) |
| map_lua_marker::map_lua_marker | ( | ) |
| map_lua_marker::map_lua_marker | ( | const lua_datum & | function | ) |

| map_lua_marker::map_lua_marker | ( | const std::string & | s, | |
| const std::string & | ctx, | |||
| bool | mapdef_marker = true | |||
| ) |

| map_lua_marker::~map_lua_marker | ( | ) |
| void map_lua_marker::activate | ( | bool | verbose | ) | [virtual] |
Reimplemented from map_marker.
| void map_lua_marker::write | ( | writer & | outf | ) | const [virtual] |
| void map_lua_marker::read | ( | reader & | inf | ) | [virtual] |
| map_marker * map_lua_marker::clone | ( | ) | const [virtual] |
| std::string map_lua_marker::debug_describe | ( | ) | const [virtual] |
Implements map_marker.
| std::string map_lua_marker::property | ( | const std::string & | pname | ) | const [virtual] |
| bool map_lua_marker::notify_dgn_event | ( | const dgn_event & | e | ) | [virtual] |
| map_marker * map_lua_marker::read | ( | reader & | inf, | |
| map_marker_type | ||||
| ) | [static] |

| map_marker * map_lua_marker::parse | ( | const std::string & | s, | |
| const std::string & | ctx | |||
| ) | throw (std::string) [static] |

| std::string map_lua_marker::debug_to_string | ( | ) | const |

1.5.6