diff options
| author | Jasper St. Pierre <jstpierre@mecheye.net> | 2024-04-19 22:07:48 -0700 |
|---|---|---|
| committer | Jasper St. Pierre <jstpierre@mecheye.net> | 2024-04-19 22:07:48 -0700 |
| commit | 683cf9324dcf8d182ec35d86874dd87a63364ebe (patch) | |
| tree | 6ecf1ff3cf21a7fb5e6717186295a3ce184ff45c /include/JSystem/J2DGraph | |
| parent | 6cbe5c545761bb31cc60d99bda2f68d0b94f7277 (diff) | |
d_s_name minor work
Diffstat (limited to 'include/JSystem/J2DGraph')
| -rw-r--r-- | include/JSystem/J2DGraph/J2DPane.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/JSystem/J2DGraph/J2DPane.h b/include/JSystem/J2DGraph/J2DPane.h index a554af3a..3a2a9c77 100644 --- a/include/JSystem/J2DGraph/J2DPane.h +++ b/include/JSystem/J2DGraph/J2DPane.h @@ -83,11 +83,11 @@ public: bool isConnectParent() const { return mIsConnectParent; } void show() { mVisible = true; } void hide() { mVisible = false; } + bool isVisible() { return mVisible; } void getBounds() {} void getGlbBounds() {} void getRotate() const {} - void isVisible() {} void place(const JGeometry::TBox2<f32>&) {} void rotate(f32) {} void rotate(f32, f32, J2DRotateAxis, f32) {} |
