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

Public Member Functions

 PolygonObject (const pugi::xml_node &xml_node, const sf::Color &color)
 
- Public Member Functions inherited from ns::tm::ShapeObject< sf::ConvexShape >
 ShapeObject (const pugi::xml_node &xml_node, const sf::Color &color)
 
auto getShape () const -> const sf::ConvexShape &
 
- 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 std::vector< sf::Vector2f > points
 
- 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< sf::ConvexShape >
sf::ConvexShape m_shape
 

Detailed Description

Definition at line 93 of file Object.hpp.


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