some code cleanup
svn-id: r35966
This commit is contained in:
parent
c210b71876
commit
299736c9e1
7 changed files with 54 additions and 53 deletions
|
@ -260,9 +260,9 @@ protected:
|
|||
|
||||
/** Parse helper functions */
|
||||
byte parseFlags(const String& flags);
|
||||
bool parseRect(Rect *rect, const String& coords);
|
||||
bool parsePolygon(Polygon *poly, const String& coords);
|
||||
bool parseRectAsPolygon(Polygon *poly, const String& coords);
|
||||
bool parseRect(Rect &rect, const String& coords);
|
||||
bool parsePolygon(Polygon &poly, const String& coords);
|
||||
bool parseRectAsPolygon(Polygon &poly, const String& coords);
|
||||
};
|
||||
|
||||
} // end of namespace GUI
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue