major api and quality of life changes
This commit is contained in:
parent
4148d42bfb
commit
67e63561c4
7 changed files with 113 additions and 24 deletions
4
line.h
4
line.h
|
|
@ -14,8 +14,8 @@ public:
|
|||
void setStartPoint(QPoint newPoint);
|
||||
void setEndPoint(QPoint newPoint);
|
||||
void setColor(QString color);
|
||||
const QPoint& getStart();
|
||||
const QPoint& getEnd();
|
||||
const QPoint& getStart() const;
|
||||
const QPoint& getEnd() const;
|
||||
QString getColor();
|
||||
QString toLuaTable();
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue