Home · All Classes · Main Classes · Deprecated |
View class for a checkbox button. More...
Inherits MButtonView.
Public Member Functions | |
MCheckboxView (MButton *controller) | |
virtual | ~MCheckboxView () |
View class for a checkbox button.
![]() | ![]() | ![]() |
Checkbox is a variant of button that allows users to set a state of a variable or setting which has two values, On and Off. Checkbox essentially does the same thing as the Switch variant.
Users can change the state of checkbox by tapping on it (or the accompanying text label). If the state of the checkbox is On, it is changed to Off. If the state of the checkbox is On, it is changed to Off. If the checkbox is disabled the tapping has not effect.
MCheckboxView::MCheckboxView | ( | MButton * | controller | ) |
Constructs the view.
Pointer | to the controller. |
MCheckboxView::~MCheckboxView | ( | ) | [virtual] |
Destructs the view.
Copyright © 2010 Nokia Corporation | MeeGo Touch |