Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qdesigner_internal::QtQrcManager Class Reference
+ Inheritance diagram for qdesigner_internal::QtQrcManager:
+ Collaboration diagram for qdesigner_internal::QtQrcManager:

Public Slots

QtQrcFileinsertQrcFile (const QString &path, qdesigner_internal::QtQrcFile *beforeQrcFile=nullptr, bool newFile=false)
 
void moveQrcFile (QtQrcFile *qrcFile, qdesigner_internal::QtQrcFile *beforeQrcFile)
 
void setInitialState (qdesigner_internal::QtQrcFile *qrcFile, const QtQrcFileData &initialState)
 
void removeQrcFile (qdesigner_internal::QtQrcFile *qrcFile)
 
QtResourcePrefixinsertResourcePrefix (qdesigner_internal::QtQrcFile *qrcFile, const QString &prefix, const QString &language, QtResourcePrefix *beforeResourcePrefix=nullptr)
 
void moveResourcePrefix (qdesigner_internal::QtResourcePrefix *resourcePrefix, QtResourcePrefix *beforeResourcePrefix)
 
void changeResourcePrefix (qdesigner_internal::QtResourcePrefix *resourcePrefix, const QString &newPrefix)
 
void changeResourceLanguage (qdesigner_internal::QtResourcePrefix *resourcePrefix, const QString &newLanguage)
 
void removeResourcePrefix (qdesigner_internal::QtResourcePrefix *resourcePrefix)
 
QtResourceFileinsertResourceFile (qdesigner_internal::QtResourcePrefix *resourcePrefix, const QString &path, const QString &alias, qdesigner_internal::QtResourceFile *beforeResourceFile=nullptr)
 
void moveResourceFile (qdesigner_internal::QtResourceFile *resourceFile, qdesigner_internal::QtResourceFile *beforeResourceFile)
 
void changeResourceAlias (qdesigner_internal::QtResourceFile *resourceFile, const QString &newAlias)
 
void removeResourceFile (qdesigner_internal::QtResourceFile *resourceFile)
 
QtQrcFileinsertQrcFile (const QString &path, qdesigner_internal::QtQrcFile *beforeQrcFile=nullptr, bool newFile=false)
 
void moveQrcFile (QtQrcFile *qrcFile, qdesigner_internal::QtQrcFile *beforeQrcFile)
 
void setInitialState (qdesigner_internal::QtQrcFile *qrcFile, const QtQrcFileData &initialState)
 
void removeQrcFile (qdesigner_internal::QtQrcFile *qrcFile)
 
QtResourcePrefixinsertResourcePrefix (qdesigner_internal::QtQrcFile *qrcFile, const QString &prefix, const QString &language, QtResourcePrefix *beforeResourcePrefix=nullptr)
 
void moveResourcePrefix (qdesigner_internal::QtResourcePrefix *resourcePrefix, QtResourcePrefix *beforeResourcePrefix)
 
void changeResourcePrefix (qdesigner_internal::QtResourcePrefix *resourcePrefix, const QString &newPrefix)
 
void changeResourceLanguage (qdesigner_internal::QtResourcePrefix *resourcePrefix, const QString &newLanguage)
 
void removeResourcePrefix (qdesigner_internal::QtResourcePrefix *resourcePrefix)
 
QtResourceFileinsertResourceFile (qdesigner_internal::QtResourcePrefix *resourcePrefix, const QString &path, const QString &alias, qdesigner_internal::QtResourceFile *beforeResourceFile=nullptr)
 
void moveResourceFile (qdesigner_internal::QtResourceFile *resourceFile, qdesigner_internal::QtResourceFile *beforeResourceFile)
 
void changeResourceAlias (qdesigner_internal::QtResourceFile *resourceFile, const QString &newAlias)
 
void removeResourceFile (qdesigner_internal::QtResourceFile *resourceFile)
 
- Public Slots inherited from QObject
void deleteLater ()
 \threadsafe
 

Signals

void qrcFileInserted (qdesigner_internal::QtQrcFile *qrcFile)
 
void qrcFileMoved (qdesigner_internal::QtQrcFile *qrcFile, qdesigner_internal::QtQrcFile *oldBeforeQrcFile)
 
void qrcFileRemoved (qdesigner_internal::QtQrcFile *qrcFile)
 
void resourcePrefixInserted (qdesigner_internal::QtResourcePrefix *resourcePrefix)
 
void resourcePrefixMoved (qdesigner_internal::QtResourcePrefix *resourcePrefix, qdesigner_internal::QtResourcePrefix *oldBeforeResourcePrefix)
 
void resourcePrefixChanged (qdesigner_internal::QtResourcePrefix *resourcePrefix, const QString &oldPrefix)
 
void resourceLanguageChanged (qdesigner_internal::QtResourcePrefix *resourcePrefix, const QString &oldLanguage)
 
void resourcePrefixRemoved (qdesigner_internal::QtResourcePrefix *resourcePrefix)
 
