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

This is the complete list of members for FloatingButton, 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
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< FloatingButton > self)FloatingButton
cc::PushButton::associate(Out< PushButton > self)PushButton
cc::InputControl::associate(Out< Control > self)Control
cc::View::associate(Out< View > self)View
cc::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
cascade() constControl
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
containsGlobal(Point g) constView
containsLocal(Point l) constView
Control(Out< Control > self=None{})Controlexplicit
Control(double width, double height, Out< Control > self=None{})Control
Control(State *newState) (defined in Control)Controlexplicitprotected
Control(CreateState onDemand) (defined in Control)Controlexplicitprotected
count() constView
createState() (defined in Control)Controlprotectedstatic
CreateState typedef (defined in View)Viewprotected
cursor() constControl
cursor(this auto &&self, Cursor newValue) -> decltype(auto)Control
cursor(this auto &&self, Definition< Cursor > &&f) -> decltype(auto)Control
decoration() constView
decoration(this auto &&self, View newValue) -> decltype(auto)View
decoration(this auto &&self, Definition< View > &&f) -> decltype(auto)View
delegate() constControl
deplete()View
findChild(Point l) constView
findControl(Point l) constView
FloatingButton(Out< FloatingButton > self=None{})FloatingButtonexplicit
FloatingButton(const Picture &icon, Out< FloatingButton > self=None{})FloatingButtonexplicit
FloatingButton(const String &text, Out< FloatingButton > self=None{})FloatingButtonexplicit
FloatingButton(const String &text, const Picture &icon, Out< FloatingButton > self=None{})FloatingButton
focus() constControl
focus(bool newValue)Control
fullId() constView
get()Viewprotected
get() constViewprotected
grab()Viewprotected
hasChildren() constView
hasParent() constView
hasWindow() constView
height() constView
hover() constControl
id() constView
Id typedefView
initOnce()Objectprotected
initOncePerThread()Objectprotected
innerHeight() constView
innerWidth() constView
InputControl()=defaultInputControl
InputControl(State *state) (defined in InputControl)InputControlexplicitprotected
InputControl(CreateState onDemand) (defined in InputControl)InputControlexplicitprotected
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
layout() constView
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
maxSize() constView
me() (defined in PushButton)PushButtonprotected
me() const (defined in PushButton)PushButtonprotected
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
onAccepted(Function< void()> &&f)InputControl
onClicked(Function< void()> &&f)Control
onDemand() (defined in View)Viewprotectedstatic
onEndOfLife(this auto &&self, Function< void()> &&f) -> decltype(auto)View
onFingerClicked(Filter< FingerEvent > &&f)Control
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
onMouseClicked(Filter< MouseEvent > &&f)Control
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
onPointerClicked(Filter< PointerEvent > &&f)Control
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
onRejected(Function< void()> &&f)InputControl
onTriggered(Function< void()> &&f)PushButton
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 Control &other) const (defined in Control)Control
operator==(State *other) const (defined in Control)Controlprotected
cc::View::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
pointerPos() constControl
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
pressed() constControl
push(this auto &&self, const View &child) -> decltype(auto)View
PushButton()PushButton
PushButton(Style style, const String &text=String{}, const Picture &icon=Picture{})PushButtonexplicit
PushButton(Style style, const Picture &icon)PushButton
PushButton(const String &text, const Picture &icon=Picture{})PushButtonexplicit
PushButton(const Picture &icon)PushButtonexplicit
PushButton(CreateState onDemand) (defined in PushButton)PushButtonexplicitprotected
PushButton(State *newState) (defined in PushButton)PushButtonexplicitprotected
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
Style typedefPushButton
Surface()=defaultSurface
Surface(State *newState) (defined in Surface)Surfaceexplicitprotected
text() constPushButton
text(const String &newValue)PushButton
text(Definition< String > &&f)PushButton
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