|
QGroundControl
Ground Control Station for MAVLink Drones
|
This is the complete list of members for RetryState, including all inherited members.
| Action typedef | RetryState | |
| addThisTransition(PointerToMemberFunction signal, QAbstractState *target) | QGCState | inline |
| advance() | QGCAbstractState | signal |
| context() const | QGCAbstractState | |
| currentAttempt() const | RetryState | inline |
| EmitAdvance enum value | RetryState | |
| EmitError enum value | RetryState | |
| EntryCallback typedef | QGCAbstractState | |
| error() | QGCAbstractState | signal |
| event(QEvent *event) override | QGCAbstractState | protected |
| EventHandler typedef | QGCAbstractState | |
| exhausted() | RetryState | signal |
| ExhaustedBehavior enum name | RetryState | |
| exhaustedBehavior() const | RetryState | inline |
| ExitCallback typedef | QGCAbstractState | |
| localErrorState() const | QGCState | inline |
| machine() const | QGCAbstractState | |
| maxRetries() const | RetryState | inline |
| onEnter() override | RetryState | protectedvirtual |
| onEntry(QEvent *event) override | QGCAbstractState | protected |
| onExit(QEvent *event) override | QGCAbstractState | protected |
| onLeave() | QGCAbstractState | inlineprotectedvirtual |
| QGCAbstractState(const QString &stateName, QState *parent) | QGCAbstractState | |
| QGCState(const QString &stateName, QState *parentState) | QGCState | |
| retrying(int attempt, int maxAttempts) | RetryState | signal |
| RetryState(const QString &stateName, QState *parent, Action action, int maxRetries=0, int retryDelayMsecs=1000, ExhaustedBehavior exhaustedBehavior=EmitError) | RetryState | |
| setCallbacks(EntryCallback onEntry, ExitCallback onExit=nullptr) | QGCAbstractState | |
| setEnabled(QObject *object, bool enabled) | QGCState | |
| setEventHandler(EventHandler handler) | QGCAbstractState | inline |
| setLocalErrorState(QAbstractState *errorState) | QGCState | |
| setOnEntry(EntryCallback callback) | QGCAbstractState | inline |
| setOnExit(ExitCallback callback) | QGCAbstractState | inline |
| setProperty(QObject *object, const char *name, const QVariant &value) | QGCState | |
| setVisible(QObject *object, bool visible) | QGCState | |
| skipped() | RetryState | signal |
| stateName() const | QGCAbstractState | |
| succeeded() | RetryState | signal |
| totalAttempts() const | RetryState | inline |
| vehicle() const | QGCAbstractState | |
| wasSkipped() const | RetryState | inline |