MCPcopy Create free account

hub / github.com/KDE/kid3 / functions

Functions4,084 in github.com/KDE/kid3

↓ 1 callersMethodtoggleTimeDisplayMode
* Toggle time display mode. */
src/gui/widgets/playtoolbar.cpp:401
↓ 1 callersMethodtokenizeRpn
* Tokenize an expression in reverse polish notation. * * @param expr with strings, operators, not, and, or, (, ). */
src/core/model/expressionparser.cpp:104
↓ 1 callersMethodtrackDataModelToFiles
* Set tagged files of directory from track data model. * * @param tagVersion tags to set */
src/core/model/kid3application.cpp:1653
↓ 1 callersMethodtrackNumberString
* Format track number/total number of tracks with configured digits. * * @param num track number, <= 0 if empty * @param numTracks total number of
src/core/tags/taggedfile.cpp:873
↓ 1 callersMethodtransformToFilename
* Transform string to file name. * The directory part is removed and a file extension added. * @param str string to transform */
src/core/tags/trackdata.cpp:447
↓ 1 callersMethodtryRenameActionsAfterReset
* Reset the file system model and then try to perform the rename actions. * On Windows, renaming directories fails when they have a subdirectory whic
src/core/model/kid3application.cpp:3146
↓ 1 callersMethodtryRenameAfterReset
* Reset the file system model and then try to rename a file. * On Windows, renaming directories fails when they have a subdirectory which * is open
src/core/model/kid3application.cpp:3172
↓ 1 callersMethodundoRevertChangedFilename
* Undo reverted modification of filename. * When writeTags() fails because the file is not writable, the filename is * reverted using revertChangedF
src/core/tags/taggedfile.cpp:253
↓ 1 callersMethodunregisterAction
* Unregister an action. * * @param action action to be removed from model * @param context context of action */
src/app/qt/shortcutsmodel.cpp:295
↓ 1 callersMethodupdateCurrentFilename
* Update the current filename after the file was renamed. */
src/core/tags/taggedfile.cpp:115
↓ 1 callersMethodupdateParameterList
src/app/cli/kid3cli.cpp:85
↓ 1 callersMethodupdateSelectedFiles
* Update the currently selected files from the frame tables. */
src/app/cli/kid3cli.cpp:444
↓ 1 callersMethodupdateText
* Update text from tags. * * @param headerFormat header format * @param trackFormat track format * @param trailerFormat trailer format */
src/core/export/textexporter.cpp:60
↓ 1 callersMethodupdateTextUsingConfig
* Update text from tags using formats from the configuration. * * int fmtIdx index of format */
src/core/export/textexporter.cpp:91
↓ 1 callersFunctionupperCaseFirstLetters
* Uppercase the first characters of each word in a string. * * @param str string with words to uppercase * * @return string with first letters in
src/plugins/musicbrainzimport/musicbrainzimporter.cpp:149
↓ 1 callersMethoduserCommandKeys
* Get keys of available user commands. * @return list of keys, ["qml", "qmlview"]. */
src/plugins/qmlcommand/qmlcommandplugin.cpp:54
↓ 1 callersFunctionvariantToString
* Get string representation of variant. * @param val variant value * @return string representation. */
src/core/tags/frame.cpp:1324
↓ 1 callersFunctionvcedit_supported_stream
src/plugins/oggflacmetadata/vcedit.c:182
↓ 1 callersFunctionvcedit_target_pageout
For the benefit of the secondary header read only. Quietly creates * newlinks and pushes pages onto the buffer in the right way */
src/plugins/oggflacmetadata/vcedit.c:267
↓ 1 callersFunctionvcedit_write
src/plugins/oggflacmetadata/vcedit.c:701
↓ 1 callersMethodversion
src/plugins/taglibmetadata/taglibext/dsf/dsfproperties.cpp:115
↓ 1 callersMethodwarningYesNoList
* Display warning dialog with item list. * @param parent parent widget * @param text text * @param strlist list of items * @param caption caption
src/app/qt/platformtools.cpp:230
↓ 1 callersMethodwasCanceled
* Check if the cancel button was pressed. * @return true if the progress widget was canceled. */
src/gui/widgets/progresswidget.h:114
↓ 1 callersMethodwriteEmptyPlaylist
* Write empty playlist. * @param cfg playlist configuration to use * @param fileName file name for playlist * @return true if ok. */
src/core/model/kid3application.cpp:1515
↓ 1 callersMethodwriteErrorLine
* Write a line to standard error. * @param line line to write */
src/app/cli/kid3cli.cpp:614
↓ 1 callersMethodwriteFile
src/plugins/taglibmetadata/taglibapesupport.cpp:234
↓ 1 callersMethodwriteFileInformation
* Display information about selected files. * @param tagMask tag bits (1 for tag 1, 2 for tag 2) */
src/app/cli/kid3cli.cpp:475
↓ 1 callersMethodwriteFileList
* List files. */
src/app/cli/kid3cli.cpp:543
↓ 1 callersMethodwritePlaylist
* Write playlist according to playlist configuration. * * @param cfg playlist configuration to use * * @return true if ok. */
src/core/model/kid3application.cpp:1444
↓ 1 callersMethodwritePlaylist
* Write playlist according to playlist configuration. * * @param cfg playlist configuration to use * * @return true if ok. */
src/gui/forms/basemainwindow.cpp:774
↓ 1 callersMethodwriteTagMask
* Write currently active tag mask. */
src/app/cli/kid3cli.cpp:521
↓ 1 callersMethodwriteToClipboard
* Write text to clipboard. * @param text text to write * @return true if operation is supported. */
src/core/utils/coreplatformtools.cpp:87
↓ 1 callersMethodwriteToConfig
* Persist configuration. * * @param config configuration */
src/core/config/guiconfig.cpp:62
↓ 1 callersMethodwriteValueToFile
* Save value text to a file. * @param fileName name of data file to save * @return true if saved. */
src/core/tags/frame.cpp:694
MethodAbstractCli
* Constructor. * @param io I/O handler * @param parent parent object */
src/app/cli/abstractcli.cpp:53
MethodAbstractCliFormatter
src/app/cli/abstractcliformatter.cpp:30
MethodAbstractFingerprintDecoder
* Constructor. * @param parent parent object */
src/plugins/acoustidimport/abstractfingerprintdecoder.cpp:33
MethodAbstractListEdit
* Constructor. * * @param itemView item view, e.g. a QListView * @param model item model, e.g. a QStringListModel * @param parent parent widget *
src/gui/widgets/abstractlistedit.cpp:39
MethodAcoustidImportPlugin
! * Constructor. * @param parent parent object */
src/plugins/acoustidimport/acoustidimportplugin.cpp:40
MethodAlbumArtCommand
src/app/cli/clicommand.cpp:807
MethodAlbumListModel
src/core/import/serverimporter.cpp:122
MethodAmazonConfig
* Constructor. */
src/plugins/amazonimport/amazonconfig.cpp:35
MethodAmazonImportPlugin
! * Constructor. * @param parent parent object */
src/plugins/amazonimport/amazonimportplugin.cpp:40
MethodAmazonImporter
* Constructor. * * @param netMgr network access manager * @param trackDataModel track data to be filled with imported values */
src/plugins/amazonimport/amazonimporter.cpp:56
MethodAndroidUtils
src/core/utils/androidutils.cpp:41
MethodAttributeData
* Constructor. * * @param name owner of Windows media PRIV frame */
src/core/tags/attributedata.cpp:35
MethodAudioPlayer
* Constructor. * * @param app parent application */
src/gui/forms/audioplayer.cpp:107
MethodBaseImpl
src/plugins/discogsimport/discogsimporter.cpp:730
MethodBaseMainWindow
* Constructor. * * @param mainWin main window * @param platformTools platform specific tools * @param app application context */
src/gui/forms/basemainwindow.cpp:1828
MethodBaseMainWindowImpl
* Constructor. * * @param mainWin main window widget * @param platformTools platform specific tools * @param app application context */
src/gui/forms/basemainwindow.cpp:104
MethodBatchImportCommand
src/app/cli/clicommand.cpp:719
MethodBatchImportConfig
* Constructor. */
src/core/config/batchimportconfig.cpp:38
MethodBatchImportDialog
* Constructor. * * @param importers server importers * @param parent parent widget */
src/gui/dialogs/batchimportdialog.cpp:156
MethodBatchImportSourceDialog
* Constructor. * @param parent parent widget */
src/gui/dialogs/batchimportsourcedialog.cpp:40
MethodBatchImportSourceListEdit
* Constructor. * * @param model item model, e.g. a QStringListModel * @param parent parent widget */
src/gui/dialogs/batchimportdialog.cpp:98
MethodBatchImportSourcesModel
* Constructor. * @param parent parent widget */
src/core/config/batchimportsourcesmodel.cpp:43
MethodBatchImporter
* Constructor. * @param netMgr network access manager */
src/core/import/batchimporter.cpp:48
MethodBiDirFileProxyModelIterator
* Constructor. * * @param model file proxy model * @param parent parent object */
src/core/model/bidirfileproxymodeliterator.cpp:37
MethodBinFieldControl
* Constructor. * @param platformTools platform tools * @param app application context * @param field field to edit * @param frame
src/gui/dialogs/editframefieldsdialog.cpp:723
FunctionBoolFieldControl
* Constructor. * @param field field to edit */
src/gui/dialogs/editframefieldsdialog.cpp:658
MethodBrowseCoverArtDialog
* Constructor. * * @param app application context * @param parent parent widget */
src/gui/dialogs/browsecoverartdialog.cpp:77
MethodBrowserDialog
* Constructor. * * @param parent parent widget * @param caption dialog title */
src/app/qt/browserdialog.cpp:48
MethodCdCommand
src/app/cli/clicommand.cpp:467
MethodChapterEditor
* Constructor. * * @param parent parent widget */
src/gui/widgets/chaptereditor.cpp:38
MethodChapterFieldControl
* Constructor. * @param field field to edit */
src/gui/dialogs/editframefieldsdialog.cpp:1062
MethodCheckableListModel
src/plugins/kid3qml/checkablelistmodel.cpp:30
MethodCheckableStringListModel
* Constructor. * @param parent parent widget */
src/core/model/checkablestringlistmodel.cpp:33
MethodCliCommand
* Constructor. * @param processor command line processor * @param name name with which command is invoked * @param help help text for command * @p
src/app/cli/clicommand.cpp:265
MethodCodec
src/plugins/acoustidimport/ffmpegfingerprintdecoder.cpp:116
MethodComboBoxDelegate
* Constructor. * @param parent parent object */
src/gui/widgets/comboboxdelegate.cpp:34
MethodCommandFormatReplacer
* Constructor. * * @param frames frame collection * @param str string with format codes * @param files file list * @param isDir true if dire
src/core/model/commandformatreplacer.cpp:44
MethodCommandsTableModel
* Constructor. * @param parent parent widget */
src/core/model/commandstablemodel.cpp:44
MethodCommentField
Constructor. */
src/plugins/oggflacmetadata/oggfile.hpp:206
MethodCommentList
Constructor. */
src/plugins/oggflacmetadata/oggfile.hpp:234
MethodConfigCommand
src/app/cli/clicommand.cpp:1282
MethodConfigDialog
* Constructor. * * @param platformTools platform specific tools * @param parent parent widget * @param caption dialog title * @param shortcutsMo
src/app/qt/configdialog.cpp:57
MethodConfigDialogPages
* Constructor. */
src/gui/dialogs/configdialogpages.cpp:133
MethodConfigObjects
src/plugins/kid3qml/configobjects.cpp:45
MethodConfigStore
* Constructor. * @param config application settings */
src/core/config/configstore.cpp:59
MethodConfigTable
* Constructor. * * @param model item model * @param parent parent widget */
src/gui/widgets/configtable.cpp:38
MethodConfigTableModel
* Constructor. * @param parent parent widget */
src/core/model/configtablemodel.cpp:34
MethodConfigurableTreeView
* Constructor. * @param parent parent widget */
src/gui/forms/configurabletreeview.cpp:39
MethodConverter
src/plugins/acoustidimport/ffmpegfingerprintdecoder.cpp:340
MethodCopyCommand
src/app/cli/clicommand.cpp:1243
MethodCorePlatformTools
* Constructor. */
src/core/utils/coreplatformtools.cpp:38
MethodCoreTaggedFileIconProvider
* Constructor. */
src/core/model/coretaggedfileiconprovider.cpp:35
MethodDSDIFFFile
src/plugins/taglibmetadata/taglibext/dsdiff/dsdifffile.cpp:146
MethodDSDIFFProperties
src/plugins/taglibmetadata/taglibext/dsdiff/dsdiffproperties.cpp:57
MethodDSFFile
src/plugins/taglibmetadata/taglibext/dsf/dsffile.cpp:125
MethodDSFHeader
src/plugins/taglibmetadata/taglibext/dsf/dsfheader.cpp:65
MethodDSFProperties
src/plugins/taglibmetadata/taglibext/dsf/dsfproperties.cpp:68
MethodDateTimeValidator
src/gui/widgets/frameitemdelegate.cpp:115
MethodDetailInfo
* Constructor. */
src/core/tags/taggedfile.cpp:1251
MethodDirNameFormatReplacer
src/core/model/dirrenamer.cpp:177
MethodDirNameFormatReplacer
src/core/model/dirrenamer.cpp:187
MethodDirProxyModel
* Constructor. * * @param parent parent object */
src/core/model/dirproxymodel.cpp:36
MethodDirRenamer
* Constructor. * @param parent parent object */
src/core/model/dirrenamer.cpp:233
MethodDiscogsConfig
* Constructor. */
src/plugins/discogsimport/discogsconfig.cpp:35
MethodDiscogsImportPlugin
! * Constructor. * @param parent parent object */
src/plugins/discogsimport/discogsimportplugin.cpp:40
MethodDiscogsImporter
* Constructor. * * @param netMgr network access manager * @param trackDataModel track data to be filled with imported values */
src/plugins/discogsimport/discogsimporter.cpp:1505
← previousnext →1,401–1,500 of 4,084, ranked by callers