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
QtResourceEditorDialogPrivate Class Reference
+ Collaboration diagram for QtResourceEditorDialogPrivate:

Public Member Functions

 QtResourceEditorDialogPrivate ()=default
 
void slotQrcFileInserted (QtQrcFile *qrcFile)
 
void slotQrcFileMoved (QtQrcFile *qrcFile)
 
void slotQrcFileRemoved (QtQrcFile *qrcFile)
 
QStandardIteminsertResourcePrefix (QtResourcePrefix *resourcePrefix)
 
void slotResourcePrefixInserted (QtResourcePrefix *resourcePrefix)
 
void slotResourcePrefixMoved (QtResourcePrefix *resourcePrefix)
 
void slotResourcePrefixChanged (QtResourcePrefix *resourcePrefix)
 
void slotResourceLanguageChanged (QtResourcePrefix *resourcePrefix)
 
void slotResourcePrefixRemoved (QtResourcePrefix *resourcePrefix)
 
void slotResourceFileInserted (QtResourceFile *resourceFile)
 
void slotResourceFileMoved (QtResourceFile *resourceFile)
 
void slotResourceAliasChanged (QtResourceFile *resourceFile)
 
void slotResourceFileRemoved (QtResourceFile *resourceFile)
 
void slotCurrentQrcFileChanged (QListWidgetItem *item)
 
void slotCurrentTreeViewItemChanged (const QModelIndex &index)
 
void slotListWidgetContextMenuRequested (const QPoint &pos)
 
void slotTreeViewContextMenuRequested (const QPoint &pos)
 
void slotTreeViewItemChanged (QStandardItem *item)
 
void slotNewQrcFile ()
 
void slotImportQrcFile ()
 
void slotRemoveQrcFile ()
 
void slotMoveUpQrcFile ()
 
void slotMoveDownQrcFile ()
 
void slotNewPrefix ()
 
void slotAddFiles ()
 
void slotChangePrefix ()
 
void slotChangeLanguage ()
 
void slotChangeAlias ()
 
void slotClonePrefix ()
 
void slotRemove ()
 
void slotMoveUp ()
 
void slotMoveDown ()
 
bool loadQrcFile (const QString &path, QtQrcFileData *qrcFileData, QString *errorMessage)
 
bool loadQrcFile (const QString &path, QtQrcFileData *qrcFileData)
 
bool saveQrcFile (const QtQrcFileData &qrcFileData)
 
QString qrcFileText (QtQrcFile *qrcFile) const
 
QMessageBox::StandardButton warning (const QString &title, const QString &text, QMessageBox::StandardButtons buttons=QMessageBox::Ok, QMessageBox::StandardButton defaultButton=QMessageBox::NoButton) const
 
QString browseForNewLocation (const QString &resourceFile, const QDir &rootDir) const
 
QString copyResourceFile (const QString &resourceFile, const QString &destPath) const
 
QtResourceFilegetCurrentResourceFile () const
 
QtResourcePrefixgetCurrentResourcePrefix () const
 
void selectTreeRow (QStandardItem *item)
 
QString getSaveFileNameWithExtension (QWidget *parent, const QString &title, QString dir, const QString &filter, const QString &extension) const
 
QString qrcStartDirectory () const
 
 QtResourceEditorDialogPrivate ()=default
 
void slotQrcFileInserted (QtQrcFile *qrcFile)
 
void slotQrcFileMoved (QtQrcFile *qrcFile)
 
void slotQrcFileRemoved (QtQrcFile *qrcFile)
 
QStandardIteminsertResourcePrefix (QtResourcePrefix *resourcePrefix)
 
void slotResourcePrefixInserted (QtResourcePrefix *resourcePrefix)
 
void slotResourcePrefixMoved (QtResourcePrefix *resourcePrefix)
 
void slotResourcePrefixChanged (QtResourcePrefix *resourcePrefix)
 
void slotResourceLanguageChanged (QtResourcePrefix *resourcePrefix)
 
void slotResourcePrefixRemoved (QtResourcePrefix *resourcePrefix)
 
void slotResourceFileInserted (QtResourceFile *resourceFile)
 
void slotResourceFileMoved (QtResourceFile *resourceFile)
 
void slotResourceAliasChanged (QtResourceFile *resourceFile)
 
void slotResourceFileRemoved (QtResourceFile *resourceFile)
 
void slotCurrentQrcFileChanged (QListWidgetItem *item)
 
void slotCurrentTreeViewItemChanged (const QModelIndex &index)
 
void slotListWidgetContextMenuRequested (const QPoint &pos)
 
void slotTreeViewContextMenuRequested (const QPoint &pos)
 
void slotTreeViewItemChanged (QStandardItem *item)
 
