[TD]Simplify Cosmetic List & PyObject handling
This commit is contained in:
@@ -47,16 +47,7 @@ class TechDrawExport PropertyCenterLineList: public App::PropertyLists
|
||||
TYPESYSTEM_HEADER();
|
||||
|
||||
public:
|
||||
/**
|
||||
* A constructor.
|
||||
* A more elaborate description of the constructor.
|
||||
*/
|
||||
PropertyCenterLineList();
|
||||
|
||||
/**
|
||||
* A destructor.
|
||||
* A more elaborate description of the destructor.
|
||||
*/
|
||||
virtual ~PropertyCenterLineList();
|
||||
|
||||
virtual void setSize(int newSize);
|
||||
@@ -64,7 +55,7 @@ public:
|
||||
|
||||
/** Sets the property
|
||||
*/
|
||||
void setValue(const CenterLine*);
|
||||
void setValue(CenterLine*);
|
||||
void setValues(const std::vector<CenterLine*>&);
|
||||
|
||||
/// index operator
|
||||
|
||||
Reference in New Issue
Block a user