LinesCollection Class Reference

LinesCollection draws the lines seperating the pieces in the 3D solution display. More...

#include <MyObject.h>

List of all members.

Public Types

typedef QHash< uint, MyObjectTObjectsMap

Public Member Functions

 LinesCollection ()
MyObjectoperator[] (uint i)
const MyObjectoperator[] (uint i) const
void vectorify ()

Public Attributes

TObjectsMap m_objects


Detailed Description

LinesCollection draws the lines seperating the pieces in the 3D solution display.

The lines objects in this structure exist in parallel to the PicPainter which draws the actual pieces. They are invoked seperatly.


Member Typedef Documentation

typedef QHash<uint, MyObject> LinesCollection::TObjectsMap


Constructor & Destructor Documentation

LinesCollection::LinesCollection (  )  [inline]


Member Function Documentation

MyObject& LinesCollection::operator[] ( uint  i  )  [inline]

const MyObject& LinesCollection::operator[] ( uint  i  )  const [inline]

void LinesCollection::vectorify (  )  [inline]


Member Data Documentation


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