void resourceFileInserted (qdesigner_internal::QtResourceFile *resourceFile)
 
void resourceFileMoved (qdesigner_internal::QtResourceFile *resourceFile, qdesigner_internal::QtResourceFile *oldBeforeResourceFile)
 
void resourceAliasChanged (qdesigner_internal::QtResourceFile *resourceFile, const QString &oldAlias)
 
void resourceFileRemoved (qdesigner_internal::QtResourceFile *resourceFile)
 
void qrcFileInserted (qdesigner_internal::QtQrcFile *qrcFile)
 
void qrcFileMoved (qdesigner_internal::QtQrcFile *qrcFile, qdesigner_internal::QtQrcFile *oldBeforeQrcFile)
 
void qrcFileRemoved (qdesigner_internal::QtQrcFile *qrcFile)
 
void resourcePrefixInserted (qdesigner_internal::QtResourcePrefix *resourcePrefix)
 
void resourcePrefixMoved (qdesigner_internal::QtResourcePrefix *resourcePrefix, qdesigner_internal::QtResourcePrefix *oldBeforeResourcePrefix)
 
void resourcePrefixChanged (qdesigner_internal::QtResourcePrefix *resourcePrefix, const QString &oldPrefix)
 
void resourceLanguageChanged (qdesigner_internal::QtResourcePrefix *resourcePrefix, const QString &oldLanguage)
 
void resourcePrefixRemoved (qdesigner_internal::QtResourcePrefix *resourcePrefix)
 
void resourceFileInserted (qdesigner_internal::QtResourceFile *resourceFile)
 
void resourceFileMoved (qdesigner_internal::QtResourceFile *resourceFile, qdesigner_internal::QtResourceFile *oldBeforeResourceFile)
 
void resourceAliasChanged (qdesigner_internal::QtResourceFile *resourceFile, const QString &oldAlias)
 
void resourceFileRemoved (qdesigner_internal::QtResourceFile *resourceFile)
 
- Signals inherited from QObject
void destroyed (QObject *=nullptr)
 This signal is emitted immediately before the object obj is destroyed, after any instances of QPointer have been notified, and cannot be blocked.
 
void objectNameChanged (const QString &objectName, QPrivateSignal)
 This signal is emitted after the object's name has been changed.
 

Public Member Functions

 QtQrcManager (QObject *parent=nullptr)
 
 ~QtQrcManager () override
 
QList< QtQrcFile * > qrcFiles () const
 
QtQrcFileqrcFileOf (const QString &path) const
 
QtQrcFileqrcFileOf (QtResourcePrefix *resourcePrefix) const
 
QtResourcePrefixresourcePrefixOf (QtResourceFile *resourceFile) const
 
QtQrcFileimportQrcFile (const QtQrcFileData &qrcFileData, QtQrcFile *beforeQrcFile=nullptr)
 
void exportQrcFile (QtQrcFile *qrcFile, QtQrcFileData *qrcFileData) const
 
QIcon icon (const QString &resourceFullPath) const
 
bool exists (const QString &resourceFullPath) const
 
bool exists (QtQrcFile *qrcFile) const
 
QtQrcFileprevQrcFile (QtQrcFile *qrcFile) const
 
QtQrcFilenextQrcFile (QtQrcFile *qrcFile) const
 
QtResourcePrefixprevResourcePrefix (QtResourcePrefix *resourcePrefix) const
 
QtResourcePrefixnextResourcePrefix (QtResourcePrefix *resourcePrefix) const
 
QtResourceFileprevResourceFile (QtResourceFile *resourceFile) const
 
QtResourceFilenextResourceFile (QtResourceFile *resourceFile) const
 
void clear ()
 
 QtQrcManager (QObject *parent=nullptr)
 
 ~QtQrcManager () override
 
QList< QtQrcFile * > qrcFiles () const
 
QtQrcFileqrcFileOf (const QString &path) const
 
QtQrcFileqrcFileOf (QtResourcePrefix *resourcePrefix) const
 
QtResourcePrefixresourcePrefixOf (QtResourceFile *resourceFile) const
 
QtQrcFileimportQrcFile (const QtQrcFileData &qrcFileData, QtQrcFile *beforeQrcFile=nullptr)
 
void exportQrcFile (QtQrcFile *qrcFile, QtQrcFileData *qrcFileData) const
 
QIcon icon (const QString &resourceFullPath) const
 
bool exists (const QString &resourceFullPath) const
 
bool exists (QtQrcFile *qrcFile) const
 
QtQrcFileprevQrcFile (QtQrcFile *qrcFile) const
 
QtQrcFilenextQrcFile (QtQrcFile *qrcFile) const
 
QtResourcePrefixprevResourcePrefix (QtResourcePrefix *resourcePrefix) const
 
QtResourcePrefixnextResourcePrefix (QtResourcePrefix *resourcePrefix) const
 
QtResourceFileprevResourceFile (QtResourceFile *resourceFile) const
 
