MCPcopy Create free account

hub / github.com/KDE/kid3 / functions

Functions4,084 in github.com/KDE/kid3

↓ 3 callersMethodcopyTags
* Copy tags into copy buffer. * * @param tagMask tag bit (1 for tag 1, 2 for tag 2) */
src/core/model/kid3application.cpp:1963
↓ 3 callersMethodcopyToOtherTag
* Set tag from other tag. * * @param tagMask tag bit (1 for tag 1, 2 for tag 2) */
src/core/model/kid3application.cpp:2003
↓ 3 callersMethoddeleteFrames
src/core/tags/taggedfile.cpp:181
↓ 3 callersMethoddisplayName
! \internal */
src/core/model/filesystemmodel.cpp:879
↓ 3 callersFunctioneditFrame
* Edit selected frame of tag. */
src/core/model/kid3application.h:1771
↓ 3 callersMethodenableAdditionalTags
* Enable fetching of additional tags from this source. * @param enable true to fetch additional tags */
src/core/config/batchimportprofile.h:96
↓ 3 callersMethodenableCoverArt
* Enable fetching of cover art from this source. * @param enable true to fetch cover art */
src/core/config/batchimportprofile.h:108
↓ 3 callersMethodenableStandardTags
* Enable fetching of standard tags from this source. * @param enable true to fetch standard tags */
src/core/config/batchimportprofile.h:84
↓ 3 callersMethodfetchMore
* Fetches any available data. * @param parent parent index of items to fetch */
src/core/model/fileproxymodel.cpp:375
↓ 3 callersMethodfileDialogNameFilter
* 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 callersMethodfilePath
! Returns the path of the item stored in the model under the \a index given. */
src/core/model/filesystemmodel.cpp:1291
↓ 3 callersMethodfindByName
* 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 callersMethodflags
src/gui/dialogs/servertrackimportdialog.cpp:53
↓ 3 callersMethodformatString
* Format a string from tag data. * * @param format format specification * * @return formatted string. */
src/core/model/filefilter.cpp:60
↓ 3 callersFunctiongetApeName
* Get internal name of an APE frame. * * @param frame frame * * @return APE key. */
src/plugins/taglibmetadata/taglibapesupport.cpp:126
↓ 3 callersMethodgetCurrentPosition
* Get the current playback position in milliseconds. * @return time in milliseconds. */
src/gui/forms/audioplayer.cpp:217
↓ 3 callersMethodgetDefaultTextEncoding
* Get the default text encoding. * @return default text encoding. */
src/plugins/taglibmetadata/taglibfile.h:294
↓ 3 callersMethodgetDescription
* Get translated description of notice. * @return description, empty if none. */
src/core/tags/framenotice.cpp:180
↓ 3 callersMethodgetDestination
* Get import destination. * * @return TagV1, TagV2 or TagV2V1 for ID3v1, ID3v2 or both. */
src/gui/dialogs/importdialog.cpp:490
↓ 3 callersMethodgetDirPath
* Get directory path of opened directory. * @return directory path. */
src/core/model/kid3application.cpp:1007
↓ 3 callersMethodgetEditor
! * Get edit widget. * @return editor widget */
src/app/qt/shortcutsdelegate.h:124
↓ 3 callersFunctiongetFieldsFromId3Frame
* 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 callersFunctiongetFieldsFromId3Frame
* 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 callersMethodgetFileCount
* Get number of files in play list. * @return number of files. */
src/gui/forms/audioplayer.cpp:171
↓ 3 callersMethodgetFileExtension
* Get file extension including the dot. * * @param preferFromFilename true to prefer extension from current filename * ov
src/core/tags/trackdata.cpp:478
↓ 3 callersMethodgetFilenameFromTags
* 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 callersMethodgetFrameIds
* 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 callersMethodgetHorizontalResizeModes
* 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 callersFunctiongetId3libFrameIdForType
* 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 callersMethodgetMappings
* Get the start count mappings from the model. * @return star count mappings */
src/core/config/starratingmappingsmodel.cpp:215
↓ 3 callersFunctiongetMp4NameForType
* 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 callersMethodgetNameFilterPatterns
* 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 callersFunctiongetNameForType
* 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 callersMethodgetNextTags
* 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 callersMethodgetOpenFileName
* 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 callersMethodgetRowWithFrameIndex
* 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 callersMethodgetSaveFileName
* 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 callersMethodgetTagFormat
* 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 callersFunctiongetText
* Get exported text. * @return exported text. */
src/core/export/textexporter.h:70
↓ 3 callersMethodgetTrackList
* Request track list from server. * * @param cfg import source configuration * @param cat category * @param id ID */
src/core/import/importclient.cpp:87
↓ 3 callersFunctiongetTypeForName
* 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 callersFunctiongetTypeFromVorbisName
* Get the frame type for a Vorbis name. * * @param name Vorbis tag name * * @return frame type. */
src/plugins/taglibmetadata/taglibutils.cpp:165
↓ 3 callersFunctiongetTypeStringForFrameId
* 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 callersMethodhasError
* Check if an error occurred. * @return true if an error occurred. */
src/core/model/expressionparser.h:92
↓ 3 callersMethodhasError
* Check if an error occurred. * @return true if an error exists. */
src/app/cli/clicommand.h:86
↓ 3 callersFunctionhasTag
* 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 callersFunctionhideFile
Check if file controls are hidden. */
src/core/config/guiconfig.h:214
↓ 3 callersFunctionhideTag
Check if tag controls are hidden. */
src/core/config/guiconfig.h:220
↓ 3 callersMethodiconProvider
* Get icon provider for tagged files. * @return icon provider. */
src/core/utils/coreplatformtools.cpp:74
↓ 3 callersMethodiconProvider
* Get icon provider for tagged files. * @return icon provider. */
src/gui/forms/guiplatformtools.cpp:51
↓ 3 callersMethodinit
src/plugins/taglibmetadata/taglibfile.cpp:965
↓ 3 callersFunctionisCustomFrameTypeOrOther
* 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 callersFunctionisEmpty
* Check if value is empty. * @return true if empty. */
src/core/tags/frame.h:645
↓ 3 callersFunctionisExtraFrame
src/plugins/taglibmetadata/taglibmatroskasupport.cpp:427
↓ 3 callersFunctionisHiddenByFilter
\internal Return true if index which is owned by node is hidden by the filter. */
src/core/model/filesystemmodel_p.h:285
↓ 3 callersFunctionisValidChunkID
src/plugins/taglibmetadata/taglibext/dsdiff/dsdifffile.cpp:65
↓ 3 callersFunctionkid3_cli_path
()
src/test/kid3testsupport.py:12
↓ 3 callersFunctionlanguageCodeByteVector
* 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 callersMethodlaunchCommand
* 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 callersMethodmarkChangedFrames
* Mark changed frames. * @param types frame types to mark */
src/core/model/frametablemodel.cpp:452
↓ 3 callersMethodmerge
* 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 callersMethodmkdir
* Create a directory with @a name in the @a parent model index. * @return index of created directory. */
src/core/model/fileproxymodel.cpp:169
↓ 3 callersFunctionnewFixedUpUnicode
* 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 callersMethodoutputShown
* Check if command output has to be shown. * @return true if command output has to be shown. */
src/core/config/useractionsconfig.h:117
↓ 3 callersMethodparseAlbumResults
* Parse result of album request and populate m_trackDataModel with results. * * @param albumStr album data received */
src/plugins/freedbimport/freedbimporter.cpp:245
↓ 3 callersFunctionparseCredits
* 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 callersMethodparseFindResults
* Process finished findCddbAlbum request. * * @param searchStr search data received */
src/plugins/freedbimport/freedbimporter.cpp:101
↓ 3 callersFunctionparseGenres
* 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 callersMethodpasteFrame
* Paste the selected frame from the copy buffer. * * @return true if frame pasted. */
src/core/model/framelist.cpp:293
↓ 3 callersMethodpasteTags
* 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 callersMethodpeekNext
* Get next item without moving iterator. * @return next index */
src/core/model/modeliterator.cpp:78
↓ 3 callersMethodperformRenameActions
* 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 callersMethodprevious
* Select previous track. */
src/gui/forms/audioplayer.cpp:447
↓ 3 callersMethodprocessIntent
()
android/Kid3Activity.java:233
↓ 3 callersMethodpushBool
* 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 callersFunctionratingTypeName
* 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 callersFunctionremoveAction
Get action for remove. */
src/gui/forms/sectionactions.h:88
↓ 3 callersFunctionremoveArtist
* 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 callersFunctionrenderCharsToByteArray
* 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 callersMethodrevertFileModifications
* Revert file modifications. * Acts on selected files or all files if no file is selected. */
src/core/model/kid3application.cpp:1302
↓ 3 callersMethodroleNames
* Map role identifiers to role property names in scripting languages. * @return hash mapping role identifiers to names. */
src/core/model/fileproxymodel.cpp:81
↓ 3 callersMethodrootPath
! The currently set root path \sa rootDirectory() */
src/core/model/filesystemmodel.cpp:1459
↓ 3 callersMethodsaveConfig
* Save the local settings to the configuration. */
src/gui/forms/kid3form.cpp:1114
↓ 3 callersMethodselectAll
* Select all files. */
src/core/model/scriptinterface.cpp:247
↓ 3 callersMethodselectByName
* 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 callersMethodselectChangedFrames
* Select changed frames in the table. */
src/core/model/frametablemodel.cpp:739
↓ 3 callersMethodsetAdditionalTags
* Set additional tags option. * * @param enable true if additional tags are enabled */
src/gui/dialogs/serverimportdialog.cpp:356
↓ 3 callersMethodsetCustomShortcut
src/app/qt/shortcutsmodel.cpp:448
↓ 3 callersMethodsetFilter
! 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 callersFunctionsetFocusTag
* Set focus on tag controls. */
src/gui/forms/kid3form.h:514
↓ 3 callersMethodsetFromFilenameFormat
src/core/config/fileconfig.cpp:259
↓ 3 callersMethodsetGeometry
src/core/config/mainwindowconfig.cpp:101
↓ 3 callersMethodsetHorizontalResizeModes
* 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 callersMethodsetImportDest
src/core/config/importconfig.cpp:534
↓ 3 callersFunctionsetIndex
* Set index of frame. * @param index index of frame */
src/core/tags/frame.h:603
↓ 3 callersFunctionsetPicture
* 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 callersFunctionsetQuickAccessFrames
* 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 callersMethodsetRequiredAccuracy
* Set required accuracy. * @param accuracy accuracy */
src/core/config/batchimportprofile.h:72
↓ 3 callersMethodsetServerNames
* Set names of import servers. * @param servers server names */
src/gui/dialogs/batchimportdialog.cpp:71
↓ 3 callersMethodsetShortcuts
* Set keyboard shortcuts for section actions. * @param map map of action names to key sequences */
src/gui/forms/sectionactions.cpp:110
← previousnext →401–500 of 4,084, ranked by callers