#include <InputTypeCheckbox.h>


Public Member Functions | |
| InputTypeCheckbox (ElementFormControlInput *element) | |
| virtual bool | IsSubmitted () |
| virtual bool | OnAttributeChange (const Core::AttributeNameList &changed_attributes) |
| virtual void | ProcessEvent (Core::Event &event) |
| virtual bool | GetIntrinsicDimensions (Rocket::Core::Vector2f &dimensions) |
| bool Rocket::Controls::InputTypeCheckbox::IsSubmitted | ( | ) | [virtual] |
Returns if this value should be submitted with the form.
Reimplemented from Rocket::Controls::InputType.
| bool Rocket::Controls::InputTypeCheckbox::OnAttributeChange | ( | const Core::AttributeNameList & | changed_attributes | ) | [virtual] |
Checks for necessary functional changes in the control as a result of changed attributes.
| [in] | changed_attributes | The list of changed attributes. |
Reimplemented from Rocket::Controls::InputType.
| void Rocket::Controls::InputTypeCheckbox::ProcessEvent | ( | Core::Event & | event | ) | [virtual] |
Checks for necessary functional changes in the control as a result of the event.
| [in] | event | The event to process. |
Implements Rocket::Controls::InputType.
| bool Rocket::Controls::InputTypeCheckbox::GetIntrinsicDimensions | ( | Rocket::Core::Vector2f & | dimensions | ) | [virtual] |
Sizes the dimensions to the element's inherent size.
Implements Rocket::Controls::InputType.