QtResourceFilenextResourceFile (QtResourceFile *resourceFile) const
 
void clear ()
 
- Public Member Functions inherited from QObject
Q_INVOKABLE QObject (QObject *parent=nullptr)
 Constructs an object with parent object parent.
 
virtual ~QObject ()
 Destroys the object, deleting all its child objects.
 
virtual bool event (QEvent *event)
 This virtual function receives events to an object and should return true if the event e was recognized and processed.
 
virtual bool eventFilter (QObject *watched, QEvent *event)
 Filters events if this object has been installed as an event filter for the watched object.
 
QString objectName () const
 
Q_WEAK_OVERLOAD void setObjectName (const QString &name)
 Sets the object's name to name.
 
void setObjectName (QAnyStringView name)
 This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
 
QBindable< QStringbindableObjectName ()
 
bool isWidgetType () const
 Returns true if the object is a widget; otherwise returns false.
 
bool isWindowType () const
 Returns true if the object is a window; otherwise returns false.
 
bool isQuickItemType () const
 Returns true if the object is a QQuickItem; otherwise returns false.
 
bool signalsBlocked () const noexcept
 Returns true if signals are blocked; otherwise returns false.
 
bool blockSignals (bool b) noexcept
 If block is true, signals emitted by this object are blocked (i.e., emitting a signal will not invoke anything connected to it).
 
QThreadthread () const
 Returns the thread in which the object lives.
 
bool moveToThread (QThread *thread QT6_DECL_NEW_OVERLOAD_TAIL)
 Changes the thread affinity for this object and its children and returns true on success.
 
int startTimer (int interval, Qt::TimerType timerType=Qt::CoarseTimer)
 This is an overloaded function that will start a timer of type timerType and a timeout of interval milliseconds.
 
int startTimer (std::chrono::nanoseconds time, Qt::TimerType timerType=Qt::CoarseTimer)
 
void killTimer (int id)
 Kills the timer with timer identifier, id.
 
void killTimer (Qt::TimerId id)
 
template<typename T >
findChild (QAnyStringView aName, Qt::FindChildOptions options=Qt::FindChildrenRecursively) const
 Returns the child of this object that can be cast into type T and that is called name, or \nullptr if there is no such object.
 
template<typename T >
QList< T > findChildren (QAnyStringView aName, Qt::FindChildOptions options=Qt::FindChildrenRecursively) const
 Returns all children of this object with the given name that can be cast to type T, or an empty list if there are no such objects.
 
template<typename T >
findChild (Qt::FindChildOptions options=Qt::FindChildrenRecursively) const
 This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
 
template<typename T >
QList< T > findChildren (Qt::FindChildOptions options=Qt::FindChildrenRecursively) const
 This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
 
const QObjectListchildren () const
 Returns a list of child objects.
 
void setParent (QObject *parent)
 Makes the object a child of parent.
 
void installEventFilter (QObject *filterObj)
 Installs an event filter filterObj on this object.
 
void removeEventFilter (QObject *obj)
 Removes an event filter object obj from this object.
 
QMetaObject::Connection connect (const QObject *sender, const char *signal, const char *member, Qt::ConnectionType type=Qt::AutoConnection) const
 
bool disconnect (const char *signal=nullptr, const QObject *receiver=nullptr, const char *member=nullptr) const
 
bool disconnect (const QObject *receiver, const char *member=nullptr) const
 
void dumpObjectTree () const
 Dumps a tree of children to the debug output.
 
void dumpObjectInfo () const
 Dumps information about signal connections, etc.
 
bool setProperty (const char *name, const QVariant &value)
 Sets the value of the object's name property to value.
 
bool setProperty (const char *name, QVariant &&value)
 
QVariant property (const char *name) const
 Returns the value of the object's name property.
 
QList< QByteArraydynamicPropertyNames () const
 
QBindingStoragebindingStorage ()
 
const QBindingStoragebindingStorage () const
 
QObjectparent () const
 Returns a pointer to the parent object.
 
bool inherits (const char *classname) const
 Returns true if this object is an instance of a class that inherits className or a QObject subclass that inherits className; otherwise returns false.
 

Additional Inherited Members

- Static Public Member Functions inherited from QObject
static QMetaObject::Connection connect (const QObject *sender, const char *signal, const QObject *receiver, const char *member, Qt::ConnectionType=Qt::AutoConnection)
 \threadsafe
 
static QMetaObject::Connection connect (const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method, Qt::ConnectionType type=Qt::AutoConnection)
 
template<typename Func1 , typename Func2 >
static QMetaObject::Connection connect (const typename QtPrivate::FunctionPointer< Func1 >::Object *sender, Func1 signal, const typename QtPrivate::ContextTypeForFunctor< Func2 >::ContextType *context, Func2 &&slot, Qt::ConnectionType type=Qt::AutoConnection)
 
template<typename Func1 , typename Func2 >
static QMetaObject::Connection connect (const typename QtPrivate::FunctionPointer< Func1 >::Object *sender, Func1 signal, Func2 &&slot)
 
