@interface DUXStatusBarViewController : DUXWidgetCollectionViewController |
Header: | DUXStatusBarViewController.h |
Inherits From: | DUXWidgetCollectionViewController |
DUXStatusBarViewController manages the logic for pre-populating the DUXStatusBarView with widgets similar to DJI Go.
@property (readonly, nonatomic, nullable) __kindof DUXStatusBarView *statusBarView |
Header: | DUXStatusBarViewController.h |
The instance of DUXStatusBarView which is actually shown in the
DUXDefaultLayoutView
.
@property (readonly, nonatomic, nullable) __kindof DUXDJILogoWidget *djiLogoWidget |
Header: | DUXStatusBarViewController.h |
The instance of DUXDJILogoWidget which is actually shown in the
DUXDefaultLayoutView
.
@property (readonly, nonatomic, nullable) __kindof DUXPreFlightStatusWidget *preflightWidget |
Header: | DUXStatusBarViewController.h |
The instance of DUXPreFlightStatusWidget which is actually shown in the
DUXDefaultLayoutView
.
@property (readonly, nonatomic, nullable) __kindof DUXPreflightChecklistController *preflightChecklistController |
Header: | DUXStatusBarViewController.h |
The instance of DUXPreflightChecklistController which is actually shown in the
DUXDefaultLayoutView
.
@property (readonly, nonatomic, nullable) __kindof DUXConnectionWidget *connectionWidget |
Header: | DUXStatusBarViewController.h |
The instance of DUXConnectionWidget which is actually shown in the
DUXDefaultLayoutView
.
@property (readonly, nonatomic, nullable) __kindof DUXBatteryWidget *batteryWidget |
Header: | DUXStatusBarViewController.h |
The instance of DUXBatteryWidget which is actually shown in the
DUXDefaultLayoutView
.
@property (readonly, nonatomic, nullable) __kindof DUXVideoSignalWidget *videoSignalWidget |
Header: | DUXStatusBarViewController.h |
The instance of DUXVideoSignalWidget which is actually shown in the
DUXDefaultLayoutView
.
@property (readonly, nonatomic, nullable) __kindof DUXGPSSignalWidget *gpsWidget |
Header: | DUXStatusBarViewController.h |
The instance of DUXGPSSignalWidget which is actually shown in the
DUXDefaultLayoutView
.
@property (readonly, nonatomic, nullable) __kindof DUXVisionWidget *visionWidget |
Header: | DUXStatusBarViewController.h |
The instance of DUXVisionWidget which is actually shown in the
DUXDefaultLayoutView
.
@property (readonly, nonatomic, nullable) __kindof DUXFlightModeWidget *flightModeWidget |
Header: | DUXStatusBarViewController.h |
The instance of DUXFlightModeWidget which is actually shown in the
DUXDefaultLayoutView
.
@property (readonly, nonatomic, nullable) __kindof DUXRemainingFlightTimeWidget *remainingFlightTimeWidget |
Header: | DUXStatusBarViewController.h |
The instance of DUXRemainingFlightTimeWidget which is actually shown in the
DUXDefaultLayoutView
.
@property (readonly, nonatomic, nullable) __kindof DUXRTKStatusViewController *rtkSettingsViewController |
Header: | DUXStatusBarViewController.h |
The instance of DUXRTKStatusViewController which is actually shown in the
DUXDefaultLayoutView
.
@property (readonly, nonatomic, nullable) __kindof DUXAccessLockerWidget *accessLockerWidget |
Header: | DUXStatusBarViewController.h |
The instance of DUXAccessLockerWidget which is actually shown in the
DUXDefaultLayoutView
.