Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kid3
/ functions
Functions
4,084 in github.com/KDE/kid3
⨍
Functions
4,084
◇
Types & classes
917
↓ 3 callers
Method
copyTags
* Copy tags into copy buffer. * * @param tagMask tag bit (1 for tag 1, 2 for tag 2) */
src/core/model/kid3application.cpp:1963
↓ 3 callers
Method
copyToOtherTag
* Set tag from other tag. * * @param tagMask tag bit (1 for tag 1, 2 for tag 2) */
src/core/model/kid3application.cpp:2003
↓ 3 callers
Method
deleteFrames
src/core/tags/taggedfile.cpp:181
↓ 3 callers
Method
displayName
! \internal */
src/core/model/filesystemmodel.cpp:879
↓ 3 callers
Function
editFrame
* Edit selected frame of tag. */
src/core/model/kid3application.h:1771
↓ 3 callers
Method
enableAdditionalTags
* Enable fetching of additional tags from this source. * @param enable true to fetch additional tags */
src/core/config/batchimportprofile.h:96
↓ 3 callers
Method
enableCoverArt
* Enable fetching of cover art from this source. * @param enable true to fetch cover art */
src/core/config/batchimportprofile.h:108
↓ 3 callers
Method
enableStandardTags
* Enable fetching of standard tags from this source. * @param enable true to fetch standard tags */
src/core/config/batchimportprofile.h:84
↓ 3 callers
Method
fetchMore
* Fetches any available data. * @param parent parent index of items to fetch */
src/core/model/fileproxymodel.cpp:375
↓ 3 callers
Method
fileDialogNameFilter
* Construct a name filter string suitable for file dialogs. * @param nameFilters list of description, filter pairs, e.g. * [("Images", "*.jpg *.jpeg
src/app/qt/platformtools.cpp:177
↓ 3 callers
Method
filePath
! Returns the path of the item stored in the model under the \a index given. */
src/core/model/filesystemmodel.cpp:1291
↓ 3 callers
Method
findByName
* Find a frame by name. * * @param name the name of the frame to find, if the exact name is not * found, a case-insensitive search fo
src/core/tags/frame.cpp:1592
↓ 3 callers
Method
flags
src/gui/dialogs/servertrackimportdialog.cpp:53
↓ 3 callers
Method
formatString
* Format a string from tag data. * * @param format format specification * * @return formatted string. */
src/core/model/filefilter.cpp:60
↓ 3 callers
Function
getApeName
* Get internal name of an APE frame. * * @param frame frame * * @return APE key. */
src/plugins/taglibmetadata/taglibapesupport.cpp:126
↓ 3 callers
Method
getCurrentPosition
* Get the current playback position in milliseconds. * @return time in milliseconds. */
src/gui/forms/audioplayer.cpp:217
↓ 3 callers
Method
getDefaultTextEncoding
* Get the default text encoding. * @return default text encoding. */
src/plugins/taglibmetadata/taglibfile.h:294
↓ 3 callers
Method
getDescription
* Get translated description of notice. * @return description, empty if none. */
src/core/tags/framenotice.cpp:180
↓ 3 callers
Method
getDestination
* Get import destination. * * @return TagV1, TagV2 or TagV2V1 for ID3v1, ID3v2 or both. */
src/gui/dialogs/importdialog.cpp:490
↓ 3 callers
Method
getDirPath
* Get directory path of opened directory. * @return directory path. */
src/core/model/kid3application.cpp:1007
↓ 3 callers
Method
getEditor
! * Get edit widget. * @return editor widget */
src/app/qt/shortcutsdelegate.h:124
↓ 3 callers
Function
getFieldsFromId3Frame
* Get the fields from an ID3v2 tag. * * @param id3Frame frame * @param fields the fields are appended to this list * * @return text representat
src/plugins/id3libmetadata/mp3file.cpp:1261
↓ 3 callers
Function
getFieldsFromId3Frame
* Get the fields from an ID3v2 tag. * * @param frame frame * @param fields the fields are appended to this list * @param type frame type * *
src/plugins/taglibmetadata/taglibmpegsupport.cpp:1300
↓ 3 callers
Method
getFileCount
* Get number of files in play list. * @return number of files. */
src/gui/forms/audioplayer.cpp:171
↓ 3 callers
Method
getFileExtension
* Get file extension including the dot. * * @param preferFromFilename true to prefer extension from current filename * ov
src/core/tags/trackdata.cpp:478
↓ 3 callers
Method
getFilenameFromTags
* Set filename according to tags. * If a single file is selected the tags in the GUI controls * are used, else the tags in the multiple selected fil
src/core/model/kid3application.cpp:2097
↓ 3 callers
Method
getFrameIds
* Get a list of frame IDs which can be added. * @param tagNr tag number * @return list with frame IDs. */
src/plugins/mp4v2metadata/m4afile.cpp:1565
↓ 3 callers
Method
getHorizontalResizeModes
* Get the resize modes to be used for the columns. * @return list of resize modes for the columns */
src/core/model/configtablemodel.cpp:179
↓ 3 callers
Function
getId3libFrameIdForType
* Get id3lib frame ID for frame type. * * @param type frame type * * @return id3lib frame ID or ID3FID_NOFRAME if type not found. */
src/plugins/id3libmetadata/mp3file.cpp:1024
↓ 3 callers
Method
getMappings
* Get the start count mappings from the model. * @return star count mappings */
src/core/config/starratingmappingsmodel.cpp:215
↓ 3 callers
Function
getMp4NameForType
* Get MP4 name and value type for a frame type. * * @param type frame type * @param name the MP4 name is returned here * @param value the MP4 va
src/plugins/taglibmetadata/taglibmp4support.cpp:166
↓ 3 callers
Method
getNameFilterPatterns
* Get file pattern part of m_nameFilter. * @param nameFilter name filter string * @return file patterns, e.g. "*.mp3". */
src/core/utils/coreplatformtools.cpp:342
↓ 3 callers
Function
getNameForType
* Get the predefined field name for a type. * * @param type frame type * * @return field name, QString::null if not defined. */
src/plugins/mp4v2metadata/m4afile.cpp:178
↓ 3 callers
Method
getNextTags
* Get next line as frames from imported file or clipboard. * * @param frames frames * @param start true to start with the first line, false for all
src/core/import/textimporter.cpp:160
↓ 3 callers
Method
getOpenFileName
* Display dialog to select an existing file. * @param parent parent widget * @param caption caption * @param dir directory * @param filter filter
src/app/qt/platformtools.cpp:246
↓ 3 callers
Method
getRowWithFrameIndex
* Get row with frame with a specific frame index. * @param index frame index * @return row number, -1 if not found. */
src/core/model/frametablemodel.cpp:521
↓ 3 callers
Method
getSaveFileName
* Display dialog to select a file to save. * @param parent parent widget * @param caption caption * @param dir directory * @param filter filter *
src/app/qt/platformtools.cpp:279
↓ 3 callers
Method
getTagFormat
* Get the format of tag. * * @param tagNr tag number * @return string describing format of tag 1, * e.g. "ID3v1.1", "ID3v2.3", "Vorbis", "
src/core/tags/trackdata.cpp:387
↓ 3 callers
Function
getText
* Get exported text. * @return exported text. */
src/core/export/textexporter.h:70
↓ 3 callers
Method
getTrackList
* Request track list from server. * * @param cfg import source configuration * @param cat category * @param id ID */
src/core/import/importclient.cpp:87
↓ 3 callers
Function
getTypeForName
* Get the type for a predefined field name. * * @param name field name * @param onlyPredefined if true, FT_Unknown is returned for fields
src/plugins/mp4v2metadata/m4afile.cpp:216
↓ 3 callers
Function
getTypeFromVorbisName
* Get the frame type for a Vorbis name. * * @param name Vorbis tag name * * @return frame type. */
src/plugins/taglibmetadata/taglibutils.cpp:165
↓ 3 callers
Function
getTypeStringForFrameId
* Get type and description of frame. * * @param id ID of frame * @param type the type is returned here * @param str the description is returned
src/plugins/taglibmetadata/taglibmpegsupport.cpp:582
↓ 3 callers
Method
hasError
* Check if an error occurred. * @return true if an error occurred. */
src/core/model/expressionparser.h:92
↓ 3 callers
Method
hasError
* Check if an error occurred. * @return true if an error exists. */
src/app/cli/clicommand.h:86
↓ 3 callers
Function
hasTag
* Check if any of the selected files has a tag. * @param tagNr tag number * @return true if any of the selected files has a tag. */
src/core/model/taggedfileselection.h:121
↓ 3 callers
Function
hideFile
Check if file controls are hidden. */
src/core/config/guiconfig.h:214
↓ 3 callers
Function
hideTag
Check if tag controls are hidden. */
src/core/config/guiconfig.h:220
↓ 3 callers
Method
iconProvider
* Get icon provider for tagged files. * @return icon provider. */
src/core/utils/coreplatformtools.cpp:74
↓ 3 callers
Method
iconProvider
* Get icon provider for tagged files. * @return icon provider. */
src/gui/forms/guiplatformtools.cpp:51
↓ 3 callers
Method
init
src/plugins/taglibmetadata/taglibfile.cpp:965
↓ 3 callers
Function
isCustomFrameTypeOrOther
* Check if a frame type is a custom frame or FT_Other * @param type frame type * @return true if @a type is a custom frame type or FT_Other.
src/core/tags/frame.h:132
↓ 3 callers
Function
isEmpty
* Check if value is empty. * @return true if empty. */
src/core/tags/frame.h:645
↓ 3 callers
Function
isExtraFrame
src/plugins/taglibmetadata/taglibmatroskasupport.cpp:427
↓ 3 callers
Function
isHiddenByFilter
\internal Return true if index which is owned by node is hidden by the filter. */
src/core/model/filesystemmodel_p.h:285
↓ 3 callers
Function
isValidChunkID
src/plugins/taglibmetadata/taglibext/dsdiff/dsdifffile.cpp:65
↓ 3 callers
Function
kid3_cli_path
()
src/test/kid3testsupport.py:12
↓ 3 callers
Function
languageCodeByteVector
* Convert a string to a language code byte vector. * * @param str string containing language code. * * @return 3 byte vector with language code.
src/plugins/taglibmetadata/taglibmpegsupport.cpp:1392
↓ 3 callers
Method
launchCommand
* Launch a command. * * @param name display name * @param args command and arguments * @param showOutput true to show output of proces
src/core/model/externalprocess.cpp:82
↓ 3 callers
Method
markChangedFrames
* Mark changed frames. * @param types frame types to mark */
src/core/model/frametablemodel.cpp:452
↓ 3 callers
Method
merge
* Copy frames which are empty or inactive from other frames. * This can be used to merge two frame collections. * * @param frames other frames */
src/core/tags/frame.cpp:1500
↓ 3 callers
Method
mkdir
* Create a directory with @a name in the @a parent model index. * @return index of created directory. */
src/core/model/fileproxymodel.cpp:169
↓ 3 callers
Function
newFixedUpUnicode
* Allocate a fixed up a unicode string for id3lib. * * @param text string * * @return new allocated unicode string, has to be freed with delete []
src/plugins/id3libmetadata/mp3file.cpp:460
↓ 3 callers
Method
outputShown
* Check if command output has to be shown. * @return true if command output has to be shown. */
src/core/config/useractionsconfig.h:117
↓ 3 callers
Method
parseAlbumResults
* Parse result of album request and populate m_trackDataModel with results. * * @param albumStr album data received */
src/plugins/freedbimport/freedbimporter.cpp:245
↓ 3 callers
Function
parseCredits
* Set tags from an XML node with a relation list. * * @param relationList relation-list with target-type Artist * @param frames tags will be
src/plugins/musicbrainzimport/musicbrainzimporter.cpp:195
↓ 3 callers
Method
parseFindResults
* Process finished findCddbAlbum request. * * @param searchStr search data received */
src/plugins/freedbimport/freedbimporter.cpp:101
↓ 3 callers
Function
parseGenres
* Get genres from an XML node with a genre-list. * @param element XML node which could have a genre-list * @return genres separated by frame string
src/plugins/musicbrainzimport/musicbrainzimporter.cpp:276
↓ 3 callers
Method
pasteFrame
* Paste the selected frame from the copy buffer. * * @return true if frame pasted. */
src/core/model/framelist.cpp:293
↓ 3 callers
Method
pasteTags
* Paste from copy buffer to tags. * * @param tagMask tag bit (1 for tag 1, 2 for tag 2) */
src/core/model/kid3application.cpp:1979
↓ 3 callers
Method
peekNext
* Get next item without moving iterator. * @return next index */
src/core/model/modeliterator.cpp:78
↓ 3 callers
Method
performRenameActions
* Perform rename actions and change application directory afterwards if it * was renamed. * * @return error messages, null string if no error occur
src/core/model/kid3application.cpp:3129
↓ 3 callers
Method
previous
* Select previous track. */
src/gui/forms/audioplayer.cpp:447
↓ 3 callers
Method
processIntent
()
android/Kid3Activity.java:233
↓ 3 callers
Method
pushBool
* Push a boolean to the variable stack. * Can be used to push the result of the operation returned by * evaluate() back onto the variable stack. *
src/core/model/expressionparser.cpp:212
↓ 3 callers
Function
ratingTypeName
* Get the internal rating frame name with optional field. * @param frame frame containing rating * @param taggedFile optional taggedFile to be used
src/core/model/kid3application.cpp:192
↓ 3 callers
Function
removeAction
Get action for remove. */
src/gui/forms/sectionactions.h:88
↓ 3 callers
Function
removeArtist
* Remove artist part from album string. * This is used when only the album is needed, but the regexp in * getTagsFromFilename() matched a "artist -
src/core/tags/taggedfile.cpp:424
↓ 3 callers
Function
renderCharsToByteArray
* Copy characters into a byte array. * * @param str source string * @param data destination byte array * @param index index of first byte in da
src/core/tags/pictureframe.cpp:712
↓ 3 callers
Method
revertFileModifications
* Revert file modifications. * Acts on selected files or all files if no file is selected. */
src/core/model/kid3application.cpp:1302
↓ 3 callers
Method
roleNames
* Map role identifiers to role property names in scripting languages. * @return hash mapping role identifiers to names. */
src/core/model/fileproxymodel.cpp:81
↓ 3 callers
Method
rootPath
! The currently set root path \sa rootDirectory() */
src/core/model/filesystemmodel.cpp:1459
↓ 3 callers
Method
saveConfig
* Save the local settings to the configuration. */
src/gui/forms/kid3form.cpp:1114
↓ 3 callers
Method
selectAll
* Select all files. */
src/core/model/scriptinterface.cpp:247
↓ 3 callers
Method
selectByName
* Select a frame with a given name. * * @param name name of frame * @param index index within multiple frames with given @a name * * @return true
src/core/model/framelist.cpp:113
↓ 3 callers
Method
selectChangedFrames
* Select changed frames in the table. */
src/core/model/frametablemodel.cpp:739
↓ 3 callers
Method
setAdditionalTags
* Set additional tags option. * * @param enable true if additional tags are enabled */
src/gui/dialogs/serverimportdialog.cpp:356
↓ 3 callers
Method
setCustomShortcut
src/app/qt/shortcutsmodel.cpp:448
↓ 3 callers
Method
setFilter
! Sets the directory model's filter to that specified by \a filters. Note that the filter you set should always include the QDir::AllDirs enu
src/core/model/filesystemmodel.cpp:1512
↓ 3 callers
Function
setFocusTag
* Set focus on tag controls. */
src/gui/forms/kid3form.h:514
↓ 3 callers
Method
setFromFilenameFormat
src/core/config/fileconfig.cpp:259
↓ 3 callers
Method
setGeometry
src/core/config/mainwindowconfig.cpp:101
↓ 3 callers
Method
setHorizontalResizeModes
* Set the resize modes to be used for the columns. * @param resizeModes list of resize modes for the columns */
src/gui/widgets/configtable.cpp:53
↓ 3 callers
Method
setImportDest
src/core/config/importconfig.cpp:534
↓ 3 callers
Function
setIndex
* Set index of frame. * @param index index of frame */
src/core/tags/frame.h:603
↓ 3 callers
Function
setPicture
* Set the picture block with the picture frame. * * @param frame frame to get * @param pic picture block to set * * @return true if ok. */
src/plugins/oggflacmetadata/flacfile.cpp:73
↓ 3 callers
Function
setQuickAccessFrames
* Set mask containing the bits of all frame types which shall be used as * quick access frames. * @param mask bit mask with bits for quick acces
src/core/tags/frame.h:1302
↓ 3 callers
Method
setRequiredAccuracy
* Set required accuracy. * @param accuracy accuracy */
src/core/config/batchimportprofile.h:72
↓ 3 callers
Method
setServerNames
* Set names of import servers. * @param servers server names */
src/gui/dialogs/batchimportdialog.cpp:71
↓ 3 callers
Method
setShortcuts
* Set keyboard shortcuts for section actions. * @param map map of action names to key sequences */
src/gui/forms/sectionactions.cpp:110
← previous
next →
401–500 of 4,084, ranked by callers