Getting Started
C++ / .60 Integration
.60
Reference
Window
Rectangle
Image
Text
Path
TouchArea
FocusScope
VerticalLayout
HorizontalLayout
GridLayout
PathLayout
Flickable
TextInput
PopupWindow
Point
KeyEvent
KeyboardModifiers
TextHorizontalAlignment
TextVerticalAlignment
TextWrap
TextOverflow
EventResult
FillRule
Button
CheckBox
SpinBox
Slider
GroupBox
LineEdit
TextEdit
ScrollView
ListView
StandardListView
ComboBox
TabWidget
Tab
HorizontalBox
VerticalBox
GridBox
for
Defined in File sixtyfps.h
A Timer that can call a callback at repeated interval
Use the static single_shot function to make a single shot timer
Public Functions
Construct a timer which will repeat the callback every duration milliseconds until the destructor of the timer is called.
duration
Public Static Functions
Call the callback after the given duration.