CoreComponents 4.0.0
A Modern C++ Toolkit
Loading...
Searching...
No Matches
Column Member List

This is the complete list of members for Column, 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)Objectprotectedstatic
align() constColumn
align(ColumnAlign newValue)Column
angle() constView
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() constObject
associate(Out< View > self)View
associate(Out< T > self)Viewprotected
attach(this auto &&self, const Object &other) -> decltype(auto)View
attach(this auto &&self, Function< void()> &&f) -> decltype(auto)View
basePaper() constView
bottom() constView
bottomCenter() constView
bottomCenter(this auto &&self, Point newValue) -> decltype(auto)View
bottomCenter(this auto &&self, Definition< Point > &&a) -> decltype(auto)View
bottomLeft() constView
bottomLeft(this auto &&self, Point newValue) -> decltype(auto)View
bottomLeft(this auto &&self, Definition< Point > &&a) -> decltype(auto)View
bottomRight() constView
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() constView
centerLeft(this auto &&self, Point newValue) -> decltype(auto)View
centerLeft(this auto &&self, Definition< Point > &&a) -> decltype(auto)View
centerRight() constView
centerRight(this auto &&self, Point newValue) -> decltype(auto)View
centerRight(this auto &&self, Definition< Point > &&a) -> decltype(auto)View
children() constView
childrenCount() constView
childrenRect() constView
clip() constView
clip(this auto &&self, bool newValue) -> decltype(auto)View
clip(this auto &&self, Definition< bool > &&f) -> decltype(auto)View
collectVisible(InOut< List< T > > collection) constView
Column(Out< Column > self=None{})Columnexplicit
Column(double width, double height, Out< Column > self=None{})Column
Column(const Size &size, Out< Column > self=None{})Columnexplicit
containsGlobal(Point g) constView
containsLocal(Point l) constView
count() constView
CreateState typedef (defined in View)Viewprotected
decoration() constView
decoration(this auto &&self, View newValue) -> decltype(auto)View
decoration(this auto &&self, Definition< View > &&f) -> decltype(auto)View
deplete()View
findChild(Point l) constView
findControl(Point l) constView
fullId() constView
get()Viewprotected
get() constViewprotected
grab()Viewprotected
hasChildren() constView
hasParent() constView
hasWindow() constView
height() constView
Id typedefView
id() constView
indent() constColumn
indent(double newValue)Column
initOnce()Objectprotected
initOncePerThread()Objectprotected
innerHeight() constView
innerWidth() constView
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() constObject
isHandheld() constView
isNull() constObject
isParentOf(const View &other) constView
isWeak() constObject
cc::View::layout(this auto &&self, const Layout &newValue) -> decltype(auto)View
laysInsideOf(const View &other, double margin) constView
left() constView
mapToChild(const View &child, Point l) constView
mapToGlobal(Point l) constView
mapToLocal(Point g) constView
mapToParent(const View &parent, Point l) constView
margin() constColumn
margin(Size newValue)Column
maxSize() constView
me() (defined in View)Viewprotected
me() const (defined in View)Viewprotected
minSize() constView
moveToBottom()View
moveToTop()View
moving() constView
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 typedefObject
Object()=defaultObject
Object(State *newState)Objectexplicitprotected
Object(State *state, Alias) (defined in Object)Objectexplicitprotected
Object(State *state, Weak) (defined in Object)Objectexplicitprotected
objectName() constView
objectName(const char *name)View
onDemand() (defined in View)Viewprotectedstatic
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() constView
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() constObjectexplicit
operator()(this auto &&self, const View &child) -> decltype(auto)View
operator<=>(const View &other) constView
cc::Surface::operator<=>(const Object &other) constObject
operator=(std::nullptr_t) (defined in Object)Objectprotected
operator==(const View &other) constView
operator==(const State *other) const (defined in View)Viewprotected
cc::Surface::operator==(const Object &other) constObject
padding() constView
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() constView
paper(this auto &&self, Color newValue) -> decltype(auto)View
paper(this auto &&self, Definition< Color > &&f) -> decltype(auto)View
parent() constView
pivot() constView
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() constView
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() constView
push(this auto &&self, const View &child) -> decltype(auto)View
remove(const View &child)View
renderTo(Image &image) constView
right() constView
root() constView
run()View
scale() constView
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() constView
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() constColumn
spacing(double newValue)Column
Surface()=defaultSurface
Surface(State *newState) (defined in Surface)Surfaceexplicitprotected
top() constView
topCenter() constView
topCenter(this auto &&self, Point newValue) -> decltype(auto)View
topCenter(this auto &&self, Definition< Point > &&a) -> decltype(auto)View
topLeft() constView
topLeft(this auto &&self, Point newValue) -> decltype(auto)View
topLeft(this auto &&self, Definition< Point > &&a) -> decltype(auto)View
topRight() constView
topRight(this auto &&self, Point newValue) -> decltype(auto)View
topRight(this auto &&self, Definition< Point > &&a) -> decltype(auto)View
touch()View
update()View
useCount() constObject
View()=defaultView
View(Out< View > self)Viewexplicit
View(const Size &size, Out< View > self=None{})Viewexplicit
View(double width, double height, Out< View > self=None{})View
View(const Layout &layout, Out< View > self=None{})Viewexplicit
View(State *newState)Viewexplicitprotected
View(CreateState onDemand)Viewexplicitprotected
VirginityTestFailed typedefObject
visible() constView
visible(this auto &&self, bool newValue) -> decltype(auto)View
visible(this auto &&self, Definition< bool > &&f) -> decltype(auto)View
visibleChildren() constView
weak() const (defined in Object)Objectprotected
weak(const State *state) (defined in Object)Objectprotectedstatic
width() constView
window() constView
x() constView
y() constView