void slotNewQrcFile ()
 
void slotImportQrcFile ()
 
void slotRemoveQrcFile ()
 
void slotMoveUpQrcFile ()
 
void slotMoveDownQrcFile ()
 
void slotNewPrefix ()
 
void slotAddFiles ()
 
void slotChangePrefix ()
 
void slotChangeLanguage ()
 
void slotChangeAlias ()
 
void slotClonePrefix ()
 
void slotRemove ()
 
void slotMoveUp ()
 
void slotMoveDown ()
 
bool loadQrcFile (const QString &path, QtQrcFileData *qrcFileData, QString *errorMessage)
 
bool loadQrcFile (const QString &path, QtQrcFileData *qrcFileData)
 
bool saveQrcFile (const QtQrcFileData &qrcFileData)
 
QString qrcFileText (QtQrcFile *qrcFile) const
 
QMessageBox::StandardButton warning (const QString &title, const QString &text, QMessageBox::StandardButtons buttons=QMessageBox::Ok, QMessageBox::StandardButton defaultButton=QMessageBox::NoButton) const
 
QString browseForNewLocation (const QString &resourceFile, const QDir &rootDir) const
 
QString copyResourceFile (const QString &resourceFile, const QString &destPath) const
 
QtResourceFilegetCurrentResourceFile () const
 
QtResourcePrefixgetCurrentResourcePrefix () const
 
void selectTreeRow (QStandardItem *item)
 
QString getSaveFileNameWithExtension (QWidget *parent, const QString &title, QString dir, const QString &filter, const QString &extension) const
 
QString qrcStartDirectory () const
 

Public Attributes

Ui::QtResourceEditorDialog m_ui
 
QDesignerFormEditorInterfacem_core = nullptr
 
QtResourceModelm_resourceModel = nullptr
 
QDesignerDialogGuiInterfacem_dlgGui = nullptr
 
QtQrcManagerm_qrcManager = nullptr
 
QList< QtQrcFileDatam_initialState
 
QHash< QtQrcFile *, QListWidgetItem * > m_qrcFileToItem
 
QHash< QListWidgetItem *, QtQrcFile * > m_itemToQrcFile
 
QHash< QtResourcePrefix *, QStandardItem * > m_resourcePrefixToPrefixItem
 
QHash< QtResourcePrefix *, QStandardItem * > m_resourcePrefixToLanguageItem
 
QHash< QStandardItem *, QtResourcePrefix * > m_prefixItemToResourcePrefix
 
QHash< QStandardItem *, QtResourcePrefix * > m_languageItemToResourcePrefix
 
QHash< QtResourceFile *, QStandardItem * > m_resourceFileToPathItem
 
QHash< QtResourceFile *, QStandardItem * > m_resourceFileToAliasItem
 
QHash< QStandardItem *, QtResourceFile * > m_pathItemToResourceFile
 
QHash< QStandardItem *, QtResourceFile * > m_aliasItemToResourceFile
 
bool m_ignoreCurrentChanged = false
 
bool m_firstQrcFileDialog = true
 
QtQrcFilem_currentQrcFile = nullptr
 
QActionm_newQrcFileAction = nullptr
 
QActionm_importQrcFileAction = nullptr
 
QActionm_removeQrcFileAction = nullptr
 
QActionm_moveUpQrcFileAction = nullptr
 
QActionm_moveDownQrcFileAction = nullptr
 
QActionm_newPrefixAction = nullptr
 
QActionm_addResourceFileAction = nullptr
 
QActionm_changePrefixAction = nullptr
 
QActionm_changeLanguageAction = nullptr
 
QActionm_changeAliasAction = nullptr
 
QActionm_clonePrefixAction = nullptr
 
QActionm_moveUpAction = nullptr
 
QActionm_moveDownAction = nullptr
 
QActionm_removeAction = nullptr
 
QStandardItemModelm_treeModel = nullptr
 
QItemSelectionModelm_treeSelection = nullptr
 

Detailed Description

Definition at line 810 of file qtresourceeditordialog.cpp.

Constructor & Destructor Documentation

◆ QtResourceEditorDialogPrivate() [1/2]

QtResourceEditorDialogPrivate::QtResourceEditorDialogPrivate ( )
default

◆ QtResourceEditorDialogPrivate() [2/2]

QtResourceEditorDialogPrivate::QtResourceEditorDialogPrivate ( )
default

Member Function Documentation

◆ browseForNewLocation() [1/2]

QString QtResourceEditorDialogPrivate::browseForNewLocation ( const QString & resourceFile,
const QDir & rootDir ) const

Definition at line 1773 of file qtresourceeditordialog.cpp.

◆ browseForNewLocation() [2/2]

