|
| MainApplication (int &argc, char **argv) |
|
void | registerUpdate (register_action_e action, const char *message) |
|
void | emitAppSignal (AppSignal signal) |
|
void | queueAppSignal (AppSignal signal) |
|
void | emitStatCommandSignal (const QString &menu_path, const char *arg, void *userdata) |
|
void | emitTapParameterSignal (const QString cfg_abbr, const QString arg, void *userdata) |
|
void | addDynamicMenuGroupItem (int group, QAction *sg_action) |
|
void | appendDynamicMenuGroupItem (int group, QAction *sg_action) |
|
void | removeDynamicMenuGroupItem (int group, QAction *sg_action) |
|
QList< QAction * > | dynamicMenuGroupItems (int group) |
|
QList< QAction * > | addedMenuGroupItems (int group) |
|
QList< QAction * > | removedMenuGroupItems (int group) |
|
void | clearAddedMenuGroupItems () |
|
void | clearRemovedMenuGroupItems () |
|
void | allSystemsGo () |
|
void | emitLocalInterfaceEvent (const char *ifname, int added, int up) |
|
virtual void | refreshLocalInterfaces () |
|
struct _e_prefs * | readConfigurationFiles (bool reset) |
|
QList< recent_item_status * > | recentItems () const |
|
void | addRecentItem (const QString filename, qint64 size, bool accessible) |
|
void | removeRecentItem (const QString &filename) |
|
QDir | openDialogInitialDir () |
|
void | setLastOpenDirFromFilename (QString file_name) |
|
void | helpTopicAction (topic_action_e action) |
|
const QFont | monospaceFont (bool zoomed=false) const |
|
void | setMonospaceFont (const char *font_string) |
|
int | monospaceTextSize (const char *str) |
|
void | setConfigurationProfile (const char *profile_name, bool write_recent_file=true) |
|
void | reloadLuaPluginsDelayed () |
|
bool | isInitialized () |
|
void | setReloadingLua (bool is_reloading) |
|
bool | isReloadingLua () |
|
const QIcon & | normalIcon () |
|
const QIcon & | captureIcon () |
|
const QString & | windowTitleSeparator () const |
|
const QString | windowTitleString (QStringList title_parts) |
|
const QString | windowTitleString (QString title_part) |
|
void | applyCustomColorsFromRecent () |
|
MainWindow * | mainWindow () |
|
void | loadLanguage (const QString language) |
|
void | doTriggerMenuItem (MainMenuItem menuItem) |
|
void | zoomTextFont (int zoomLevel) |
|
void | pushStatus (StatusInfo sinfo, const QString &message, const QString &messagetip=QString()) |
|
void | popStatus (StatusInfo sinfo) |
|
void | gotoFrame (int frameNum) |
|
int | maxMenuDepth (void) |
|