static bool disconnect (const QObject *sender, const char *signal, const QObject *receiver, const char *member)
 \threadsafe
 
static bool disconnect (const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &member)
 
static bool disconnect (const QMetaObject::Connection &)
 Disconnect a connection.
 
template<typename Func1 , typename Func2 >
static bool disconnect (const typename QtPrivate::FunctionPointer< Func1 >::Object *sender, Func1 signal, const typename QtPrivate::FunctionPointer< Func2 >::Object *receiver, Func2 slot)
 
template<typename Func1 >
static bool disconnect (const typename QtPrivate::FunctionPointer< Func1 >::Object *sender, Func1 signal, const QObject *receiver, void **zero)
 
- Protected Member Functions inherited from QObject
QObjectsender () const
 Returns a pointer to the object that sent the signal, if called in a slot activated by a signal; otherwise it returns \nullptr.
 
int senderSignalIndex () const
 
int receivers (const char *signal) const
 Returns the number of receivers connected to the signal.
 
bool isSignalConnected (const QMetaMethod &signal) const
 
virtual void timerEvent (QTimerEvent *event)
 This event handler can be reimplemented in a subclass to receive timer events for the object.
 
virtual void childEvent (QChildEvent *event)
 This event handler can be reimplemented in a subclass to receive child events.
 
virtual void customEvent (QEvent *event)
 This event handler can be reimplemented in a subclass to receive custom events.
 
virtual void connectNotify (const QMetaMethod &signal)
 
virtual void disconnectNotify (const QMetaMethod &signal)
 
 QObject (QObjectPrivate &dd, QObject *parent=nullptr)
 
- Protected Attributes inherited from QObject
QScopedPointer< QObjectDatad_ptr
 
- Properties inherited from QObject
QString objectName
 the name of this object
 

Detailed Description

Definition at line 272 of file qtresourceeditordialog.cpp.

Constructor & Destructor Documentation

◆ QtQrcManager() [1/2]

qdesigner_internal::QtQrcManager::QtQrcManager ( QObject * parent = nullptr)

Definition at line 360 of file qtresourceeditordialog.cpp.

◆ ~QtQrcManager() [1/2]

qdesigner_internal::QtQrcManager::~QtQrcManager ( )
override

Definition at line 366 of file qtresourceeditordialog.cpp.

References clear().

+ Here is the call graph for this function:

◆ QtQrcManager() [2/2]

qdesigner_internal::QtQrcManager::QtQrcManager ( QObject * parent = nullptr)

◆ ~QtQrcManager() [2/2]

qdesigner_internal::QtQrcManager::~QtQrcManager ( )
override

Member Function Documentation

◆ changeResourceAlias [1/2]

void qdesigner_internal::QtQrcManager::changeResourceAlias ( qdesigner_internal::QtResourceFile * resourceFile,
const QString & newAlias )
slot

Definition at line 766 of file qtresourceeditordialog.cpp.

Referenced by QtResourceEditorDialogPrivate::slotTreeViewItemChanged().

+ Here is the caller graph for this function:

◆ changeResourceAlias [2/2]

void qdesigner_internal::QtQrcManager::changeResourceAlias ( qdesigner_internal::QtResourceFile * resourceFile,
const QString & newAlias )
slot

◆ changeResourceLanguage [1/2]

void qdesigner_internal::QtQrcManager::changeResourceLanguage ( qdesigner_internal::QtResourcePrefix * resourcePrefix,
const QString & newLanguage )
slot

Definition at line 668 of file qtresourceeditordialog.cpp.

Referenced by QtResourceEditorDialogPrivate::slotTreeViewItemChanged().

+ Here is the caller graph for this function:

◆ changeResourceLanguage [2/2]

void qdesigner_internal::QtQrcManager::changeResourceLanguage ( qdesigner_internal::QtResourcePrefix * resourcePrefix,
const QString & newLanguage )
slot

◆ changeResourcePrefix [1/2]

void qdesigner_internal::QtQrcManager::changeResourcePrefix ( qdesigner_internal::QtResourcePrefix * resourcePrefix,
const QString & newPrefix )
slot

Definition at line 654 of file qtresourceeditordialog.cpp.

Referenced by QtResourceEditorDialogPrivate::slotTreeViewItemChanged().

+ Here is the caller graph for this function:

◆ changeResourcePrefix [2/2]

void qdesigner_internal::QtQrcManager::changeResourcePrefix ( qdesigner_internal::QtResourcePrefix * resourcePrefix,
const QString & newPrefix )
slot

◆ clear() [1/2]

void qdesigner_internal::QtQrcManager::clear ( )

Definition at line 518 of file qtresourceeditordialog.cpp.

Referenced by ~QtQrcManager().

+ Here is the caller graph for this function:

◆ clear() [2/2]

void qdesigner_internal::QtQrcManager::clear ( )

◆ exists() [1/4]

bool qdesigner_internal::QtQrcManager::exists ( const QString & resourceFullPath) const

Definition at line 444 of file qtresourceeditordialog.cpp.

◆ exists() [2/4]

bool qdesigner_internal::QtQrcManager::exists ( const QString & resourceFullPath) const

◆ exists() [3/4]

bool qdesigner_internal::QtQrcManager::exists ( QtQrcFile * qrcFile) const

Definition at line 449 of file qtresourceeditordialog.cpp.

◆ exists() [4/4]

bool qdesigner_internal::QtQrcManager::exists ( QtQrcFile * qrcFile) const

◆ exportQrcFile() [1/2]

void qdesigner_internal::QtQrcManager::exportQrcFile ( QtQrcFile * qrcFile,
QtQrcFileData * qrcFileData ) const

Definition at line 405 of file qtresourceeditordialog.cpp.

◆ exportQrcFile() [2/2]

void qdesigner_internal::QtQrcManager::exportQrcFile ( QtQrcFile * qrcFile,
QtQrcFileData * qrcFileData ) const

◆ icon() [1/2]

QIcon qdesigner_internal::QtQrcManager::icon ( const QString & resourceFullPath) const

Definition at line 439 of file qtresourceeditordialog.cpp.

◆ icon() [2/2]

QIcon qdesigner_internal::QtQrcManager::icon ( const QString & resourceFullPath) const

◆ importQrcFile() [1/2]

QtQrcFile * qdesigner_internal::QtQrcManager::importQrcFile ( const QtQrcFileData & qrcFileData,
QtQrcFile * beforeQrcFile = nullptr )

Definition at line 391 of file qtresourceeditordialog.cpp.

References setInitialState().

Referenced by QtResourceEditorDialogPrivate::slotImportQrcFile().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ importQrcFile() [2/2]

QtQrcFile * qdesigner_internal::QtQrcManager::importQrcFile ( const QtQrcFileData & qrcFileData,
QtQrcFile * beforeQrcFile = nullptr )

◆ insertQrcFile [1/2]

QtQrcFile * qdesigner_internal::QtQrcManager::insertQrcFile ( const QString & path,
qdesigner_internal::QtQrcFile * beforeQrcFile = nullptr,
bool newFile = false )
slot

Definition at line 525 of file qtresourceeditordialog.cpp.

◆ insertQrcFile [2/2]

QtQrcFile * qdesigner_internal::QtQrcManager::insertQrcFile ( const QString & path,
qdesigner_internal::QtQrcFile * beforeQrcFile = nullptr,
bool newFile = false )
slot

◆ insertResourceFile [1/2]

QtResourceFile * qdesigner_internal::QtQrcManager::insertResourceFile ( qdesigner_internal::QtResourcePrefix * resourcePrefix,
const QString & path,
const QString & alias,
qdesigner_internal::QtResourceFile * beforeResourceFile = nullptr )
slot

Definition at line 701 of file qtresourceeditordialog.cpp.

◆ insertResourceFile [2/2]

QtResourceFile * qdesigner_internal::QtQrcManager::insertResourceFile ( qdesigner_internal::QtResourcePrefix * resourcePrefix,
const QString & path,
const QString & alias,
qdesigner_internal::QtResourceFile * beforeResourceFile = nullptr )
slot

◆ insertResourcePrefix [1/2]

QtResourcePrefix * qdesigner_internal::QtQrcManager::insertResourcePrefix ( qdesigner_internal::QtQrcFile * qrcFile,
const QString & prefix,
const QString & language,
QtResourcePrefix * beforeResourcePrefix = nullptr )
slot

Definition at line 599 of file qtresourceeditordialog.cpp.

Referenced by QtResourceEditorDialogPrivate::slotClonePrefix().

+ Here is the caller graph for this function:

◆ insertResourcePrefix [2/2]

QtResourcePrefix * qdesigner_internal::QtQrcManager::insertResourcePrefix ( qdesigner_internal::QtQrcFile * qrcFile,
const QString & prefix,
const QString & language,
QtResourcePrefix * beforeResourcePrefix = nullptr )
slot

◆ moveQrcFile [1/2]

void qdesigner_internal::QtQrcManager::moveQrcFile ( QtQrcFile * qrcFile,
qdesigner_internal::QtQrcFile * beforeQrcFile )
slot

Definition at line 547 of file qtresourceeditordialog.cpp.

Referenced by QtResourceEditorDialogPrivate::slotMoveDownQrcFile(), and QtResourceEditorDialogPrivate::slotMoveUpQrcFile().

+ Here is the caller graph for this function:

◆ moveQrcFile [2/2]

void qdesigner_internal::QtQrcManager::moveQrcFile ( QtQrcFile * qrcFile,
qdesigner_internal::QtQrcFile * beforeQrcFile )
slot

◆ moveResourceFile [1/2]

void qdesigner_internal::QtQrcManager::moveResourceFile ( qdesigner_internal::QtResourceFile * resourceFile,
qdesigner_internal::QtResourceFile * beforeResourceFile )
slot

Definition at line 732 of file qtresourceeditordialog.cpp.

References resourcePrefixOf().

Referenced by QtResourceEditorDialogPrivate::slotMoveDown(), and QtResourceEditorDialogPrivate::slotMoveUp().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ moveResourceFile [2/2]

void qdesigner_internal::QtQrcManager::moveResourceFile ( qdesigner_internal::QtResourceFile * resourceFile,
qdesigner_internal::QtResourceFile * beforeResourceFile )
slot

◆ moveResourcePrefix [1/2]

void qdesigner_internal::QtQrcManager::moveResourcePrefix ( qdesigner_internal::QtResourcePrefix * resourcePrefix,
QtResourcePrefix * beforeResourcePrefix )
slot

Definition at line 620 of file qtresourceeditordialog.cpp.

References qrcFileOf().

Referenced by QtResourceEditorDialogPrivate::slotMoveDown(), and QtResourceEditorDialogPrivate::slotMoveUp().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ moveResourcePrefix [2/2]

void qdesigner_internal::QtQrcManager::moveResourcePrefix ( qdesigner_internal::QtResourcePrefix * resourcePrefix,
QtResourcePrefix * beforeResourcePrefix )
slot

◆ nextQrcFile() [1/2]

QtQrcFile * qdesigner_internal::QtQrcManager::nextQrcFile ( QtQrcFile * qrcFile) const

◆ nextQrcFile() [2/2]

QtQrcFile * qdesigner_internal::QtQrcManager::nextQrcFile ( QtQrcFile * qrcFile) const

◆ nextResourceFile() [1/2]

QtResourceFile * qdesigner_internal::QtQrcManager::nextResourceFile ( QtResourceFile * resourceFile) const

Definition at line 507 of file qtresourceeditordialog.cpp.

References resourcePrefixOf().

Referenced by QtResourceEditorDialogPrivate::slotAddFiles(), QtResourceEditorDialogPrivate::slotCurrentTreeViewItemChanged(), QtResourceEditorDialogPrivate::slotMoveDown(), QtResourceEditorDialogPrivate::slotRemove(), and QtResourceEditorDialogPrivate::slotResourceFileMoved().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ nextResourceFile() [2/2]

QtResourceFile * qdesigner_internal::QtQrcManager::nextResourceFile ( QtResourceFile * resourceFile) const

◆ nextResourcePrefix() [1/2]

QtResourcePrefix * qdesigner_internal::QtQrcManager::nextResourcePrefix ( QtResourcePrefix * resourcePrefix) const

Definition at line 485 of file qtresourceeditordialog.cpp.

References qrcFileOf().

Referenced by QtResourceEditorDialogPrivate::slotClonePrefix(), QtResourceEditorDialogPrivate::slotCurrentTreeViewItemChanged(), QtResourceEditorDialogPrivate::slotMoveDown(), QtResourceEditorDialogPrivate::slotNewPrefix(), QtResourceEditorDialogPrivate::slotRemove(), and QtResourceEditorDialogPrivate::slotResourcePrefixMoved().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ nextResourcePrefix() [2/2]

QtResourcePrefix * qdesigner_internal::QtQrcManager::nextResourcePrefix ( QtResourcePrefix * resourcePrefix) const

◆ prevQrcFile() [1/2]

QtQrcFile * qdesigner_internal::QtQrcManager::prevQrcFile ( QtQrcFile * qrcFile) const

Definition at line 454 of file qtresourceeditordialog.cpp.

Referenced by QtResourceEditorDialogPrivate::slotMoveUpQrcFile(), and QtResourceEditorDialogPrivate::slotRemoveQrcFile().

+ Here is the caller graph for this function:

◆ prevQrcFile() [2/2]

QtQrcFile * qdesigner_internal::QtQrcManager::prevQrcFile ( QtQrcFile * qrcFile) const

◆ prevResourceFile() [1/2]

QtResourceFile * qdesigner_internal::QtQrcManager::prevResourceFile ( QtResourceFile * resourceFile) const

Definition at line 496 of file qtresourceeditordialog.cpp.

References resourcePrefixOf().

Referenced by QtResourceEditorDialogPrivate::slotCurrentTreeViewItemChanged(), QtResourceEditorDialogPrivate::slotMoveUp(), QtResourceEditorDialogPrivate::slotRemove(), and QtResourceEditorDialogPrivate::slotResourceFileInserted().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ prevResourceFile() [2/2]

QtResourceFile * qdesigner_internal::QtQrcManager::prevResourceFile ( QtResourceFile * resourceFile) const

◆ prevResourcePrefix() [1/2]

QtResourcePrefix * qdesigner_internal::QtQrcManager::prevResourcePrefix ( QtResourcePrefix * resourcePrefix) const

Definition at line 474 of file qtresourceeditordialog.cpp.

References qrcFileOf().

