QGroundControl
Ground Control Station for MAVLink Drones
Loading...
Searching...
No Matches
RCToParamDialogController Class Reference

#include <RCToParamDialogController.h>

+ Inheritance diagram for RCToParamDialogController:
+ Collaboration diagram for RCToParamDialogController:

Signals

void tuningFactChanged (Fact *fact)
 
void readyChanged (bool ready)
 

Public Member Functions

 RCToParamDialogController (QObject *parent=nullptr)
 
 ~RCToParamDialogController ()
 
FacttuningFact ()
 
Factscale ()
 
Factcenter ()
 
Factmin ()
 
Factmax ()
 
void setTuningFact (Fact *tuningFact)
 

Detailed Description

Definition at line 9 of file RCToParamDialogController.h.

Constructor & Destructor Documentation

◆ RCToParamDialogController()

RCToParamDialogController::RCToParamDialogController ( QObject *  parent = nullptr)
explicit

◆ ~RCToParamDialogController()

RCToParamDialogController::~RCToParamDialogController ( )

Definition at line 31 of file RCToParamDialogController.cc.

Member Function Documentation

◆ center()

Fact * RCToParamDialogController::center ( )
inline

Definition at line 27 of file RCToParamDialogController.h.

◆ max()

Fact * RCToParamDialogController::max ( )
inline

Definition at line 29 of file RCToParamDialogController.h.

◆ min()

Fact * RCToParamDialogController::min ( )
inline

Definition at line 28 of file RCToParamDialogController.h.

◆ readyChanged

void RCToParamDialogController::readyChanged ( bool  ready)
signal

◆ scale()

Fact * RCToParamDialogController::scale ( )
inline

Definition at line 26 of file RCToParamDialogController.h.

◆ setTuningFact()

◆ tuningFact()

Fact * RCToParamDialogController::tuningFact ( )
inline

Definition at line 25 of file RCToParamDialogController.h.

Referenced by setTuningFact().

◆ tuningFactChanged

void RCToParamDialogController::tuningFactChanged ( Fact fact)
signal

Referenced by setTuningFact().


The documentation for this class was generated from the following files: