Frontend  0.7.1
Loading...
Searching...
No Matches
_DecoderDetectionDialogState Class Reference
Inheritance diagram for _DecoderDetectionDialogState:
Collaboration diagram for _DecoderDetectionDialogState:

Public Member Functions

override void initState ()
override Widget build (BuildContext context)
Future< void > _execute () async
Future< void > _downloadRepository () async
Future< void > _downloadDecoderDetection () async
Future< void > _detections (List< Detection > detections) async
bool _conditions (List< Condition > conditions)
Future< int > _read (int number) async
Future< void > _downloadDecoderDefinition () async
Future< void > _downloadFirmwareDefinition () async
override void setState (VoidCallback fn)

Public Attributes

final Map< String, String > _values = {}
late final Repository _repository
late final DecoderDetectionFile _detection
DecoderDefinitionFile _decoder
FirmwareDefinitionFile _firmware
String _status = ''
String _option = 'Cancel'
double _progress

Detailed Description

Todo
document

Member Function Documentation

◆ _conditions()

bool _DecoderDetectionDialogState::_conditions ( List< Condition > conditions)
inline
Todo
document

◆ _detections()

Future< void > _DecoderDetectionDialogState::_detections ( List< Detection > detections)
inline
Todo
document

◆ _downloadDecoderDefinition()

Future< void > _DecoderDetectionDialogState::_downloadDecoderDefinition ( )
inline
Todo
document

◆ _downloadDecoderDetection()

Future< void > _DecoderDetectionDialogState::_downloadDecoderDetection ( )
inline
Todo
document

◆ _downloadFirmwareDefinition()

Future< void > _DecoderDetectionDialogState::_downloadFirmwareDefinition ( )
inline
Todo
document

◆ _downloadRepository()

Future< void > _DecoderDetectionDialogState::_downloadRepository ( )
inline
Todo
document

◆ _execute()

Future< void > _DecoderDetectionDialogState::_execute ( )
inline
Todo
document

◆ _read()

Future< int > _DecoderDetectionDialogState::_read ( int number)
inline
Todo
document

◆ build()

override Widget _DecoderDetectionDialogState::build ( BuildContext context)
inline
Todo
document

◆ initState()

override void _DecoderDetectionDialogState::initState ( )
inline
Todo
document

◆ setState()

override void _DecoderDetectionDialogState::setState ( VoidCallback fn)
inline
Todo
document

Member Data Documentation

◆ _decoder

DecoderDefinitionFile _DecoderDetectionDialogState::_decoder

◆ _detection

late final DecoderDetectionFile _DecoderDetectionDialogState::_detection

◆ _firmware

FirmwareDefinitionFile _DecoderDetectionDialogState::_firmware

◆ _option

String _DecoderDetectionDialogState::_option = 'Cancel'

◆ _progress

double _DecoderDetectionDialogState::_progress

◆ _repository

late final Repository _DecoderDetectionDialogState::_repository

◆ _status

String _DecoderDetectionDialogState::_status = ''

◆ _values

final Map<String, String> _DecoderDetectionDialogState::_values = {}

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