#include <MyObject.h>
Public Types | |
typedef QHash< uint, MyObject > | TObjectsMap |
Public Member Functions | |
LinesCollection () | |
MyObject & | operator[] (uint i) |
const MyObject & | operator[] (uint i) const |
void | vectorify () |
Public Attributes | |
TObjectsMap | m_objects |
The lines objects in this structure exist in parallel to the PicPainter which draws the actual pieces. They are invoked seperatly.
typedef QHash<uint, MyObject> LinesCollection::TObjectsMap |
LinesCollection::LinesCollection | ( | ) | [inline] |
MyObject& LinesCollection::operator[] | ( | uint | i | ) | [inline] |
const MyObject& LinesCollection::operator[] | ( | uint | i | ) | const [inline] |
void LinesCollection::vectorify | ( | ) | [inline] |