QString QtResourceEditorDialogPrivate::browseForNewLocation ( const QString & resourceFile,
const QDir & rootDir ) const

◆ copyResourceFile() [1/2]

QString QtResourceEditorDialogPrivate::copyResourceFile ( const QString & resourceFile,
const QString & destPath ) const

Definition at line 1798 of file qtresourceeditordialog.cpp.

◆ copyResourceFile() [2/2]

QString QtResourceEditorDialogPrivate::copyResourceFile ( const QString & resourceFile,
const QString & destPath ) const

◆ getCurrentResourceFile() [1/2]

QtResourceFile * QtResourceEditorDialogPrivate::getCurrentResourceFile ( ) const

Definition at line 1455 of file qtresourceeditordialog.cpp.

Referenced by getCurrentResourcePrefix(), slotAddFiles(), slotChangeAlias(), slotMoveDown(), and slotMoveUp().

+ Here is the caller graph for this function:

◆ getCurrentResourceFile() [2/2]

QtResourceFile * QtResourceEditorDialogPrivate::getCurrentResourceFile ( ) const

◆ getCurrentResourcePrefix() [1/2]

QtResourcePrefix * QtResourceEditorDialogPrivate::getCurrentResourcePrefix ( ) const

Definition at line 1469 of file qtresourceeditordialog.cpp.

References getCurrentResourceFile(), m_qrcManager, and qdesigner_internal::QtQrcManager::resourcePrefixOf().

Referenced by slotAddFiles(), slotChangeLanguage(), slotChangePrefix(), slotClonePrefix(), slotMoveDown(), slotMoveUp(), and slotNewPrefix().

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

◆ getCurrentResourcePrefix() [2/2]

QtResourcePrefix * QtResourceEditorDialogPrivate::getCurrentResourcePrefix ( ) const

◆ getSaveFileNameWithExtension() [1/2]

QString QtResourceEditorDialogPrivate::getSaveFileNameWithExtension ( QWidget * parent,
const QString & title,
QString dir,
const QString & filter,
const QString & extension ) const

Definition at line 1330 of file qtresourceeditordialog.cpp.

◆ getSaveFileNameWithExtension() [2/2]

QString QtResourceEditorDialogPrivate::getSaveFileNameWithExtension ( QWidget * parent,
const QString & title,
QString dir,
const QString & filter,
const QString & extension ) const

◆ insertResourcePrefix() [1/2]

QStandardItem * QtResourceEditorDialogPrivate::insertResourcePrefix ( QtResourcePrefix * resourcePrefix)

Definition at line 990 of file qtresourceeditordialog.cpp.

References m_currentQrcFile, m_qrcManager, qdesigner_internal::QtQrcManager::prevResourcePrefix(), qdesigner_internal::QtQrcManager::qrcFileOf(), slotResourceLanguageChanged(), and slotResourcePrefixChanged().

+ Here is the call graph for this function:

◆ insertResourcePrefix() [2/2]

QStandardItem * QtResourceEditorDialogPrivate::insertResourcePrefix ( QtResourcePrefix * resourcePrefix)

◆ loadQrcFile() [1/4]

bool QtResourceEditorDialogPrivate::loadQrcFile ( const QString & path,
QtQrcFileData * qrcFileData )

Definition at line 1818 of file qtresourceeditordialog.cpp.

◆ loadQrcFile() [2/4]

bool QtResourceEditorDialogPrivate::loadQrcFile ( const QString & path,
QtQrcFileData * qrcFileData )

◆ loadQrcFile() [3/4]

bool QtResourceEditorDialogPrivate::loadQrcFile ( const QString & path,
QtQrcFileData * qrcFileData,
QString * errorMessage )

Definition at line 1826 of file qtresourceeditordialog.cpp.

◆ loadQrcFile() [4/4]

bool QtResourceEditorDialogPrivate::loadQrcFile ( const QString & path,
QtQrcFileData * qrcFileData,
QString * errorMessage )

◆ qrcFileText() [1/2]

QString QtResourceEditorDialogPrivate::qrcFileText ( QtQrcFile * qrcFile) const

Definition at line 921 of file qtresourceeditordialog.cpp.

◆ qrcFileText() [2/2]

QString QtResourceEditorDialogPrivate::qrcFileText ( QtQrcFile * qrcFile) const

◆ qrcStartDirectory() [1/2]

QString QtResourceEditorDialogPrivate::qrcStartDirectory ( ) const

Definition at line 1355 of file qtresourceeditordialog.cpp.

References m_currentQrcFile.

◆ qrcStartDirectory() [2/2]

QString QtResourceEditorDialogPrivate::qrcStartDirectory ( ) const

◆ saveQrcFile() [1/2]

