Continued refactoring of command processing
This commit is contained in:
+532
-442
File diff suppressed because it is too large
Load Diff
@@ -795,7 +795,15 @@ private:
|
|||||||
QString callsignSelected();
|
QString callsignSelected();
|
||||||
bool isRecentOffset(int offset);
|
bool isRecentOffset(int offset);
|
||||||
bool isDirectedOffset(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 displayActivity(bool force=false);
|
||||||
|
void displayBandActivity();
|
||||||
|
void displayCallActivity();
|
||||||
void postWSPRDecode (bool is_new, QStringList message_parts);
|
void postWSPRDecode (bool is_new, QStringList message_parts);
|
||||||
void enable_DXCC_entity (bool on);
|
void enable_DXCC_entity (bool on);
|
||||||
void switch_mode (Mode);
|
void switch_mode (Mode);
|
||||||
|
|||||||
Reference in New Issue
Block a user