Eneboo - Documentación para desarrolladores
|
Métodos públicos | |
QCoMatrix () | |
QCoMatrix (const char *text) | |
void | setCoocc (char c, char d) |
int | worth () const |
Métodos públicos estáticos | |
static QCoMatrix | reunion (const QCoMatrix &m, const QCoMatrix &n) |
static QCoMatrix | intersection (const QCoMatrix &m, const QCoMatrix &n) |
Atributos públicos | |
union { | |
Q_UINT8 b [52] | |
Q_UINT32 w [13] | |
}; |
QCoMatrix::QCoMatrix | ( | ) | [inline] |
QCoMatrix::QCoMatrix | ( | const char * | text | ) | [inline] |
static QCoMatrix QCoMatrix::intersection | ( | const QCoMatrix & | m, |
const QCoMatrix & | n | ||
) | [inline, static] |
void QCoMatrix::setCoocc | ( | char | c, |
char | d | ||
) | [inline] |
int QCoMatrix::worth | ( | ) | const [inline] |
union { ... } |
Q_UINT8 QCoMatrix::b[52] |
Q_UINT32 QCoMatrix::w[13] |