|
| enum | COLS {
C_DIR,
C_AERO,
C_RATING,
C_DESCRIPTION,
C_FDM,
C_AUTHOR,
C_FILE_PATH
} |
| |
|
|
void | load_tree () |
| |
|
void | on_select_path () |
| |
|
void | on_custom_hangar_path () |
| |
|
void | on_tree_selection_changed () |
| |
|
void | on_reload_cache () |
| |
|
void | on_enable_fuel_freeze_clicked () |
| |
|
void | on_navs_changed () |
| |
|
void | on_fuel_changed () |
| |
|
void | on_upx (QString option, bool enabled, QString value) |
| |
|
void | on_open_aircraft_path () |
| |
|
|
void | setx (QString option, bool enabled, QString value) |
| |
|
|
| AircraftWidget (MainObject *mOb, QWidget *parent=0) |
| |
|
void | initialize () |
| |
|
QString | validate () |
| |
|
void | select_node (QString aero) |
| |
|
QString | selected_aircraft () |
| |
|
|
MainObject * | mainObject |
| |
|
QCheckBox * | checkBoxUseCustomHangar |
| |
|
QButtonGroup * | groupUseAircraft |
| |
|
QLineEdit * | txtAircraftPath |
| |
|
QToolButton * | buttSelectPath |
| |
|
QLabel * | aeroImageLabel |
| |
|
QCheckBox * | checkViewNested |
| |
|
QLineEdit * | txtNav1 |
| |
|
QLineEdit * | txtNav2 |
| |
|
QLineEdit * | txtAdf1 |
| |
|
QLineEdit * | txtAdf2 |
| |
|
QLineEdit * | txtCom1 |
| |
|
QLineEdit * | txtCom2 |
| |
|
QCheckBox * | checkBoxUseDefaultFuel |
| |
|
QCheckBox * | checkBoxFuelFreeze |
| |
|
QLineEdit * | txtTank1 |
| |
|
QLineEdit * | txtTank2 |
| |
|
QLineEdit * | txtTank3 |
| |
The documentation for this class was generated from the following files:
- src/aircraft/aircraftwidget.h
- src/aircraft/aircraftwidget.cpp
- src/moc_aircraftwidget.cpp