NasNas
An intuitive and beginner friendly 2D game framework for C++
|
Public Member Functions | |
PolylineObject (const pugi::xml_node &xml_node, const sf::Color &color) | |
![]() | |
ShapeObject (const pugi::xml_node &xml_node, const sf::Color &color) | |
auto | getShape () const -> const ns::LineShape & |
![]() | |
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 & |
![]() | |
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 |
![]() | |
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 | |
![]() | |
enum | Shape { Point, Rectangle, Ellipse, Polyline, Polygon, Tile } |
![]() | |
void | parseProperties (const pugi::xml_node &xmlnode_props) |
![]() | |
ns::LineShape | m_shape |
Definition at line 88 of file Object.hpp.