Referenced by QtResourceEditorDialogPrivate::insertResourcePrefix(), QtResourceEditorDialogPrivate::slotCurrentTreeViewItemChanged(), QtResourceEditorDialogPrivate::slotMoveUp(), and QtResourceEditorDialogPrivate::slotRemove().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ prevResourcePrefix() [2/2]

QtResourcePrefix * qdesigner_internal::QtQrcManager::prevResourcePrefix ( QtResourcePrefix * resourcePrefix) const

◆ qrcFileInserted [1/2]

void qdesigner_internal::QtQrcManager::qrcFileInserted ( qdesigner_internal::QtQrcFile * qrcFile)
signal

◆ qrcFileInserted [2/2]

void qdesigner_internal::QtQrcManager::qrcFileInserted ( qdesigner_internal::QtQrcFile * qrcFile)
signal

◆ qrcFileMoved [1/2]

void qdesigner_internal::QtQrcManager::qrcFileMoved ( qdesigner_internal::QtQrcFile * qrcFile,
qdesigner_internal::QtQrcFile * oldBeforeQrcFile )
signal

◆ qrcFileMoved [2/2]

void qdesigner_internal::QtQrcManager::qrcFileMoved ( qdesigner_internal::QtQrcFile * qrcFile,
qdesigner_internal::QtQrcFile * oldBeforeQrcFile )
signal

◆ qrcFileOf() [1/4]

QtQrcFile * qdesigner_internal::QtQrcManager::qrcFileOf ( const QString & path) const

Definition at line 376 of file qtresourceeditordialog.cpp.

◆ qrcFileOf() [2/4]

QtQrcFile * qdesigner_internal::QtQrcManager::qrcFileOf ( const QString & path) const

◆ qrcFileOf() [3/4]

QtQrcFile * qdesigner_internal::QtQrcManager::qrcFileOf ( QtResourcePrefix * resourcePrefix) const

Definition at line 381 of file qtresourceeditordialog.cpp.

Referenced by QtResourceEditorDialogPrivate::insertResourcePrefix(), moveResourcePrefix(), nextResourcePrefix(), prevResourcePrefix(), removeResourcePrefix(), and QtResourceEditorDialogPrivate::slotResourceFileInserted().

+ Here is the caller graph for this function:

◆ qrcFileOf() [4/4]

QtQrcFile * qdesigner_internal::QtQrcManager::qrcFileOf ( QtResourcePrefix * resourcePrefix) const

◆ qrcFileRemoved [1/2]

void qdesigner_internal::QtQrcManager::qrcFileRemoved ( qdesigner_internal::QtQrcFile * qrcFile)
signal

◆ qrcFileRemoved [2/2]

void qdesigner_internal::QtQrcManager::qrcFileRemoved ( qdesigner_internal::QtQrcFile * qrcFile)
signal

◆ qrcFiles() [1/2]

QList< QtQrcFile * > qdesigner_internal::QtQrcManager::qrcFiles ( ) const

Definition at line 371 of file qtresourceeditordialog.cpp.

◆ qrcFiles() [2/2]

QList< QtQrcFile * > qdesigner_internal::QtQrcManager::qrcFiles ( ) const

◆ removeQrcFile [1/2]

void qdesigner_internal::QtQrcManager::removeQrcFile ( qdesigner_internal::QtQrcFile * qrcFile)
slot

Definition at line 581 of file qtresourceeditordialog.cpp.

Referenced by QtResourceEditorDialogPrivate::slotRemoveQrcFile().

+ Here is the caller graph for this function:

◆ removeQrcFile [2/2]

void qdesigner_internal::QtQrcManager::removeQrcFile ( qdesigner_internal::QtQrcFile * qrcFile)
slot

◆ removeResourceFile [1/2]

void qdesigner_internal::QtQrcManager::removeResourceFile ( qdesigner_internal::QtResourceFile * resourceFile)
slot

Definition at line 780 of file qtresourceeditordialog.cpp.

References resourcePrefixOf().

Referenced by QtResourceEditorDialogPrivate::slotRemove().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ removeResourceFile [2/2]

void qdesigner_internal::QtQrcManager::removeResourceFile ( qdesigner_internal::QtResourceFile * resourceFile)
slot

◆ removeResourcePrefix [1/2]

void qdesigner_internal::QtQrcManager::removeResourcePrefix ( qdesigner_internal::QtResourcePrefix * resourcePrefix)
slot

Definition at line 682 of file qtresourceeditordialog.cpp.

References qrcFileOf().

Referenced by QtResourceEditorDialogPrivate::slotRemove().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ removeResourcePrefix [2/2]

void qdesigner_internal::QtQrcManager::removeResourcePrefix ( qdesigner_internal::QtResourcePrefix * resourcePrefix)
slot

◆ resourceAliasChanged [1/2]

void qdesigner_internal::QtQrcManager::resourceAliasChanged ( qdesigner_internal::QtResourceFile * resourceFile,
const QString & oldAlias )
signal

◆ resourceAliasChanged [2/2]

