Continued refactoring of command processing

This commit is contained in:
Jordan Sherer 2018-07-31 14:34:36 -04:00
parent 0a7c4a68de
commit f0de2f2ba1
2 changed files with 540 additions and 442 deletions

File diff suppressed because it is too large Load Diff

View File

@ -795,7 +795,15 @@ private:
QString callsignSelected();
bool isRecentOffset(int offset);
bool isDirectedOffset(int offset);
void processActivity(bool force=false);
void processRxActivity();
void processCompoundActivity();
void processBufferedActivity();
void processCommandActivity();
void processSpots();
void displayActivity(bool force=false);
void displayBandActivity();
void displayCallActivity();
void postWSPRDecode (bool is_new, QStringList message_parts);
void enable_DXCC_entity (bool on);
void switch_mode (Mode);