NasNas
An intuitive and beginner friendly 2D game framework for C++
Public Types | Public Member Functions | Public Attributes | List of all members
ns::tm::Object Struct Reference
Inheritance diagram for ns::tm::Object:
ns::tm::PropertiesContainer ns::tm::ShapeObject< T > ns::tm::ShapeObject< ns::EllipseShape > ns::tm::ShapeObject< ns::LineShape > ns::tm::ShapeObject< sf::CircleShape > ns::tm::ShapeObject< sf::ConvexShape > ns::tm::ShapeObject< sf::RectangleShape > ns::tm::ShapeObject< sf::Sprite > ns::tm::EllipseObject ns::tm::PolylineObject ns::tm::PointObject ns::tm::PolygonObject ns::tm::RectangleObject ns::tm::TileObject

Public Types

enum  Shape {
  Point, Rectangle, Ellipse, Polyline,
  Polygon, Tile
}
 

Public Member Functions

 Object (const pugi::xml_node &xml_node, Shape shape)
 
auto asPoint () -> PointObject &
 
auto asRectangle () -> RectangleObject &
 
auto asEllipse () -> EllipseObject &
 
auto asPolyline () -> PolylineObject &
 
auto asPolygon () -> PolygonObject &
 
auto asTile () -> TileObject &
 
- Public Member Functions inherited from ns::tm::PropertiesContainer
auto hasProperty (const std::string &name) const -> bool
 
template<typename T >
auto getProperty (const std::string &name) const -> const T &
 
template<typename T >
void addProperty (const std::string &name, const T &value)
 
void printProperties () const
 

Public Attributes

const unsigned id
 
const std::string name
 
const std::string type
 
const float x
 
const float y
 
const float rotation
 
const Shape shapetype
 

Additional Inherited Members

- Protected Member Functions inherited from ns::tm::PropertiesContainer
void parseProperties (const pugi::xml_node &xmlnode_props)
 

Detailed Description

Definition at line 30 of file Object.hpp.


The documentation for this struct was generated from the following file: