#include <testiconfactory.h>
|
QList< IconBase * > | quickCreateFromDir (const QString &directoryPath) |
|
QList< IconBase * > | quickCreateFromDir (const QString &directoryPath, quint32 minWidth, quint32 maxWidth, quint32 minHeight, quint32 maxHeight, bool squareOnly) |
|
QList< IconBase * > | quickCreateFromDirWithFrame (const QString &directoryPath, const QString &framePicAbsFilename) |
|
QList< IconBase * > | quickCreateFromDirWithFrame (const QString &directoryPath, const QString &framePicAbsFilename, quint32 minWidth, quint32 maxWidth, quint32 minHeight, quint32 maxHeight, bool squareOnly) |
|
bool | addFrameToIcons (const QString &framePicPath, QList< IconBase * > &icons) |
|
bool | addLabelsToIcons (const QString &wordFileAbsPath, const quint32 maxCharsPerWord, QList< IconBase * > &icons) |
|
bool | addLabelsToIconsAtRandom (const QString &dictionaryFileAbsPath, const quint32 maxCharsPerWord, int randSeed, QList< IconBase * > &icons) |
|
DimensionsUITest::IconFactory::~IconFactory |
( |
| ) |
|
|
protectedvirtual |
bool DimensionsUITest::IconFactory::addFrameToIcons |
( |
const QString & |
framePicPath, |
|
|
QList< IconBase * > & |
icons |
|
) |
| |
bool DimensionsUITest::IconFactory::addLabelsToIcons |
( |
const QString & |
wordFileAbsPath, |
|
|
const quint32 |
maxCharsPerWord, |
|
|
QList< IconBase * > & |
icons |
|
) |
| |
bool DimensionsUITest::IconFactory::addLabelsToIconsAtRandom |
( |
const QString & |
dictionaryFileAbsPath, |
|
|
const quint32 |
maxCharsPerWord, |
|
|
int |
randSeed, |
|
|
QList< IconBase * > & |
icons |
|
) |
| |
void DimensionsUITest::IconFactory::destroy |
( |
| ) |
|
|
static |
IconFactory * DimensionsUITest::IconFactory::instance |
( |
void |
| ) |
|
|
static |
PixmapObject * DimensionsUITest::IconFactory::loadPixmapObject |
( |
const QString & |
absFilePath | ) |
|
|
protected |
QList< IconBase * > DimensionsUITest::IconFactory::quickCreateFromDir |
( |
const QString & |
directoryPath | ) |
|
QList< IconBase * > DimensionsUITest::IconFactory::quickCreateFromDir |
( |
const QString & |
directoryPath, |
|
|
quint32 |
minWidth, |
|
|
quint32 |
maxWidth, |
|
|
quint32 |
minHeight, |
|
|
quint32 |
maxHeight, |
|
|
bool |
squareOnly |
|
) |
| |
QList< IconBase * > DimensionsUITest::IconFactory::quickCreateFromDirWithFrame |
( |
const QString & |
directoryPath, |
|
|
const QString & |
framePicAbsFilename |
|
) |
| |
QList< IconBase * > DimensionsUITest::IconFactory::quickCreateFromDirWithFrame |
( |
const QString & |
directoryPath, |
|
|
const QString & |
framePicAbsFilename, |
|
|
quint32 |
minWidth, |
|
|
quint32 |
maxWidth, |
|
|
quint32 |
minHeight, |
|
|
quint32 |
maxHeight, |
|
|
bool |
squareOnly |
|
) |
| |
void DimensionsUITest::IconFactory::releasePixmapObject |
( |
PixmapObject * |
p_pix | ) |
|
|
protected |
void DimensionsUITest::IconFactory::releasePixmapObject |
( |
const QString & |
absFilePath | ) |
|
|
protected |
void DimensionsUITest::IconFactory::slotPmoDestroyed |
( |
QObject * |
p_qobject | ) |
|
|
slot |
QMap<QString,QPointer<PixmapObject> > DimensionsUITest::IconFactory::m_loadedPmoMap |
|
protected |
IconFactory * DimensionsUITest::IconFactory::s_instance = 0 |
|
staticprotected |
The documentation for this class was generated from the following files: