FlightGear next
GettingStartedScope.cxx
Go to the documentation of this file.
2
4
5
6GettingStartedScope::GettingStartedScope(QObject *parent) : QObject(parent)
7{
8
9}
10
12{
13 auto c = new GettingStartedScopeAttached(object);
14 return c;
15}
16
18{
19
20}
21
23{
24 if (_controller == controller)
25 return;
26
27 _controller = controller;
28 emit controllerChanged();
29}
void setController(GettingStartedTipsController *controller)
GettingStartedTipsController * controller
GettingStartedScopeAttached(QObject *parent)
static GettingStartedScopeAttached * qmlAttachedProperties(QObject *object)
GettingStartedScope(QObject *parent=nullptr)
Manage presentation of getting started tips on a screen/page.