QSS Solver GUI  4.5.3
utils.hpp File Reference
#include <QString>
#include <QSettings>
#include <QDir>
#include <QCoreApplication>
Include dependency graph for utils.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Utils
 

Enumerations

enum  AppDirs {
  MMOC_MODELS, MMOC_OUTPUT, MMOC_BUILD, MMOC_ENGINE,
  MMOC_LIBS, MMOC_BIN, MMOC_SOURCE, MMOC_PACKAGES,
  MMOC_LIBRARIES, MMOC_INCLUDE
}
 
enum  AppFlags {
  FLG_DEBUG, FLG_DBG_ALL, FLG_DBG_INIT_VALUES, FLG_DBG_EXTERNAL_EVENT,
  FLG_DBG_MEMORY, FLG_DBG_SYNCHRONIZE, FLG_DBG_STEP_INFO, FLG_DBG_VAR_CHANGES,
  FLG_DBG_WAIT_FOR, FLG_DBG_WEIGHTS, FLG_DBG_DT, FLG_FLAGS,
  FLG_PLOT, FLG_VERSION, FLG_BRANCH
}
 
enum  AppCmds {
  CMD_COMPILE, CMD_BUILD, CMD_SIMULATE, CMD_PLOT,
  CMD_SBML, CMD_LOG
}
 

Enumeration Type Documentation

◆ AppCmds

enum AppCmds
Enumerator
CMD_COMPILE 
CMD_BUILD 
CMD_SIMULATE 
CMD_PLOT 
CMD_SBML 
CMD_LOG 

Definition at line 58 of file utils.hpp.

◆ AppDirs

enum AppDirs
Enumerator
MMOC_MODELS 
MMOC_OUTPUT 
MMOC_BUILD 
MMOC_ENGINE 
MMOC_LIBS 
MMOC_BIN 
MMOC_SOURCE 
MMOC_PACKAGES 
MMOC_LIBRARIES 
MMOC_INCLUDE 

Definition at line 27 of file utils.hpp.

◆ AppFlags

enum AppFlags
Enumerator
FLG_DEBUG 
FLG_DBG_ALL 
FLG_DBG_INIT_VALUES 
FLG_DBG_EXTERNAL_EVENT 
FLG_DBG_MEMORY 
FLG_DBG_SYNCHRONIZE 
FLG_DBG_STEP_INFO 
FLG_DBG_VAR_CHANGES 
FLG_DBG_WAIT_FOR 
FLG_DBG_WEIGHTS 
FLG_DBG_DT 
FLG_FLAGS 
FLG_PLOT 
FLG_VERSION 
FLG_BRANCH 

Definition at line 40 of file utils.hpp.