Qt 4.8
|
#include <QtCore/qglobal.h>
#include <QtCore/QObject>
Go to the source code of this file.
Classes | |
struct | QDeclarativeGraphics_DerivedObject |
Macros | |
#define | DEFINE_BOOL_CONFIG_OPTION(name, var) |
#define | Q_DECLARATIVE_PRIVATE_EXPORT Q_DECLARATIVE_EXPORT |
Functions | |
bool | QDeclarative_isFileCaseCorrect (const QString &fileName) |
Returns true if the case of fileName is equivalent to the file case of fileName on disk, and false otherwise. More... | |
void | QDeclarative_setParent_noEvent (QObject *object, QObject *parent) |
Makes the object a child of parent. More... | |
#define DEFINE_BOOL_CONFIG_OPTION | ( | name, | |
var | |||
) |
Definition at line 54 of file qdeclarativeglobal_p.h.
#define Q_DECLARATIVE_PRIVATE_EXPORT Q_DECLARATIVE_EXPORT |
Definition at line 70 of file qdeclarativeglobal_p.h.
bool QDeclarative_isFileCaseCorrect | ( | const QString & | fileName | ) |
Returns true if the case of fileName is equivalent to the file case of fileName on disk, and false otherwise.
This is used to ensure that the behavior of QML on a case-insensitive file system is the same as on a case-sensitive file system. This function performs a "best effort" attempt to determine the real case of the file. It may have false positives (say the case is correct when it isn't), but it should never have a false negative (say the case is incorrect when it is correct).
Definition at line 2550 of file qdeclarativeengine.cpp.
Referenced by QDeclarativeImportDatabase::importPlugin(), QDeclarativeDataLoader::load(), QDeclarativeDirParser::parse(), and QDeclarativeGraphics_DerivedObject::setParent_noEvent().
Makes the object a child of parent.
Note that when using this method, neither parent nor the object's previous parent (if it had one) will receive ChildRemoved or ChildAdded events.
Definition at line 101 of file qdeclarativeglobal_p.h.
Referenced by QDeclarativeLoaderPrivate::_q_sourceLoaded(), QDeclarativeAnimationGroupPrivate::append_animation(), QDeclarativeVisualItemModelPrivate::children_append(), QDeclarativeAnimationGroupPrivate::clear_animation(), QDeclarativeGridViewPrivate::createComponentItem(), QDeclarativeListViewPrivate::createComponentItem(), QDeclarativeTextInput::createCursor(), QDeclarativePathViewPrivate::createHighlight(), QDeclarativeGridViewPrivate::createHighlight(), QDeclarativeListViewPrivate::createHighlight(), QDeclarativeListViewPrivate::createSection(), QDeclarativeFlickablePrivate::init(), QDeclarativeBoundSignal::init(), QDeclarativeItemPrivate::init(), QDeclarativePauseAnimationPrivate::init(), QDeclarativeScriptActionPrivate::init(), QDeclarativePropertyActionPrivate::init(), QDeclarativePropertyAnimationPrivate::init(), QDeclarativeVisualDataModel::item(), QDeclarativeRepeater::itemsInserted(), QDeclarativeTextEdit::loadCursorDelegate(), QDeclarativeAnchorAnimation::QDeclarativeAnchorAnimation(), QDeclarativeParallelAnimation::QDeclarativeParallelAnimation(), QDeclarativeParentAnimation::QDeclarativeParentAnimation(), QDeclarativeSequentialAnimation::QDeclarativeSequentialAnimation(), QDeclarativeSmoothedAnimationPrivate::QDeclarativeSmoothedAnimationPrivate(), QDeclarativeRepeater::regenerate(), QDeclarativeVisualItemModel::release(), QDeclarativeVME::run(), QDeclarativeStateGroupPrivate::setCurrentStateInternal(), QDeclarativeGridViewPrivate::updateFooter(), QDeclarativeListViewPrivate::updateFooter(), QDeclarativeGridViewPrivate::updateHeader(), and QDeclarativeListViewPrivate::updateHeader().