Eneboo - Documentación para desarrolladores
|
#include <msvc_objectmodel.h>
Métodos públicos | |
VCFilter () | |
~VCFilter () | |
void | addMOCstage (QTextStream &strm, QString str) |
void | addUICstage (QTextStream &strm, QString str) |
bool | addIMGstage (QTextStream &strm, QString str) |
void | modifyPCHstage (QTextStream &strm, QString str) |
bool | addLexYaccStage (QTextStream &strm, QString str) |
Atributos públicos | |
QString | Name |
QString | Filter |
triState | ParseFiles |
QStringList | Files |
VcprojGenerator * | Project |
QValueList< VCConfiguration > * | Config |
customBuildCheck | CustomBuild |
bool | useCustomBuildTool |
VCCustomBuildTool | CustomBuildTool |
bool | useCompilerTool |
VCCLCompilerTool | CompilerTool |
bool | flat_files |
VCFilter::VCFilter | ( | ) |
VCFilter::~VCFilter | ( | ) | [inline] |
bool VCFilter::addIMGstage | ( | QTextStream & | strm, |
QString | str | ||
) |
bool VCFilter::addLexYaccStage | ( | QTextStream & | strm, |
QString | str | ||
) |
void VCFilter::addMOCstage | ( | QTextStream & | strm, |
QString | str | ||
) |
void VCFilter::addUICstage | ( | QTextStream & | strm, |
QString | str | ||
) |
void VCFilter::modifyPCHstage | ( | QTextStream & | strm, |
QString | str | ||
) |