marble/src
ScreenPolygon Class Reference
#include <ScreenPolygon.h>
Inheritance diagram for ScreenPolygon:

Detailed Description
Definition at line 21 of file ScreenPolygon.h.
Public Types | |
| typedef QVector< ScreenPolygon > | Vector |
Public Member Functions | |
| ScreenPolygon () | |
| ScreenPolygon (bool closed) | |
| ~ScreenPolygon () | |
| bool | closed () const |
| void | setClosed (bool closed) |
Protected Attributes | |
| bool | m_closed |
Member Typedef Documentation
| typedef QVector<ScreenPolygon> ScreenPolygon::Vector |
Definition at line 32 of file ScreenPolygon.h.
Constructor & Destructor Documentation
| ScreenPolygon::ScreenPolygon | ( | ) | [inline] |
Definition at line 24 of file ScreenPolygon.h.
| ScreenPolygon::ScreenPolygon | ( | bool | closed | ) | [inline] |
Definition at line 25 of file ScreenPolygon.h.
| ScreenPolygon::~ScreenPolygon | ( | ) | [inline] |
Definition at line 26 of file ScreenPolygon.h.
Member Function Documentation
| bool ScreenPolygon::closed | ( | ) | const [inline] |
Definition at line 28 of file ScreenPolygon.h.
| void ScreenPolygon::setClosed | ( | bool | closed | ) | [inline] |
Definition at line 29 of file ScreenPolygon.h.
Member Data Documentation
bool ScreenPolygon::m_closed [protected] |
Definition at line 36 of file ScreenPolygon.h.
The documentation for this class was generated from the following file:
KDE 4.0 API Reference