Continued refactoring of command processing
This commit is contained in:
parent
0a7c4a68de
commit
f0de2f2ba1
974
mainwindow.cpp
974
mainwindow.cpp
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);
|
||||||
|
Loading…
Reference in New Issue
Block a user