bool QtResourceEditorDialogPrivate::saveQrcFile ( const QtQrcFileData & qrcFileData)

Definition at line 1855 of file qtresourceeditordialog.cpp.

◆ saveQrcFile() [2/2]

bool QtResourceEditorDialogPrivate::saveQrcFile ( const QtQrcFileData & qrcFileData)

◆ selectTreeRow() [1/2]

void QtResourceEditorDialogPrivate::selectTreeRow ( QStandardItem * item)

Definition at line 1488 of file qtresourceeditordialog.cpp.

◆ selectTreeRow() [2/2]

void QtResourceEditorDialogPrivate::selectTreeRow ( QStandardItem * item)

◆ slotAddFiles() [1/2]

void QtResourceEditorDialogPrivate::slotAddFiles ( )

Definition at line 1535 of file qtresourceeditordialog.cpp.

References getCurrentResourceFile(), getCurrentResourcePrefix(), m_currentQrcFile, m_qrcManager, and qdesigner_internal::QtQrcManager::nextResourceFile().

+ Here is the call graph for this function:

◆ slotAddFiles() [2/2]

void QtResourceEditorDialogPrivate::slotAddFiles ( )

◆ slotChangeAlias() [1/2]

void QtResourceEditorDialogPrivate::slotChangeAlias ( )

Definition at line 1647 of file qtresourceeditordialog.cpp.

References getCurrentResourceFile().

+ Here is the call graph for this function:

◆ slotChangeAlias() [2/2]

void QtResourceEditorDialogPrivate::slotChangeAlias ( )

◆ slotChangeLanguage() [1/2]

void QtResourceEditorDialogPrivate::slotChangeLanguage ( )

Definition at line 1634 of file qtresourceeditordialog.cpp.

References getCurrentResourcePrefix().

+ Here is the call graph for this function:

◆ slotChangeLanguage() [2/2]

void QtResourceEditorDialogPrivate::slotChangeLanguage ( )

◆ slotChangePrefix() [1/2]

void QtResourceEditorDialogPrivate::slotChangePrefix ( )

Definition at line 1621 of file qtresourceeditordialog.cpp.

References getCurrentResourcePrefix().

+ Here is the call graph for this function:

◆ slotChangePrefix() [2/2]

void QtResourceEditorDialogPrivate::slotChangePrefix ( )

◆ slotClonePrefix() [1/2]

void QtResourceEditorDialogPrivate::slotClonePrefix ( )

Definition at line 1660 of file qtresourceeditordialog.cpp.

References getCurrentResourcePrefix(), qdesigner_internal::QtQrcManager::insertResourcePrefix(), m_currentQrcFile, m_qrcManager, and qdesigner_internal::QtQrcManager::nextResourcePrefix().

+ Here is the call graph for this function:

◆ slotClonePrefix() [2/2]

void QtResourceEditorDialogPrivate::slotClonePrefix ( )

◆ slotCurrentQrcFileChanged() [1/2]

void QtResourceEditorDialogPrivate::slotCurrentQrcFileChanged ( QListWidgetItem * item)

Definition at line 1196 of file qtresourceeditordialog.cpp.

References m_currentQrcFile, m_ignoreCurrentChanged, and slotResourcePrefixRemoved().

+ Here is the call graph for this function:

◆ slotCurrentQrcFileChanged() [2/2]

void QtResourceEditorDialogPrivate::slotCurrentQrcFileChanged ( QListWidgetItem * item)

◆ slotCurrentTreeViewItemChanged() [1/2]

void QtResourceEditorDialogPrivate::slotCurrentTreeViewItemChanged ( const QModelIndex & index)

Definition at line 1238 of file qtresourceeditordialog.cpp.

References m_qrcManager, qdesigner_internal::QtQrcManager::nextResourceFile(), qdesigner_internal::QtQrcManager::nextResourcePrefix(), qdesigner_internal::QtQrcManager::prevResourceFile(), and qdesigner_internal::QtQrcManager::prevResourcePrefix().

+ Here is the call graph for this function:

◆ slotCurrentTreeViewItemChanged() [2/2]

void QtResourceEditorDialogPrivate::slotCurrentTreeViewItemChanged ( const QModelIndex & index)

◆ slotImportQrcFile() [1/2]

void QtResourceEditorDialogPrivate::slotImportQrcFile ( )

Definition at line 1388 of file qtresourceeditordialog.cpp.

References qdesigner_internal::QtQrcManager::importQrcFile(), m_currentQrcFile, m_firstQrcFileDialog, m_qrcManager, and qdesigner_internal::QtQrcManager::nextQrcFile().

+ Here is the call graph for this function:

◆ slotImportQrcFile() [2/2]

void QtResourceEditorDialogPrivate::slotImportQrcFile ( )