void qdesigner_internal::QtQrcManager::resourceAliasChanged ( qdesigner_internal::QtResourceFile * resourceFile,
const QString & oldAlias )
signal

◆ resourceFileInserted [1/2]

void qdesigner_internal::QtQrcManager::resourceFileInserted ( qdesigner_internal::QtResourceFile * resourceFile)
signal

◆ resourceFileInserted [2/2]

void qdesigner_internal::QtQrcManager::resourceFileInserted ( qdesigner_internal::QtResourceFile * resourceFile)
signal

◆ resourceFileMoved [1/2]

void qdesigner_internal::QtQrcManager::resourceFileMoved ( qdesigner_internal::QtResourceFile * resourceFile,
qdesigner_internal::QtResourceFile * oldBeforeResourceFile )
signal

◆ resourceFileMoved [2/2]

void qdesigner_internal::QtQrcManager::resourceFileMoved ( qdesigner_internal::QtResourceFile * resourceFile,
qdesigner_internal::QtResourceFile * oldBeforeResourceFile )
signal

◆ resourceFileRemoved [1/2]

void qdesigner_internal::QtQrcManager::resourceFileRemoved ( qdesigner_internal::QtResourceFile * resourceFile)
signal

◆ resourceFileRemoved [2/2]

void qdesigner_internal::QtQrcManager::resourceFileRemoved ( qdesigner_internal::QtResourceFile * resourceFile)
signal

◆ resourceLanguageChanged [1/2]

void qdesigner_internal::QtQrcManager::resourceLanguageChanged ( qdesigner_internal::QtResourcePrefix * resourcePrefix,
const QString & oldLanguage )
signal

◆ resourceLanguageChanged [2/2]

void qdesigner_internal::QtQrcManager::resourceLanguageChanged ( qdesigner_internal::QtResourcePrefix * resourcePrefix,
const QString & oldLanguage )
signal

◆ resourcePrefixChanged [1/2]

void qdesigner_internal::QtQrcManager::resourcePrefixChanged ( qdesigner_internal::QtResourcePrefix * resourcePrefix,
const QString & oldPrefix )
signal

◆ resourcePrefixChanged [2/2]

void qdesigner_internal::QtQrcManager::resourcePrefixChanged ( qdesigner_internal::QtResourcePrefix * resourcePrefix,
const QString & oldPrefix )
signal

◆ resourcePrefixInserted [1/2]

void qdesigner_internal::QtQrcManager::resourcePrefixInserted ( qdesigner_internal::QtResourcePrefix * resourcePrefix)
signal

◆ resourcePrefixInserted [2/2]

void qdesigner_internal::QtQrcManager::resourcePrefixInserted ( qdesigner_internal::QtResourcePrefix * resourcePrefix)
signal

◆ resourcePrefixMoved [1/2]

void qdesigner_internal::QtQrcManager::resourcePrefixMoved ( qdesigner_internal::QtResourcePrefix * resourcePrefix,
qdesigner_internal::QtResourcePrefix * oldBeforeResourcePrefix )
signal

◆ resourcePrefixMoved [2/2]

void qdesigner_internal::QtQrcManager::resourcePrefixMoved ( qdesigner_internal::QtResourcePrefix * resourcePrefix,
qdesigner_internal::QtResourcePrefix * oldBeforeResourcePrefix )
signal

◆ resourcePrefixOf() [1/2]

QtResourcePrefix * qdesigner_internal::QtQrcManager::resourcePrefixOf ( QtResourceFile * resourceFile) const

Definition at line 386 of file qtresourceeditordialog.cpp.

Referenced by QtResourceEditorDialogPrivate::getCurrentResourcePrefix(), moveResourceFile(), nextResourceFile(), prevResourceFile(), removeResourceFile(), and QtResourceEditorDialogPrivate::slotResourceFileInserted().

+ Here is the caller graph for this function:

◆ resourcePrefixOf() [2/2]

QtResourcePrefix * qdesigner_internal::QtQrcManager::resourcePrefixOf ( QtResourceFile * resourceFile) const

◆ resourcePrefixRemoved [1/2]

void qdesigner_internal::QtQrcManager::resourcePrefixRemoved ( qdesigner_internal::QtResourcePrefix * resourcePrefix)
signal

◆ resourcePrefixRemoved [2/2]

void qdesigner_internal::QtQrcManager::resourcePrefixRemoved ( qdesigner_internal::QtResourcePrefix * resourcePrefix)
signal

◆ setInitialState [1/2]

void qdesigner_internal::QtQrcManager::setInitialState ( qdesigner_internal::QtQrcFile * qrcFile,
const QtQrcFileData & initialState )
slot

Definition at line 576 of file qtresourceeditordialog.cpp.

Referenced by importQrcFile().

+ Here is the caller graph for this function:

◆ setInitialState [2/2]

void qdesigner_internal::QtQrcManager::setInitialState ( qdesigner_internal::QtQrcFile * qrcFile,
const QtQrcFileData & initialState )
slot

The documentation for this class was generated from the following file: