Menge
Modular Pedestrian Simulation Framework for Research and Development
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Namespaces | Enumerations | Functions
Watermark.h File Reference

Data for controlling a watermark. More...

#include <string>

Go to the source code of this file.

Classes

class  Menge::Vis::Watermark
 A class for handling the watermark functionality. More...
 

Namespaces

 Menge
 The core namespace. All elements of Menge are contained in this namespace.
 

Enumerations

enum  WatermarkAlign {
  Menge::Vis::NO_ALIGN, Menge::Vis::CENTERED, Menge::Vis::BOTTOM_LEFT, Menge::Vis::BOTTOM_RIGHT,
  Menge::Vis::TOP_LEFT, Menge::Vis::TOP_RIGHT
}
 The potential alignment of the watermark.
 

Functions

Watermark * Menge::Vis::parseWatermark (TiXmlElement *node, const std::string &viewFldr)
 Parses a water mark xml specification and returns the corresponding instance. More...
 

Detailed Description

Data for controlling a watermark.