|
CoreComponents 4.0.0
A Modern C++ Toolkit
|
This is the complete list of members for Grid, including all inherited members.
| add(this auto &&self, const View &child) -> decltype(auto) | View | |
| addAbove(this auto &&self, const View &child) -> decltype(auto) | View | |
| addBelow(this auto &&self, const View &child) -> decltype(auto) | View | |
| alias(const State *state) | Object | protectedstatic |
| angle() const | View | |
| angle(this auto &&self, double newValue) -> decltype(auto) | View | |
| angle(this auto &&self, Definition< double > &&f) -> decltype(auto) | View | |
| angleEasing(this auto &&self, const EasingCurve &curve, double duration, Function< bool()> &&direct=nullptr) -> decltype(auto) | View | |
| as() const | Object | |
| associate(Out< View > self) | View | |
| associate(Out< T > self) | View | protected |
| attach(this auto &&self, const Object &other) -> decltype(auto) | View | |
| attach(this auto &&self, Function< void()> &&f) -> decltype(auto) | View | |
| basePaper() const | View | |
| bottom() const | View | |
| bottomCenter() const | View | |
| bottomCenter(this auto &&self, Point newValue) -> decltype(auto) | View | |
| bottomCenter(this auto &&self, Definition< Point > &&a) -> decltype(auto) | View | |
| bottomLeft() const | View | |
| bottomLeft(this auto &&self, Point newValue) -> decltype(auto) | View | |
| bottomLeft(this auto &&self, Definition< Point > &&a) -> decltype(auto) | View | |
| bottomRight() const | View | |
| bottomRight(this auto &&self, Point newValue) -> decltype(auto) | View | |
| bottomRight(this auto &&self, Definition< Point > &&a) -> decltype(auto) | View | |
| cairoSurface() | Surface | |
| center(this auto &&self, Point newValue) -> decltype(auto) | View | |
| center(this auto &&self, Definition< Point > &&a) -> decltype(auto) | View | |
| centerInParent(this auto &&self) -> decltype(auto) | View | |
| centerLeft() const | View | |
| centerLeft(this auto &&self, Point newValue) -> decltype(auto) | View | |
| centerLeft(this auto &&self, Definition< Point > &&a) -> decltype(auto) | View | |
| centerRight() const | View | |
| centerRight(this auto &&self, Point newValue) -> decltype(auto) | View | |
| centerRight(this auto &&self, Definition< Point > &&a) -> decltype(auto) | View | |
| children() const | View | |
| childrenCount() const | View | |
| childrenRect() const | View | |
| clip() const | View | |
| clip(this auto &&self, bool newValue) -> decltype(auto) | View | |
| clip(this auto &&self, Definition< bool > &&f) -> decltype(auto) | View | |
| collectVisible(InOut< List< T > > collection) const | View | |
| columnAlign() const | Grid | |
| columnAlign(ColumnAlign newValue) | Grid | |
| columnAlign(Definition< ColumnAlign > &&f) | Grid | |
| columns() const | Grid | |
| columns(int newValue) | Grid | |
| columns(Definition< int > &&f) | Grid | |
| containsGlobal(Point g) const | View | |
| containsLocal(Point l) const | View | |
| count() const | View | |
| CreateState typedef (defined in View) | View | protected |
| decoration() const | View | |
| decoration(this auto &&self, View newValue) -> decltype(auto) | View | |
| decoration(this auto &&self, Definition< View > &&f) -> decltype(auto) | View | |
| deplete() | View | |
| findChild(Point l) const | View | |
| findControl(Point l) const | View | |
| fullId() const | View | |
| get() | View | protected |
| get() const | View | protected |
| grab() | View | protected |
| Grid(int columns=2, Out< Grid > self=None{}) | Grid | explicit |
| Grid(const Size &size, int columns=2, Out< Grid > self=None{}) | Grid | explicit |
| hasChildren() const | View | |
| hasParent() const | View | |
| hasWindow() const | View | |
| height() const | View | |
| Id typedef | View | |
| id() const | View | |
| initOnce() | Object | protected |
| initOncePerThread() | Object | protected |
| innerHeight() const | View | |
| innerWidth() const | View | |
| insertAt(this auto &&self, Locator target, const View &child) -> decltype(auto) | View | |
| insertAt(this auto &&self, long index, const View &child) -> decltype(auto) | View | |
| is() const | Object | |
| isHandheld() const | View | |
| isNull() const | Object | |
| isParentOf(const View &other) const | View | |
| isWeak() const | Object | |
| cc::View::layout(this auto &&self, const Layout &newValue) -> decltype(auto) | 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 | |
| margin() const | Grid | |
| margin(Size newValue) | Grid | |
| maxSize() const | View | |
| me() (defined in View) | View | protected |
| me() const (defined in View) | View | protected |
| minSize() const | View | |
| moveToBottom() | View | |
| moveToTop() | View | |
| moving() const | View | |
| moving(this auto &&self, bool newValue) -> decltype(auto) | View | |
| moving(this auto &&self, Definition< bool > &&f) -> decltype(auto) | View | |
| nextPage(bool clear=true) | Surface | |
| NullAccess typedef | Object | |
| 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 | |
| onDemand() (defined in View) | View | protectedstatic |
| onEndOfLife(this auto &&self, Function< void()> &&f) -> decltype(auto) | View | |
| onFingerMoved(this auto &&self, Filter< FingerEvent > &&f) -> decltype(auto) | View | |
| onFingerPressed(this auto &&self, Filter< FingerEvent > &&f) -> decltype(auto) | View | |
| onFingerReleased(this auto &&self, Filter< FingerEvent > &&f) -> decltype(auto) | View | |
| onKeyPressed(this auto &&self, Filter< KeyEvent > &&f) -> decltype(auto) | View | |
| onKeyReleased(this auto &&self, Filter< KeyEvent > &&f) -> decltype(auto) | View | |
| onMouseMoved(this auto &&self, Filter< MouseEvent > &&f) -> decltype(auto) | View | |
| onMousePressed(this auto &&self, Filter< MouseEvent > &&f) -> decltype(auto) | View | |
| onMouseReleased(this auto &&self, Filter< MouseEvent > &&f) -> decltype(auto) | View | |
| onPenHovered(this auto &&self, Filter< PenEvent > &&f) -> decltype(auto) | View | |
| onPenMoved(this auto &&self, Filter< PenEvent > &&f) -> decltype(auto) | View | |
| onPenPressed(this auto &&self, Filter< PenEvent > &&f) -> decltype(auto) | View | |
| onPenReleased(this auto &&self, Filter< PenEvent > &&f) -> decltype(auto) | View | |
| onPointerMoved(this auto &&self, Filter< PointerEvent > &&f) -> decltype(auto) | View | |
| onPointerPressed(this auto &&self, Filter< PointerEvent > &&f) -> decltype(auto) | View | |
| onPointerReleased(this auto &&self, Filter< PointerEvent > &&f) -> decltype(auto) | View | |
| onWheelMoved(this auto &&self, Filter< WheelEvent > &&f) -> decltype(auto) | View | |
| onWindowEntered(this auto &&self, Function< void()> &&f) -> decltype(auto) | View | |
| onWindowLeft(this auto &&self, Function< void()> &&f) -> decltype(auto) | View | |
| opacity() const | View | |
| opacity(this auto &&self, double newValue) -> decltype(auto) | View | |
| opacity(this auto &&self, Definition< double > &&f) -> decltype(auto) | View | |
| opacityEasing(this auto &&self, const EasingCurve &curve, double duration, Function< bool()> &&direct=nullptr) -> decltype(auto) | View | |
| operator bool() const | Object | explicit |
| operator()(this auto &&self, const View &child) -> decltype(auto) | View | |
| 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 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(this auto &&self, Padding newValue) -> decltype(auto) | View | |
| padding(this auto &&self, Definition< Padding > &&f) -> decltype(auto) | View | |
| paint(Definition< void > &&f) | View | |
| paper() const | View | |
| paper(this auto &&self, Color newValue) -> decltype(auto) | View | |
| paper(this auto &&self, Definition< Color > &&f) -> decltype(auto) | View | |
| parent() const | View | |
| pivot() const | View | |
| pivot(this auto &&self, Point newValue) -> decltype(auto) | View | |
| pivot(this auto &&self, Definition< Point > &&f) -> decltype(auto) | View | |
| pivotEasing(this auto &&self, const EasingCurve &curve, double duration, Function< bool()> &&direct=nullptr) -> decltype(auto) | View | |
| polish() | Surface | |
| pop() | View | |
| populate(const Function< void(View)> &&f) | View | |
| pos() const | View | |
| pos(this auto &&self, Point newValue) -> decltype(auto) | View | |
| pos(this auto &&self, Definition< Point > &&f) -> decltype(auto) | View | |
| posEasing(this auto &&self, const EasingCurve &curve, double duration, Function< bool()> &&direct=nullptr) -> decltype(auto) | View | |
| preferredSize() const | View | |
| push(this auto &&self, const View &child) -> decltype(auto) | View | |
| remove(const View &child) | View | |
| renderTo(Image &image) const | View | |
| right() const | View | |
| root() const | View | |
| rowAlign() const | Grid | |
| rowAlign(RowAlign newValue) | Grid | |
| rowAlign(Definition< RowAlign > &&f) | Grid | |
| run() | View | |
| scale() const | View | |
| scale(this auto &&self, double newValue) -> decltype(auto) | View | |
| scale(this auto &&self, Definition< double > &&f) -> decltype(auto) | View | |
| scaleEasing(this auto &&self, const EasingCurve &curve, double duration, Function< bool()> &&direct=nullptr) -> decltype(auto) | View | |
| show() | View | |
| size() const | View | |
| size(this auto &&self, Size newValue) -> decltype(auto) | View | |
| size(this auto &&self, Definition< Size > &&f) -> decltype(auto) | View | |
| sizeEasing(this auto &&self, const EasingCurve &curve, double duration, Function< bool()> &&direct=nullptr) -> decltype(auto) | View | |
| spacing() const | Grid | |
| spacing(double newValue) | Grid | |
| Surface()=default | Surface | |
| Surface(State *newState) (defined in Surface) | Surface | explicitprotected |
| top() const | View | |
| topCenter() const | View | |
| topCenter(this auto &&self, Point newValue) -> decltype(auto) | View | |
| topCenter(this auto &&self, Definition< Point > &&a) -> decltype(auto) | View | |
| topLeft() const | View | |
| topLeft(this auto &&self, Point newValue) -> decltype(auto) | View | |
| topLeft(this auto &&self, Definition< Point > &&a) -> decltype(auto) | View | |
| topRight() const | View | |
| topRight(this auto &&self, Point newValue) -> decltype(auto) | View | |
| topRight(this auto &&self, Definition< Point > &&a) -> decltype(auto) | View | |
| touch() | View | |
| update() | View | |
| useCount() const | Object | |
| View()=default | View | |
| View(Out< View > self) | View | explicit |
| View(const Size &size, Out< View > self=None{}) | View | explicit |
| View(double width, double height, Out< View > self=None{}) | View | |
| View(const Layout &layout, Out< View > self=None{}) | View | explicit |
| View(State *newState) | View | explicitprotected |
| View(CreateState onDemand) | View | explicitprotected |
| VirginityTestFailed typedef | Object | |
| visible() const | View | |
| visible(this auto &&self, bool newValue) -> decltype(auto) | View | |
| visible(this auto &&self, Definition< bool > &&f) -> decltype(auto) | 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 |