◆ slotListWidgetContextMenuRequested() [1/2]

void QtResourceEditorDialogPrivate::slotListWidgetContextMenuRequested ( const QPoint & pos)

Definition at line 1275 of file qtresourceeditordialog.cpp.

◆ slotListWidgetContextMenuRequested() [2/2]

void QtResourceEditorDialogPrivate::slotListWidgetContextMenuRequested ( const QPoint & pos)

◆ slotMoveDown() [1/2]

void QtResourceEditorDialogPrivate::slotMoveDown ( )

◆ slotMoveDown() [2/2]

void QtResourceEditorDialogPrivate::slotMoveDown ( )

◆ slotMoveDownQrcFile() [1/2]

void QtResourceEditorDialogPrivate::slotMoveDownQrcFile ( )

Definition at line 1442 of file qtresourceeditordialog.cpp.

References m_currentQrcFile, m_qrcManager, qdesigner_internal::QtQrcManager::moveQrcFile(), and qdesigner_internal::QtQrcManager::nextQrcFile().

+ Here is the call graph for this function:

◆ slotMoveDownQrcFile() [2/2]

void QtResourceEditorDialogPrivate::slotMoveDownQrcFile ( )

◆ slotMoveUp() [1/2]

void QtResourceEditorDialogPrivate::slotMoveUp ( )

◆ slotMoveUp() [2/2]

void QtResourceEditorDialogPrivate::slotMoveUp ( )

◆ slotMoveUpQrcFile() [1/2]

void QtResourceEditorDialogPrivate::slotMoveUpQrcFile ( )

Definition at line 1430 of file qtresourceeditordialog.cpp.

References m_currentQrcFile, m_qrcManager, qdesigner_internal::QtQrcManager::moveQrcFile(), and qdesigner_internal::QtQrcManager::prevQrcFile().

+ Here is the call graph for this function:

◆ slotMoveUpQrcFile() [2/2]

void QtResourceEditorDialogPrivate::slotMoveUpQrcFile ( )

◆ slotNewPrefix() [1/2]

void QtResourceEditorDialogPrivate::slotNewPrefix ( )

Definition at line 1495 of file qtresourceeditordialog.cpp.

References getCurrentResourcePrefix(), m_currentQrcFile, m_qrcManager, and qdesigner_internal::QtQrcManager::nextResourcePrefix().

+ Here is the call graph for this function:

◆ slotNewPrefix() [2/2]

void QtResourceEditorDialogPrivate::slotNewPrefix ( )

◆ slotNewQrcFile() [1/2]

void QtResourceEditorDialogPrivate::slotNewQrcFile ( )

Definition at line 1363 of file qtresourceeditordialog.cpp.

References m_currentQrcFile, m_firstQrcFileDialog, m_qrcManager, and qdesigner_internal::QtQrcManager::nextQrcFile().

+ Here is the call graph for this function:

◆ slotNewQrcFile() [2/2]

void QtResourceEditorDialogPrivate::slotNewQrcFile ( )

◆ slotQrcFileInserted() [1/2]

void QtResourceEditorDialogPrivate::slotQrcFileInserted ( QtQrcFile * qrcFile)

Definition at line 933 of file qtresourceeditordialog.cpp.

References m_ignoreCurrentChanged, m_qrcManager, and qdesigner_internal::QtQrcManager::nextQrcFile().

+ Here is the call graph for this function:

◆ slotQrcFileInserted() [2/2]

void QtResourceEditorDialogPrivate::slotQrcFileInserted ( QtQrcFile * qrcFile)

◆ slotQrcFileMoved() [1/2]

void QtResourceEditorDialogPrivate::slotQrcFileMoved ( QtQrcFile * qrcFile)

Definition at line 957 of file qtresourceeditordialog.cpp.

References m_ignoreCurrentChanged, m_qrcManager, and qdesigner_internal::QtQrcManager::nextQrcFile().

+ Here is the call graph for this function:

◆ slotQrcFileMoved() [2/2]

void QtResourceEditorDialogPrivate::slotQrcFileMoved ( QtQrcFile * qrcFile)

◆ slotQrcFileRemoved() [1/2]

void QtResourceEditorDialogPrivate::slotQrcFileRemoved ( QtQrcFile * qrcFile)

Definition at line 978 of file qtresourceeditordialog.cpp.

References m_ignoreCurrentChanged.

◆ slotQrcFileRemoved() [2/2]

void QtResourceEditorDialogPrivate::slotQrcFileRemoved ( QtQrcFile * qrcFile)

◆ slotRemove() [1/2]

void QtResourceEditorDialogPrivate::slotRemove ( )

◆ slotRemove() [2/2]

void QtResourceEditorDialogPrivate::slotRemove ( )

◆ slotRemoveQrcFile() [1/2]

void QtResourceEditorDialogPrivate::slotRemoveQrcFile ( )

Definition at line 1413 of file qtresourceeditordialog.cpp.

References m_currentQrcFile, m_qrcManager, qdesigner_internal::QtQrcManager::nextQrcFile(), qdesigner_internal::QtQrcManager::prevQrcFile(), and qdesigner_internal::QtQrcManager::removeQrcFile().

+ Here is the call graph for this function:

◆ slotRemoveQrcFile() [2/2]

void QtResourceEditorDialogPrivate::slotRemoveQrcFile ( )

◆ slotResourceAliasChanged() [1/2]

void QtResourceEditorDialogPrivate::slotResourceAliasChanged ( QtResourceFile * resourceFile)

Definition at line 1158 of file qtresourceeditordialog.cpp.

References m_ignoreCurrentChanged.

Referenced by slotResourceFileInserted().

+ Here is the caller graph for this function:

◆ slotResourceAliasChanged() [2/2]

void QtResourceEditorDialogPrivate::slotResourceAliasChanged ( QtResourceFile * resourceFile)

◆ slotResourceFileInserted() [1/2]

void QtResourceEditorDialogPrivate::slotResourceFileInserted ( QtResourceFile * resourceFile)

Definition at line 1096 of file qtresourceeditordialog.cpp.

References m_currentQrcFile, m_qrcManager, qdesigner_internal::QtQrcManager::prevResourceFile(), qdesigner_internal::QtQrcManager::qrcFileOf(), qdesigner_internal::QtQrcManager::resourcePrefixOf(), and slotResourceAliasChanged().

+ Here is the call graph for this function:

◆ slotResourceFileInserted() [2/2]

void QtResourceEditorDialogPrivate::slotResourceFileInserted ( QtResourceFile * resourceFile)

◆ slotResourceFileMoved() [1/2]

void QtResourceEditorDialogPrivate::slotResourceFileMoved ( QtResourceFile * resourceFile)

Definition at line 1135 of file qtresourceeditordialog.cpp.

References m_ignoreCurrentChanged, m_qrcManager, and qdesigner_internal::QtQrcManager::nextResourceFile().

+ Here is the call graph for this function:

◆ slotResourceFileMoved() [2/2]

void QtResourceEditorDialogPrivate::slotResourceFileMoved ( QtResourceFile * resourceFile)

◆ slotResourceFileRemoved() [1/2]

void QtResourceEditorDialogPrivate::slotResourceFileRemoved ( QtResourceFile * resourceFile)

Definition at line 1172 of file qtresourceeditordialog.cpp.

References m_ignoreCurrentChanged.

◆ slotResourceFileRemoved() [2/2]

void QtResourceEditorDialogPrivate::slotResourceFileRemoved ( QtResourceFile * resourceFile)

◆ slotResourceLanguageChanged() [1/2]

void QtResourceEditorDialogPrivate::slotResourceLanguageChanged ( QtResourcePrefix * resourcePrefix)

Definition at line 1061 of file qtresourceeditordialog.cpp.

References m_ignoreCurrentChanged.

Referenced by insertResourcePrefix().

+ Here is the caller graph for this function:

◆ slotResourceLanguageChanged() [2/2]

void QtResourceEditorDialogPrivate::slotResourceLanguageChanged ( QtResourcePrefix * resourcePrefix)

◆ slotResourcePrefixChanged() [1/2]

void QtResourceEditorDialogPrivate::slotResourcePrefixChanged ( QtResourcePrefix * resourcePrefix)

Definition at line 1046 of file qtresourceeditordialog.cpp.

References m_ignoreCurrentChanged.

Referenced by insertResourcePrefix().

+ Here is the caller graph for this function:

◆ slotResourcePrefixChanged() [2/2]

void QtResourceEditorDialogPrivate::slotResourcePrefixChanged ( QtResourcePrefix * resourcePrefix)

◆ slotResourcePrefixInserted() [1/2]

void QtResourceEditorDialogPrivate::slotResourcePrefixInserted ( QtResourcePrefix * resourcePrefix)
inline

Definition at line 823 of file qtresourceeditordialog.cpp.

◆ slotResourcePrefixInserted() [2/2]

void QtResourceEditorDialogPrivate::slotResourcePrefixInserted ( QtResourcePrefix * resourcePrefix)
inline

Definition at line 823 of file qtresourceeditordialog.cpp.

◆ slotResourcePrefixMoved() [1/2]

void QtResourceEditorDialogPrivate::slotResourcePrefixMoved ( QtResourcePrefix * resourcePrefix)

Definition at line 1021 of file qtresourceeditordialog.cpp.

References m_ignoreCurrentChanged, m_qrcManager, and qdesigner_internal::QtQrcManager::nextResourcePrefix().

+ Here is the call graph for this function:

◆ slotResourcePrefixMoved() [2/2]

void QtResourceEditorDialogPrivate::slotResourcePrefixMoved ( QtResourcePrefix * resourcePrefix)

◆ slotResourcePrefixRemoved() [1/2]

void QtResourceEditorDialogPrivate::slotResourcePrefixRemoved ( QtResourcePrefix * resourcePrefix)

Definition at line 1075 of file qtresourceeditordialog.cpp.

References m_ignoreCurrentChanged.

Referenced by slotCurrentQrcFileChanged().

+ Here is the caller graph for this function:

◆ slotResourcePrefixRemoved() [2/2]

void QtResourceEditorDialogPrivate::slotResourcePrefixRemoved ( QtResourcePrefix * resourcePrefix)

◆ slotTreeViewContextMenuRequested() [1/2]

void QtResourceEditorDialogPrivate::slotTreeViewContextMenuRequested ( const QPoint & pos)

Definition at line 1287 of file qtresourceeditordialog.cpp.

◆ slotTreeViewContextMenuRequested() [2/2]

void QtResourceEditorDialogPrivate::slotTreeViewContextMenuRequested ( const QPoint & pos)

◆ slotTreeViewItemChanged() [1/2]

void QtResourceEditorDialogPrivate::slotTreeViewItemChanged ( QStandardItem * item)

Definition at line 1305 of file qtresourceeditordialog.cpp.

References qdesigner_internal::QtQrcManager::changeResourceAlias(), qdesigner_internal::QtQrcManager::changeResourceLanguage(), qdesigner_internal::QtQrcManager::changeResourcePrefix(), m_ignoreCurrentChanged, and m_qrcManager.

+ Here is the call graph for this function:

◆ slotTreeViewItemChanged() [2/2]

void QtResourceEditorDialogPrivate::slotTreeViewItemChanged ( QStandardItem * item)

◆ warning() [1/2]

QMessageBox::StandardButton QtResourceEditorDialogPrivate::warning ( const QString & title,
const QString & text,
QMessageBox::StandardButtons buttons = QMessageBox::Ok,
QMessageBox::StandardButton defaultButton = QMessageBox::NoButton ) const

Definition at line 915 of file qtresourceeditordialog.cpp.

◆ warning() [2/2]

QMessageBox::StandardButton QtResourceEditorDialogPrivate::warning ( const QString & title,
const QString & text,
QMessageBox::StandardButtons buttons = QMessageBox::Ok,
QMessageBox::StandardButton defaultButton = QMessageBox::NoButton ) const

Member Data Documentation

◆ m_addResourceFileAction

QAction * QtResourceEditorDialogPrivate::m_addResourceFileAction = nullptr

Definition at line 902 of file qtresourceeditordialog.cpp.

◆ m_aliasItemToResourceFile

QHash< QStandardItem *, QtResourceFile * > QtResourceEditorDialogPrivate::m_aliasItemToResourceFile

Definition at line 889 of file qtresourceeditordialog.cpp.

◆ m_changeAliasAction

QAction * QtResourceEditorDialogPrivate::m_changeAliasAction = nullptr

Definition at line 905 of file qtresourceeditordialog.cpp.

◆ m_changeLanguageAction

QAction * QtResourceEditorDialogPrivate::m_changeLanguageAction = nullptr

Definition at line 904 of file qtresourceeditordialog.cpp.

◆ m_changePrefixAction

QAction * QtResourceEditorDialogPrivate::m_changePrefixAction = nullptr

Definition at line 903 of file qtresourceeditordialog.cpp.

◆ m_clonePrefixAction

QAction * QtResourceEditorDialogPrivate::m_clonePrefixAction = nullptr

Definition at line 906 of file qtresourceeditordialog.cpp.

◆ m_core

QDesignerFormEditorInterface * QtResourceEditorDialogPrivate::m_core = nullptr

Definition at line 874 of file qtresourceeditordialog.cpp.

◆ m_currentQrcFile

◆ m_dlgGui

QDesignerDialogGuiInterface * QtResourceEditorDialogPrivate::m_dlgGui = nullptr

Definition at line 876 of file qtresourceeditordialog.cpp.

◆ m_firstQrcFileDialog

bool QtResourceEditorDialogPrivate::m_firstQrcFileDialog = true

Definition at line 892 of file qtresourceeditordialog.cpp.

Referenced by slotImportQrcFile(), and slotNewQrcFile().

◆ m_ignoreCurrentChanged

◆ m_importQrcFileAction

QAction * QtResourceEditorDialogPrivate::m_importQrcFileAction = nullptr

Definition at line 896 of file qtresourceeditordialog.cpp.

◆ m_initialState

QList< QtQrcFileData > QtResourceEditorDialogPrivate::m_initialState

Definition at line 878 of file qtresourceeditordialog.cpp.

◆ m_itemToQrcFile

QHash< QListWidgetItem *, QtQrcFile * > QtResourceEditorDialogPrivate::m_itemToQrcFile

Definition at line 881 of file qtresourceeditordialog.cpp.

◆ m_languageItemToResourcePrefix

QHash< QStandardItem *, QtResourcePrefix * > QtResourceEditorDialogPrivate::m_languageItemToResourcePrefix

Definition at line 885 of file qtresourceeditordialog.cpp.

◆ m_moveDownAction

QAction * QtResourceEditorDialogPrivate::m_moveDownAction = nullptr

Definition at line 908 of file qtresourceeditordialog.cpp.

◆ m_moveDownQrcFileAction

QAction * QtResourceEditorDialogPrivate::m_moveDownQrcFileAction = nullptr

Definition at line 899 of file qtresourceeditordialog.cpp.

◆ m_moveUpAction

QAction * QtResourceEditorDialogPrivate::m_moveUpAction = nullptr

Definition at line 907 of file qtresourceeditordialog.cpp.

◆ m_moveUpQrcFileAction

QAction * QtResourceEditorDialogPrivate::m_moveUpQrcFileAction = nullptr

Definition at line 898 of file qtresourceeditordialog.cpp.

◆ m_newPrefixAction

QAction * QtResourceEditorDialogPrivate::m_newPrefixAction = nullptr

Definition at line 901 of file qtresourceeditordialog.cpp.

◆ m_newQrcFileAction

QAction * QtResourceEditorDialogPrivate::m_newQrcFileAction = nullptr

Definition at line 895 of file qtresourceeditordialog.cpp.

◆ m_pathItemToResourceFile

QHash< QStandardItem *, QtResourceFile * > QtResourceEditorDialogPrivate::m_pathItemToResourceFile

Definition at line 888 of file qtresourceeditordialog.cpp.

◆ m_prefixItemToResourcePrefix

QHash< QStandardItem *, QtResourcePrefix * > QtResourceEditorDialogPrivate::m_prefixItemToResourcePrefix

Definition at line 884 of file qtresourceeditordialog.cpp.

◆ m_qrcFileToItem

QHash< QtQrcFile *, QListWidgetItem * > QtResourceEditorDialogPrivate::m_qrcFileToItem

Definition at line 880 of file qtresourceeditordialog.cpp.

◆ m_qrcManager

◆ m_removeAction

QAction * QtResourceEditorDialogPrivate::m_removeAction = nullptr

Definition at line 909 of file qtresourceeditordialog.cpp.

◆ m_removeQrcFileAction

QAction * QtResourceEditorDialogPrivate::m_removeQrcFileAction = nullptr

Definition at line 897 of file qtresourceeditordialog.cpp.

◆ m_resourceFileToAliasItem

QHash< QtResourceFile *, QStandardItem * > QtResourceEditorDialogPrivate::m_resourceFileToAliasItem

Definition at line 887 of file qtresourceeditordialog.cpp.

◆ m_resourceFileToPathItem

QHash< QtResourceFile *, QStandardItem * > QtResourceEditorDialogPrivate::m_resourceFileToPathItem

Definition at line 886 of file qtresourceeditordialog.cpp.

◆ m_resourceModel

QtResourceModel * QtResourceEditorDialogPrivate::m_resourceModel = nullptr

Definition at line 875 of file qtresourceeditordialog.cpp.

◆ m_resourcePrefixToLanguageItem

QHash< QtResourcePrefix *, QStandardItem * > QtResourceEditorDialogPrivate::m_resourcePrefixToLanguageItem

Definition at line 883 of file qtresourceeditordialog.cpp.

◆ m_resourcePrefixToPrefixItem

QHash< QtResourcePrefix *, QStandardItem * > QtResourceEditorDialogPrivate::m_resourcePrefixToPrefixItem

Definition at line 882 of file qtresourceeditordialog.cpp.

◆ m_treeModel

QStandardItemModel * QtResourceEditorDialogPrivate::m_treeModel = nullptr

Definition at line 911 of file qtresourceeditordialog.cpp.

◆ m_treeSelection

QItemSelectionModel * QtResourceEditorDialogPrivate::m_treeSelection = nullptr

Definition at line 912 of file qtresourceeditordialog.cpp.

◆ m_ui

Ui::QtResourceEditorDialog QtResourceEditorDialogPrivate::m_ui

Definition at line 873 of file qtresourceeditordialog.cpp.


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