FlightGear next
|
#include "GettingStartedTipsController.hxx"
#include <algorithm>
#include <QSettings>
#include <QDebug>
#include <QQmlContext>
#include <QTimer>
#include <QtQml>
#include "GettingStartedTip.hxx"
#include "TipBackgroundBox.hxx"
#include "GettingStartedTipsController.moc"
Go to the source code of this file.
Classes | |
struct | TipGeometryByArrowLocation |
class | GettingStartedTipsController::ItemPositionObserver |
The GettingStartedTipsController::ItemPositionObserver class. More... | |
Variables | |
const double | tipBoxWidth = 300.0 |
const double | halfBoxWidth = tipBoxWidth * 0.5 |
const double | arrowSideOffset = TipBackgroundBox::arrowSideOffset() |
const double | rightSideOffset = -tipBoxWidth + arrowSideOffset |
const double | dummyHeight = 200.0 |
const double | topHeightOffset = -TipBackgroundBox::arrowHeight() |
static std::initializer_list< TipGeometryByArrowLocation > | static_tipGeometries |
static QPointer< GettingStartedTipsController > | static_activeController |
const double arrowSideOffset = TipBackgroundBox::arrowSideOffset() |
Definition at line 32 of file GettingStartedTipsController.cxx.
const double dummyHeight = 200.0 |
Definition at line 34 of file GettingStartedTipsController.cxx.
const double halfBoxWidth = tipBoxWidth * 0.5 |
Definition at line 31 of file GettingStartedTipsController.cxx.
const double rightSideOffset = -tipBoxWidth + arrowSideOffset |
Definition at line 33 of file GettingStartedTipsController.cxx.
|
static |
Definition at line 124 of file GettingStartedTipsController.cxx.
|
static |
Definition at line 37 of file GettingStartedTipsController.cxx.
const double tipBoxWidth = 300.0 |
Definition at line 30 of file GettingStartedTipsController.cxx.
const double topHeightOffset = -TipBackgroundBox::arrowHeight() |
Definition at line 35 of file GettingStartedTipsController.cxx.