#include <project.h>
Lista de todos los miembros.
Tipos públicos |
enum | {
ReadCache = 0x01,
ReadConf = 0x02,
ReadCmdLine = 0x04,
ReadProFile = 0x08,
ReadPostFiles = 0x10,
ReadAll = 0xFF
} |
Métodos públicos |
| QMakeProject () |
| QMakeProject (QMakeProperty *) |
bool | read (const QString &project, const QString &pwd, uchar cmd=ReadAll) |
bool | read (uchar cmd=ReadAll) |
QString | projectFile () |
QString | configFile () |
bool | isEmpty (const QString &v) |
QStringList & | values (const QString &v) |
QString | first (const QString &v) |
QMap< QString, QStringList > & | variables () |
bool | isActiveConfig (const QString &x, bool regex=FALSE, QMap< QString, QStringList > *place=NULL) |
Métodos protegidos |
bool | read (const QString &file, QMap< QString, QStringList > &place) |
Amigas |
class | MakefileGenerator |
Documentación de las enumeraciones miembro de la clase
- Valores de enumeraciones:
ReadCache |
|
ReadConf |
|
ReadCmdLine |
|
ReadProFile |
|
ReadPostFiles |
|
ReadAll |
|
Documentación del constructor y destructor
QMakeProject::QMakeProject |
( |
| ) |
|
Documentación de las funciones miembro
QString QMakeProject::configFile |
( |
| ) |
[inline] |
bool QMakeProject::isEmpty |
( |
const QString & |
v | ) |
[inline] |
QString QMakeProject::projectFile |
( |
| ) |
[inline] |
bool QMakeProject::read |
( |
uchar |
cmd = ReadAll | ) |
|
Documentación de las funciones relacionadas y clases amigas
La documentación para esta clase fue generada a partir de los siguientes ficheros: