Home
last modified time | relevance | path

Searched refs:ICorePlatformTools (Results 1 – 20 of 20) sorted by relevance

/dports/audio/kid3-kf5/kid3-3.8.6/src/core/utils/
H A Dicoreplatformtools.cpp33 ICorePlatformTools::~ICorePlatformTools() in ~ICorePlatformTools()
48 QString ICorePlatformTools::getOpenFileName(QWidget* parent, in getOpenFileName()
70 QString ICorePlatformTools::getSaveFileName(QWidget* parent, in getSaveFileName()
90 QString ICorePlatformTools::getExistingDirectory(QWidget* parent, in getExistingDirectory()
107 QString ICorePlatformTools::qtFileDialogNameFilter( in qtFileDialogNameFilter()
130 QString ICorePlatformTools::qtNameFilterPatterns(const QString& nameFilter) in qtNameFilterPatterns()
H A Dicoreplatformtools.h43 class KID3_CORE_EXPORT ICorePlatformTools {
48 virtual ~ICorePlatformTools();
H A Dcoreplatformtools.h39 class KID3_CORE_EXPORT CorePlatformTools : public ICorePlatformTools {
H A Dcoreplatformtools.cpp332 return ICorePlatformTools::qtFileDialogNameFilter(nameFilters); in fileDialogNameFilter()
342 return ICorePlatformTools::qtNameFilterPatterns(nameFilter); in getNameFilterPatterns()
/dports/audio/kid3-qt5/kid3-3.8.6/src/core/utils/
H A Dicoreplatformtools.cpp33 ICorePlatformTools::~ICorePlatformTools() in ~ICorePlatformTools()
48 QString ICorePlatformTools::getOpenFileName(QWidget* parent, in getOpenFileName()
70 QString ICorePlatformTools::getSaveFileName(QWidget* parent, in getSaveFileName()
90 QString ICorePlatformTools::getExistingDirectory(QWidget* parent, in getExistingDirectory()
107 QString ICorePlatformTools::qtFileDialogNameFilter( in qtFileDialogNameFilter()
130 QString ICorePlatformTools::qtNameFilterPatterns(const QString& nameFilter) in qtNameFilterPatterns()
H A Dicoreplatformtools.h43 class KID3_CORE_EXPORT ICorePlatformTools {
48 virtual ~ICorePlatformTools();
H A Dcoreplatformtools.h39 class KID3_CORE_EXPORT CorePlatformTools : public ICorePlatformTools {
H A Dcoreplatformtools.cpp332 return ICorePlatformTools::qtFileDialogNameFilter(nameFilters); in fileDialogNameFilter()
342 return ICorePlatformTools::qtNameFilterPatterns(nameFilter); in getNameFilterPatterns()
/dports/audio/kid3-kf5/kid3-3.8.6/src/plugins/kid3qml/
H A Dkid3qmlplugin.h33 class ICorePlatformTools; variable
71 ICorePlatformTools* m_platformTools;
/dports/audio/kid3-qt5/kid3-3.8.6/src/plugins/kid3qml/
H A Dkid3qmlplugin.h33 class ICorePlatformTools; variable
71 ICorePlatformTools* m_platformTools;
/dports/audio/kid3-kf5/kid3-3.8.6/src/app/kde/
H A Dkdeplatformtools.cpp152 return ICorePlatformTools::qtFileDialogNameFilter(nameFilters); in fileDialogNameFilter()
162 return ICorePlatformTools::qtNameFilterPatterns(nameFilter); in getNameFilterPatterns()
/dports/audio/kid3-qt5/kid3-3.8.6/src/app/kde/
H A Dkdeplatformtools.cpp152 return ICorePlatformTools::qtFileDialogNameFilter(nameFilters); in fileDialogNameFilter()
162 return ICorePlatformTools::qtNameFilterPatterns(nameFilter); in getNameFilterPatterns()
/dports/audio/kid3-kf5/kid3-3.8.6/src/core/model/
H A Dkid3application.h69 class ICorePlatformTools; variable
136 explicit Kid3Application(ICorePlatformTools* platformTools,
156 ICorePlatformTools* getPlatformTools() { return m_platformTools; } in getPlatformTools()
1542 ICorePlatformTools* m_platformTools;
H A Dkid3application.cpp192 Kid3Application::Kid3Application(ICorePlatformTools* platformTools, in Kid3Application()
/dports/audio/kid3-qt5/kid3-3.8.6/src/core/model/
H A Dkid3application.h69 class ICorePlatformTools; variable
136 explicit Kid3Application(ICorePlatformTools* platformTools,
156 ICorePlatformTools* getPlatformTools() { return m_platformTools; } in getPlatformTools()
1542 ICorePlatformTools* m_platformTools;
H A Dkid3application.cpp192 Kid3Application::Kid3Application(ICorePlatformTools* platformTools, in Kid3Application()
/dports/audio/kid3-kf5/kid3-3.8.6/src/gui/forms/
H A Diplatformtools.h38 class KID3_GUI_EXPORT IPlatformTools : public ICorePlatformTools {
/dports/audio/kid3-qt5/kid3-3.8.6/src/gui/forms/
H A Diplatformtools.h38 class KID3_GUI_EXPORT IPlatformTools : public ICorePlatformTools {
/dports/audio/kid3-kf5/kid3-3.8.6/src/app/cli/
H A Dmaincli.cpp83 ICorePlatformTools* platformTools = new CorePlatformTools; in main()
/dports/audio/kid3-qt5/kid3-3.8.6/src/app/cli/
H A Dmaincli.cpp83 ICorePlatformTools* platformTools = new CorePlatformTools; in main()