Public Member Functions | |
| ListViewCheckBoxNode (void *vpCookie=NULL) | |
| void | Paint (const Rect &rFrame, const Rect &rDirty) |
| void | Set (bool bValue, bool bNotify=false) |
| bool | Get () |
| virtual void | MouseDown (const InputEvent &nInputEvent) |
| virtual void | MouseUp (const InputEvent &nInputEvent) |
| virtual void | OnChanged (bool bSet) |
| virtual void | OnChangedEvent (const InputEvent &nInputEvent, bool bSet) |
Public Attributes | |
| signal1< bool > | Changed |
| signal2< bool, const InputEvent & > | ChangedEvent |
| signal3< bool, const InputEvent &, ListViewCheckBoxNode * > | ChangedSource |
| ListViewCheckBoxNode::ListViewCheckBoxNode | ( | void * | vpCookie = NULL |
) |
Reimplemented from SkyGI::ListViewNode.
| void ListViewCheckBoxNode::Set | ( | bool | bValue, | |
| bool | bNotify = false | |||
| ) |
| bool ListViewCheckBoxNode::Get | ( | ) |
| void ListViewCheckBoxNode::MouseDown | ( | const InputEvent & | nInputEvent | ) | [virtual] |
Reimplemented from SkyGI::ListViewNode.
| void ListViewCheckBoxNode::MouseUp | ( | const InputEvent & | nInputEvent | ) | [virtual] |
Reimplemented from SkyGI::ListViewNode.
| void ListViewCheckBoxNode::OnChanged | ( | bool | bSet | ) | [virtual] |
| void ListViewCheckBoxNode::OnChangedEvent | ( | const InputEvent & | nInputEvent, | |
| bool | bSet | |||
| ) | [virtual] |
| signal1<bool> SkyGI::ListViewCheckBoxNode::Changed |
| signal2<bool, const InputEvent&> SkyGI::ListViewCheckBoxNode::ChangedEvent |
| signal3<bool, const InputEvent&, ListViewCheckBoxNode*> SkyGI::ListViewCheckBoxNode::ChangedSource |
1.5.1-p1