#include "nameable.h"
#include "mapfile.h"
#include "traverselib.h"
#include "transformlib.h"
#include "scenelib.h"
#include "string/string.h"
#include "instancelib.h"
#include "selectionlib.h"
#include "generic/callback.h"
Go to the source code of this file.
Data Structures | |
class | NameableString |
class | UndoFileChangeTracker |
class | MapRoot |
class | MapRoot::TypeCasts |
Defines | |
#define | INCLUDED_MAPLIB_H |
Functions | |
void | MapRoot_Construct () |
void | MapRoot_Destroy () |
NodeSmartReference | NewMapRoot (const std::string &name) |
Variables | |
const std::size_t | MAPFILE_MAX_CHANGES = std::numeric_limits<std::size_t>::max() |
NodeSmartReference NewMapRoot | ( | const std::string & | name | ) | [inline] |
const std::size_t MAPFILE_MAX_CHANGES = std::numeric_limits<std::size_t>::max() |
Definition at line 57 of file maplib.h.
Referenced by UndoFileChangeTracker::pushOperation().