aboutsummaryrefslogtreecommitdiffstats
path: root/src/menu/static.hpp
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander@sulfrian.net>2012-09-07 01:41:35 +0200
committerAlexander Sulfrian <alexander@sulfrian.net>2013-01-13 22:41:04 +0100
commitba2bf102156c921eb3eba950cfe46d593105240e (patch)
tree7ff917dc93ba557b0eb4beb24ab4c5efbe1e349e /src/menu/static.hpp
parent1afc45aaae50ab208f75e27e7a4d88004402023e (diff)
downloadusdx-ba2bf102156c921eb3eba950cfe46d593105240e.tar.gz
usdx-ba2bf102156c921eb3eba950cfe46d593105240e.tar.xz
usdx-ba2bf102156c921eb3eba950cfe46d593105240e.zip
menu: code style: change naming of bool-getter to is prefix
Diffstat (limited to 'src/menu/static.hpp')
-rw-r--r--src/menu/static.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/menu/static.hpp b/src/menu/static.hpp
index 1f0ecd60..596e3b57 100644
--- a/src/menu/static.hpp
+++ b/src/menu/static.hpp
@@ -65,10 +65,10 @@ namespace usdx
RgbaColor get_fill(void) const;
virtual void set_filled(const bool filled);
- bool get_filled(void) const;
+ bool is_filled(void) const;
virtual void set_stroked(const bool stroked);
- bool get_stroked(void) const;
+ bool is_stroked(void) const;
virtual void set_stroke_width(const float stroke_width);
float get_stroke_width(void) const;