20 #ifndef __ABSTRACTAPRIL_INC__
21 #define __ABSTRACTAPRIL_INC__
97 static int runMainLoop (
const QStringList & sl_init_files );
107 static bool addCommand (
const QString & s_cmd, cmdCallBack kb );
110 static bool remCommand (
const QString & s_cmd, cmdCallBack kb );
113 static QStringList
commands (
void );
116 static void execute (
const QString & s_input )
117 { uniq_->cmd_map.
execute( s_input ); }
126 static QStringList
modules (
void );
152 #endif // __ABSTRACTAPRIL_INC__