NasNas
An intuitive and beginner friendly 2D game framework for C++
Public Member Functions | Public Attributes | List of all members
ns::tm::EllipseObject Struct Reference
Inheritance diagram for ns::tm::EllipseObject:
ns::tm::ShapeObject< ns::EllipseShape > ns::tm::Object ns::tm::PropertiesContainer

Public Member Functions

 EllipseObject (const pugi::xml_node &xml_node, const sf::Color &color)
 
- Public Member Functions inherited from ns::tm::ShapeObject< ns::EllipseShape >
 ShapeObject (const pugi::xml_node &xml_node, const sf::Color &color)
 
auto getShape () const -> const ns::EllipseShape &
 
- Public Member Functions inherited from ns::tm::Object
 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 float width
 
const float height
 
- Public Attributes inherited from ns::tm::Object
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

- Public Types inherited from ns::tm::Object
enum  Shape {
  Point, Rectangle, Ellipse, Polyline,
  Polygon, Tile
}
 
- Protected Member Functions inherited from ns::tm::PropertiesContainer
void parseProperties (const pugi::xml_node &xmlnode_props)
 
- Protected Attributes inherited from ns::tm::ShapeObject< ns::EllipseShape >
ns::EllipseShape m_shape
 

Detailed Description

Definition at line 82 of file Object.hpp.


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