mirror of
https://github.com/ApfelTeeSaft/vb01.git
synced 2026-08-26 19:33:45 +00:00
getter
This commit is contained in:
@@ -28,6 +28,7 @@ namespace vb01{
|
||||
void update();
|
||||
void setText(std::wstring);
|
||||
inline void setScale(float s){this->scale = s;}
|
||||
inline float getScale(){return scale;}
|
||||
inline int getLength(){return entry.length();}
|
||||
inline std::wstring getText(){return entry;}
|
||||
inline bool isHorizontal(){return horizontal;}
|
||||
|
||||
Reference in New Issue
Block a user