|
CoreComponents 3.0.0
A Modern C++ Toolkit
|
This is the complete list of members for Checkbox, including all inherited members.
| add(const View &child) | View | |
| addAbove(const View &child) | View | |
| addBelow(const View &child) | View | |
| alias(const State *state) | Object | protectedstatic |
| angle() const | View | |
| angle(double newValue) | View | |
| angle(Definition< double > &&f) | View | |
| angleEasing(const EasingCurve &easing, double duration) | View | |
| as() const | Object | |
| associate(Out< Checkbox > self) | Checkbox | |
| cc::Control::associate(Out< Control > self) | Control | |
| cc::View::associate(Out< View > self) | View | |
| cc::View::associate(Out< T > self) | View | protected |
| attach(const Object &other) | View | |
| attach(Function< void()> &&f) | View | |
| basePaper() const | View | |
| bottom() const | View | |
| bottomCenter() const | View | |
| bottomCenter(Point newValue) | View | |
| bottomCenter(Definition< Point > &&a) | View | |
| bottomLeft() const | View | |
| bottomLeft(Point newValue) | View | |
| bottomLeft(Definition< Point > &&a) | View | |
| bottomRight() const | View | |
| bottomRight(Point newValue) | View | |
| bottomRight(Definition< Point > &&a) | View | |
| cairoSurface() | Surface | |
| cascade() const | Control | |
| center(Point newValue) | View | |
| center(Definition< Point > &&a) | View | |
| centerInParent() | View | |
| centerLeft() const | View | |
| centerLeft(Point newValue) | View | |
| centerLeft(Definition< Point > &&a) | View | |
| centerRight() const | View | |
| centerRight(Point newValue) | View | |
| centerRight(Definition< Point > &&a) | View | |
| Checkbox() | Checkbox | |
| Checkbox(const String &text) | Checkbox | explicit |
| children() const | View | |
| childrenCount() const | View | |
| childrenRect() const | View | |
| clip() const | View | |
| clip(bool newValue) | View | |
| clip(Definition< bool > &&f) | View | |
| collectVisible(InOut< List< T > > collection) const | View | |
| containsGlobal(Point g) const | View | |
| containsLocal(Point l) const | View | |
| Control() | Control | |
| Control(double width, double height) | Control | |
| Control(State *newState) (defined in Control) | Control | explicitprotected |
| Control(CreateState onDemand) (defined in Control) | Control | explicitprotected |
| count() const | View | |
| CreateState typedef (defined in View) | View | protected |
| createState() (defined in Control) | Control | protectedstatic |
| cursor() const | Control | |
| cursor(Cursor newValue) | Control | |
| cursor(Definition< Cursor > &&f) | Control | |
| decoration() const | View | |
| decoration(const View &newValue) | View | |
| decoration(Definition< View > &&f) | View | |
| delegate() const | Control | |
| deplete() | View | |
| findChild(Point l) const | View | |
| findControl(Point l) const | View | |
| focus() const | Control | |
| focus(bool newValue) | Control | |
| fullId() const | View | |
| get() | View | protected |
| get() const | View | protected |
| grab() | View | protected |
| groupUnder(const Checkbox &groupLeader) | Checkbox | |
| hasChildren() const | View | |
| hasParent() const | View | |
| hasWindow() const | View | |
| height() const | View | |
| hover() const | Control | |
| Id typedef | View | |
| id() const | View | |
| initOnce() | Object | protected |
| initOncePerThread() | Object | protected |
| innerHeight() const | View | |
| innerWidth() const | View | |
| insertAt(Locator target, const View &child) | View | |
| insertAt(long index, const View &child) | View | |
| is() const | Object | |
| isHandheld() const | View | |
| isNull() const | Object | |
| isParentOf(const View &other) const | View | |
| isWeak() const | Object | |
| layout() const | View | |
| layout(const Layout &newValue) | View | |
| laysInsideOf(const View &other, double margin) const | View | |
| left() const | View | |
| mapToChild(const View &child, Point l) const | View | |
| mapToGlobal(Point l) const | View | |
| mapToLocal(Point g) const | View | |
| mapToParent(const View &parent, Point l) const | View | |
| maxSize() const | View | |
| minSize() const | View | |
| moveToBottom() | View | |
| moveToTop() | View | |
| moving() const | View | |
| moving(bool newValue) | View | |
| moving(Definition< bool > &&f) | View | |
| nextPage(bool clear=true) | Surface | |
| Object()=default | Object | |
| Object(State *newState) | Object | explicitprotected |
| Object(State *state, Alias) (defined in Object) | Object | explicitprotected |
| Object(State *state, Weak) (defined in Object) | Object | explicitprotected |
| objectName() const | View | |
| objectName(const char *name) | View | |
| onClicked(Function< void()> &&f) | Control | |
| onDemand() (defined in View) | View | protectedstatic |
| onEndOfLife(Function< void()> &&f) | View | |
| onFingerClicked(Filter< FingerEvent > &&f) | Control | |
| onFingerMoved(Filter< FingerEvent > &&f) | View | |
| onFingerPressed(Filter< FingerEvent > &&f) | View | |
| onFingerReleased(Filter< FingerEvent > &&f) | View | |
| onKeyPressed(Filter< KeyEvent > &&f) | View | |
| onKeyReleased(Filter< KeyEvent > &&f) | View | |
| onMouseClicked(Filter< MouseEvent > &&f) | Control | |
| onMouseMoved(Filter< MouseEvent > &&f) | View | |
| onMousePressed(Filter< MouseEvent > &&f) | View | |
| onMouseReleased(Filter< MouseEvent > &&f) | View | |
| onPointerClicked(Filter< PointerEvent > &&f) | Control | |
| onPointerMoved(Filter< PointerEvent > &&f) | View | |
| onPointerPressed(Filter< PointerEvent > &&f) | View | |
| onPointerReleased(Filter< PointerEvent > &&f) | View | |
| onValueChanged(Function< void()> &&f) | Checkbox | |
| onWheelMoved(Filter< WheelEvent > &&f) | View | |
| onWindowEntered(Function< void()> &&f) | View | |
| onWindowLeft(Function< void()> &&f) | View | |
| opacity() const | View | |
| opacity(double newValue) | View | |
| opacity(Definition< double > &&f) | View | |
| opacityEasing(const EasingCurve &easing, double duration) | View | |
| operator bool() const | Object | explicit |
| operator<=>(const View &other) const | View | |
| cc::Surface::operator<=>(const Object &other) const | Object | |
| operator=(std::nullptr_t) (defined in Object) | Object | protected |
| operator==(const Control &other) const (defined in Control) | Control | |
| operator==(State *other) const (defined in Control) | Control | protected |
| cc::View::operator==(const View &other) const | View | |
| operator==(const State *other) const (defined in View) | View | protected |
| cc::Surface::operator==(const Object &other) const | Object | |
| padding() const | View | |
| padding(const Padding &newValue) | View | |
| padding(Definition< Padding > &&f) | View | |
| paint(Definition< void > &&f) | View | |
| paper() const | View | |
| paper(Color newValue) | View | |
| paper(Definition< Color > &&f) | View | |
| parent() const | View | |
| pivot() const | View | |
| pivot(Point newValue) | View | |
| pivot(Definition< Point > &&f) | View | |
| pivotEasing(const EasingCurve &easing, double duration) | View | |
| pointerPos() const | Control | |
| polish() | Surface | |
| pop() | View | |
| populate(const Function< void(View)> &&f) | View | |
| pos() const | View | |
| pos(Point newValue) | View | |
| pos(double x, double y) | View | |
| pos(Definition< Point > &&f) | View | |
| posEasing(const EasingCurve &easing, double duration, Function< bool()> &&direct=nullptr) | View | |
| preferredSize() const | View | |
| pressed() const | Control | |
| push(const View &child) | View | |
| remove(const View &child) | View | |
| renderTo(Image &image) const | View | |
| right() const | View | |
| root() const | View | |
| run() | View | |
| scale() const | View | |
| scale(double newValue) | View | |
| scale(Definition< double > &&f) | View | |
| scaleEasing(const EasingCurve &easing, double duration) | View | |
| show() | View | |
| size() const | View | |
| size(Size newValue) | View | |
| size(double width, double height) | View | |
| size(Definition< Size > &&f) | View | |
| sizeEasing(const EasingCurve &easing, double duration) | View | |
| Surface()=default | Surface | |
| Surface(State *newState) (defined in Surface) | Surface | explicitprotected |
| text() const | Checkbox | |
| text(const String &newValue) | Checkbox | |
| text(Definition< String > &&f) | Checkbox | |
| top() const | View | |
| topCenter() const | View | |
| topCenter(Point newValue) | View | |
| topCenter(Definition< Point > &&a) | View | |
| topLeft() const | View | |
| topLeft(Point newValue) | View | |
| topLeft(Definition< Point > &&a) | View | |
| topRight() const | View | |
| topRight(Point newValue) | View | |
| topRight(Definition< Point > &&a) | View | |
| touch() | View | |
| update() | View | |
| useCount() const | Object | |
| value() const | Checkbox | |
| value(bool newValue) | Checkbox | |
| View()=default | View | |
| View(double width, double height) | View | |
| View(State *newState) | View | explicitprotected |
| View(CreateState onDemand) | View | explicitprotected |
| visible() const | View | |
| visible(bool newValue) | View | |
| visible(Definition< bool > &&f) | View | |
| visibleChildren() const | View | |
| weak() const (defined in Object) | Object | protected |
| weak(const State *state) (defined in Object) | Object | protectedstatic |
| width() const | View | |
| window() const | View | |
| x() const | View | |
| y() const | View |