cuuimake 1.x
Qt widgets on top of the cumbia C++ library
|
#include <processor.h>
Public Member Functions | |
Processor () | |
bool | expand (const Substitutions &subs, const QMap< QString, Expand > &widgetExpMap, const QString &ui_h_fname, const SearchDirInfoSet &dirInfoSet) |
QMap< QString, bool > | findUI_H (const SearchDirInfoSet &dirInfoSet) |
int | remove_UI_H (const SearchDirInfoSet &dirInfoSet) |
void | setDebug (bool d) |
bool | error () const |
QString | lastError () const |
Processor::Processor | ( | ) |
|
inline |
bool Processor::expand | ( | const Substitutions & | subs, |
const QMap< QString, Expand > & | widgetExpMap, | ||
const QString & | ui_h_fname, | ||
const SearchDirInfoSet & | dirInfoSet ) |
References Par::classname, expand(), Params::getParList(), Substitutions::getSubstitution(), Expand::params, Par::pardef, Substitutions::selectedMode(), and Par::toString().
Referenced by expand().
QMap< QString, bool > Processor::findUI_H | ( | const SearchDirInfoSet & | dirInfoSet | ) |
|
inline |
int Processor::remove_UI_H | ( | const SearchDirInfoSet & | dirInfoSet | ) |
References SearchDirInfo::filters(), SearchDirInfoSet::getDirInfoList(), SearchDirInfo::name(), and qstoc.
|
inline |