summaryrefslogtreecommitdiff
path: root/client/widgets/button.h
diff options
context:
space:
mode:
authordeva <deva>2009-01-15 07:24:30 +0000
committerdeva <deva>2009-01-15 07:24:30 +0000
commit4497bea2b68a883d1bed72797f27275c833843ea (patch)
treebba910d80a4384721ae6b13c64afc54735a16a98 /client/widgets/button.h
parent6a81913f64590c6e49431ce483e00c8fc60573a4 (diff)
Added isDisabled method to all widget classes and made sure that only enabled widgets send their values on commit.
Diffstat (limited to 'client/widgets/button.h')
-rw-r--r--client/widgets/button.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/client/widgets/button.h b/client/widgets/button.h
index d9d0b26..64d51f9 100644
--- a/client/widgets/button.h
+++ b/client/widgets/button.h
@@ -51,6 +51,10 @@ public:
void reset();
+ void disable();
+ void enable();
+ bool isDisabled();
+
public slots:
void commit();
void _reset();