156 // Returns a sample object by the given value |
156 // Returns a sample object by the given value |
157 static LDObject* getDefault (const LDObject::Type type); |
157 static LDObject* getDefault (const LDObject::Type type); |
158 |
158 |
159 static void moveObjects (vector<LDObject*> objs, const bool bUp); |
159 static void moveObjects (vector<LDObject*> objs, const bool bUp); |
160 static str objectListContents (const vector<LDObject*>& objs); |
160 static str objectListContents (const vector<LDObject*>& objs); |
|
161 static LDObject* fromID( int id ); |
161 |
162 |
162 // Object list entry for this object |
163 // Object list entry for this object |
163 QListWidgetItem* qObjListEntry; |
164 QListWidgetItem* qObjListEntry; |
164 |
165 |
165 virtual bool hasMatrix () const { return false; } |
166 virtual bool hasMatrix () const { return false; } |