MCPcopy Create free account

hub / github.com/KDE/kid3 / functions

Functions4,084 in github.com/KDE/kid3

↓ 2 callersFunctiongetDirName
* Get directory name. * The directory name should be initialized with the value of * Kid3Application::getDirName() before performActions() is st
src/core/model/dirrenamer.h:146
↓ 2 callersFunctiongetDownloadImageDestination
* Get image destination set by downloadImage(). * @return image destination. */
src/core/model/kid3application.h:774
↓ 2 callersFunctiongetFieldsFromEtcoFrame
* Get the fields from an event timing codes frame. * * @param etcoFrame event timing codes frame * @param fields the fields are appended to this li
src/plugins/taglibmetadata/taglibmpegsupport.cpp:962
↓ 2 callersFunctiongetFieldsFromSyltFrame
* Get the fields from a synchronized lyrics frame. * * @param syltFrame synchronized lyrics frame * @param fields the fields are appended to this l
src/plugins/taglibmetadata/taglibmpegsupport.cpp:913
↓ 2 callersMethodgetFileExtension
* Get file extension including the dot. * * @return file extension ".mp3". */
src/plugins/taglibmetadata/taglibfile.cpp:566
↓ 2 callersMethodgetFileName
* Get path of current file. * @return file name. */
src/gui/forms/audioplayer.cpp:180
↓ 2 callersMethodgetFilenameWords
* Get words of file name. * @return lower case words found in file name. */
src/core/tags/trackdata.cpp:556
↓ 2 callersMethodgetFrameValue
* Get value of frame for frames without a field list. * First getUpdatedFieldList() has to be called, if the returned field list * is empty, the fra
src/gui/dialogs/editframefieldsdialog.cpp:1603
↓ 2 callersFunctiongetGenreNum
* Get genre. * * @param tag ID3 tag * @return number, * 0xff if the field does not exist, * -1 if the tags do not exist. */
src/plugins/id3libmetadata/mp3file.cpp:426
↓ 2 callersFunctiongetGenreString
* Get a genre string from a string which can contain the genre itself, * or only the genre number or the genre number in parentheses. * * @param st
src/plugins/taglibmetadata/taglibfile.cpp:384
↓ 2 callersMethodgetIconProvider
* Get icon provider. * @return icon provider. */
src/core/model/fileproxymodel.cpp:814
↓ 2 callersFunctiongetId3v2Frame
* Get ID3v2 frame by index. * * @param tag ID3v2 tag * @param index index * * @return frame, 0 if index invalid. */
src/plugins/id3libmetadata/mp3file.cpp:1331
↓ 2 callersFunctiongetIndex
* Get index of frame. * @return index. */
src/core/tags/frame.h:597
↓ 2 callersFunctiongetInfoName
* Get internal name of an INFO frame. * * @param frame frame * * @return INFO id, "IKEY" if not found. */
src/plugins/taglibmetadata/taglibriffsupport.cpp:178
↓ 2 callersFunctiongetItemsFromComboBox
* Get the items from a combo box. * * @param comboBox combo box * * @return item texts from combo box. */
src/gui/forms/kid3form.cpp:217
↓ 2 callersFunctiongetLowerCaseWords
* Get lower case words found in string. * @return lower case words. */
src/core/tags/trackdata.cpp:527
↓ 2 callersMethodgetMap
* Get map from the model. * @return list with keys and values */
src/core/model/configtablemodel.cpp:215
↓ 2 callersFunctiongetMatroskaName
src/plugins/taglibmetadata/taglibmatroskasupport.cpp:153
↓ 2 callersFunctiongetMp4ItemForFrame
* Get an MP4 item for a frame. * * @param frame frame * @param name the name for the item is returned here * * @return MP4 item, an invalid item
src/plugins/taglibmetadata/taglibmp4support.cpp:346
↓ 2 callersMethodgetName
* Get name. * @return name. */
src/core/config/batchimportprofile.h:53
↓ 2 callersFunctiongetPropertyName
src/plugins/taglibmetadata/taglibgenericsupport.cpp:131
↓ 2 callersFunctiongetPropertyNameFromType
* Get name of frame from type. * * @param type type * * @return name. */
src/plugins/taglibmetadata/taglibgenericsupport.cpp:45
↓ 2 callersMethodgetSelectedName
* Get the name of the selected frame. * * @return name, QString::null if nothing selected. */
src/core/model/framelist.cpp:98
↓ 2 callersMethodgetSortByColumn
* Get sort column and order. * This method returns the values which can be set with sortByColumn(). * * @param column the logical index of the sort
src/gui/forms/configurabletreeview.cpp:370
↓ 2 callersMethodgetSource
* Fill batch import source from dialog controls. * @param source batch import source to be filled */
src/gui/dialogs/batchimportsourcedialog.cpp:103
↓ 2 callersMethodgetStandardTags
* Get standard tags option. * * @return true if standard tags are enabled. */
src/gui/dialogs/serverimportdialog.cpp:319
↓ 2 callersMethodgetTagsFromFilename
* Set tags according to filename. * * @param tagMask tag bit (1 for tag 1, 2 for tag 2) */
src/core/model/kid3application.cpp:2065
↓ 2 callersMethodgetTagsFromFilename
* Get tags from filename. * Supported formats: * album/track - artist - song * artist - album/track song * /artist - album - track - song * album
src/core/tags/taggedfile.cpp:454
↓ 2 callersFunctiongetTextEncodingConfig
* Get the configured text encoding. * * @param unicode true if unicode is required * * @return text encoding. */
src/plugins/taglibmetadata/taglibmpegsupport.cpp:358
↓ 2 callersMethodgetTimeDifference
* Get the difference between the imported duration and the track's duration. * @return absolute value of time difference in seconds, -1 if not availa
src/core/tags/trackdata.cpp:510
↓ 2 callersMethodgetTimeout
* Get timeout value. * @return timeout in ms, 0 to use defaults, -1 to switch off. */
src/app/cli/kid3cli.h:183
↓ 2 callersFunctiongetTitle
* Get title. * * @return title, QString::null if not found. */
src/core/tags/frame.h:1216
↓ 2 callersMethodgetTitleWords
* Get words of title. * @return lower case words found in title. */
src/core/tags/trackdata.cpp:569
↓ 2 callersMethodgetTotalNumberOfTracksIfEnabled
* Get the total number of tracks if it is enabled. * * @return total number of tracks, * -1 if disabled or unavailable. */
src/core/tags/taggedfile.cpp:859
↓ 2 callersMethodgetTotalNumberOfTracksInDir
* Get the total number of tracks in the directory. * * @return total number of tracks, -1 if unavailable. */
src/core/tags/trackdata.cpp:499
↓ 2 callersFunctiongetTrackNum
* Get track. * * @param tag ID3 tag * @return number, * 0 if the field does not exist, * -1 if the tags do not exist. */
src/plugins/id3libmetadata/mp3file.cpp:406
↓ 2 callersFunctiongetTypeFromApeName
* Get the frame type for an APE name. * * @param name APE tag name * * @return frame type. */
src/plugins/taglibmetadata/taglibapesupport.cpp:156
↓ 2 callersFunctiongetTypeFromInfoName
* Get the frame type for an INFO name. * * @param id INFO tag name * * @return frame type. */
src/plugins/taglibmetadata/taglibriffsupport.cpp:144
↓ 2 callersFunctiongetTypeFromMatroskaName
* Get the frame type for a Matroska name. * * @param name Matroska simple tag name * @param targetType Matroska target type value * * @return fra
src/plugins/taglibmetadata/taglibmatroskasupport.cpp:138
↓ 2 callersFunctiongetTypeFromPropertyName
* Get the frame type for a property name. * * @param name property key * * @return frame type. */
src/plugins/taglibmetadata/taglibgenericsupport.cpp:114
↓ 2 callersFunctiongetTypeFromVorbisName
* Get the frame type for a Vorbis name. * * @param name Vorbis tag name * * @return frame type. */
src/plugins/oggflacmetadata/oggfile.cpp:438
↓ 2 callersFunctiongetTypeStringForId3libFrameId
* Get type and description of frame. * * @param id ID of frame * @param type the type is returned here * @param str the description is returned h
src/plugins/id3libmetadata/mp3file.cpp:1009
↓ 2 callersMethodgetValues
* Get start and end time of chapter. * @param startTimeMs the start time in ms is returned here * @param endTimeMs the end time in ms is returned he
src/gui/widgets/chaptereditor.cpp:90
↓ 2 callersMethodgetVisibleColumns
* Get visible columns. * @return logical indexes of visible columns. */
src/gui/forms/configurabletreeview.cpp:245
↓ 2 callersFunctiongetVorbisName
* Get internal name of a Vorbis frame. * * @param frame frame * * @return Vorbis key. */
src/plugins/oggflacmetadata/oggfile.cpp:464
↓ 2 callersMethodhasAggregatedCodes
* Check if aggregated codes are used. * @return true if aggregated codes have been added using addValue(). */
src/core/model/dirrenamer.cpp:70
↓ 2 callersMethodhasAllFilesAccess
()
android/Kid3Activity.java:185
↓ 2 callersMethodhasTag
* Check if file has an ID3v1 tag. * * @return true if a V1 tag is available. * @see isTagInformationRead() */
src/core/tags/taggedfile.cpp:199
↓ 2 callersMethodheaderData
* Get data for header section. * @param section column or row * @param orientation horizontal or vertical * @param role item data role * @return h
src/core/model/timeeventmodel.cpp:116
↓ 2 callersMethodheaderData
* Get data for header section. * @param section column or row * @param orientation horizontal or vertical * @param role item data role * @return h
src/app/qt/shortcutsmodel.cpp:182
↓ 2 callersMethodhideTag
* Hide or show tag controls. * @param tagNr tag number * @param hide true to hide, false to show */
src/gui/forms/kid3form.cpp:938
↓ 2 callersMethodiconFromTheme
* Get a themed icon by name. * @param name name of icon * @return icon. */
src/app/qt/platformtools.cpp:165
↓ 2 callersMethodimportFromTagsToSelection
* Import from tags on selected files. * * @param tagMask tag mask * @param source format to get source text from tags * @param extraction regular
src/core/model/kid3application.cpp:1394
↓ 2 callersMethodimportTags
* Import. * * @param tagMask tag mask * @param path path of file, "clipboard" for import from clipboard * @param fmtIdx index of format * *
src/core/model/kid3application.cpp:1338
↓ 2 callersMethodinit
! \internal */
src/core/model/filesystemmodel.cpp:1983
↓ 2 callersMethodinitParser
* Initialize the parser. * This method has to be called before the first call to parse() * and afterwards when the expression has been changed. */
src/core/model/filefilter.cpp:48
↓ 2 callersMethodinitUserActions
* Init the user actions for the context menu. */
src/gui/forms/filelist.cpp:313
↓ 2 callersMethodinitialize
* Initialize processor. * This method can be used to initialize the processor before it is used. */
src/core/model/iusercommandprocessor.cpp:43
↓ 2 callersMethodinitializeColumnWidthsFromContents
* Initialize custom column widths from contents if not yet valid. * @param minimumWidth minimum width for column, -1 if not used * @return size of f
src/gui/forms/configurabletreeview.cpp:311
↓ 2 callersMethodisCustomShortcutActive
src/app/qt/shortcutsmodel.h:234
↓ 2 callersMethodisDefault
* Returns whether the current state of the dialog is * the same as the default configuration. * @return false */
src/app/kde/kdeconfigdialog.cpp:107
↓ 2 callersFunctionisDir
src/core/model/filesystemmodel_p.h:147
↓ 2 callersMethodisDirectoryCounterResetEnabled
* Check if counter has to be reset for each directory. * @return true if enabled. */
src/gui/dialogs/numbertracksdialog.cpp:214
↓ 2 callersMethodisEmptyOrInactive
* Check if the standard tags are empty or inactive. * * @return true if empty or inactive. */
src/core/tags/frame.cpp:1523
↓ 2 callersFunctionisFrameIdValid
* Check if an ID3v2.4.0 frame ID is valid. * * @param frameId frame ID (4 characters) * * @return true if frame ID is valid. */
src/plugins/taglibmetadata/taglibmpegsupport.cpp:2220
↓ 2 callersMethodisOpen
src/plugins/taglibmetadata/taglibfileiostream.cpp:158
↓ 2 callersMethodisSystem
src/core/model/fileinfogatherer_p.h:89
↓ 2 callersMethodisTagSupported
* Check if tag is supported in the first track. * @param tagNr tag number * @return true if tag is supported. */
src/core/tags/trackdata.cpp:607
↓ 2 callersMethodisTrackNumberingEnabled
* Check if track numbering is enabled. * @return true if enabled. */
src/gui/dialogs/numbertracksdialog.cpp:205
↓ 2 callersMethodjoinFileName
* Join base name and extension respecting maximum length. * * Truncation to maximumLength() is only done if enableMaximumLength() and * setAsFilena
src/core/config/formatconfig.cpp:260
↓ 2 callersFunctionjsonRpcErrorCode
src/app/cli/jsoncliformatter.cpp:39
↓ 2 callersMethodloadEntries
* Loads the recent files entries from a given configuration. * * @param config configuration settings */
src/app/qt/recentfilesmenu.cpp:89
↓ 2 callersMethodmarkChangedFilename
* Mark the filename as changed. * @param en true to mark as changed */
src/gui/forms/kid3form.cpp:776
↓ 2 callersMethodmarkRows
* Mark rows. * @param rowMask mask with bits of rows to mark */
src/core/model/frametablemodel.cpp:427
↓ 2 callersMethodmediaActions
* Get media player actions. * @return list with named actions for "audio_play", "audio_stop", * "audio_previous", "audio_next". */
src/gui/widgets/playtoolbar.cpp:412
↓ 2 callersMethodmoveToTrash
* Move file or directory to trash. * * @param path path to file or directory * * @return true if ok. */
src/app/qt/platformtools.cpp:135
↓ 2 callersFunctionmp4ChaptersToFrame
* Set a SYLT frame from MP4 chapters. * @param chapterList MP4 chapters * @param chapterCount number of elements in chapterList * @param frame the
src/plugins/mp4v2metadata/m4afile.cpp:426
↓ 2 callersFunctionmp4ChaptersToFrame
* Set a SYLT frame from MP4 chapters. * @param chapterList MP4 chapters * @param frame the SYLT frame is returned here * @param isNero true if Nero
src/plugins/taglibmetadata/taglibmp4support.cpp:449
↓ 2 callersMethodmustBeConfirmed
* Check if command must be confirmed. * @return true if command has to be confirmed. */
src/core/config/useractionsconfig.h:105
↓ 2 callersFunctionmyComputer
src/core/model/filesystemmodel_p.h:313
↓ 2 callersMethodname
* Name of import source. * @return name. */
src/plugins/freedbimport/freedbimporter.cpp:72
↓ 2 callersFunctionnameForAction
* Create a name for an action. * @param text user action text * @return name for user action. */
src/gui/forms/filelist.cpp:201
↓ 2 callersFunctionneedsUnicode
* Check if string needs Unicode encoding. * * @return true if Unicode needed, * false if Latin-1 sufficient. */
src/plugins/taglibmetadata/taglibmpegsupport.cpp:320
↓ 2 callersMethodnumberTracks
* Number tracks in selected files of directory. * * @param nr start number * @param total total number of tracks, used if >0 * @param tagVersion d
src/core/model/kid3application.cpp:3242
↓ 2 callersFunctionparentDirectory
* Get parent directory. * * @param dir directory * * @return parent directory (terminated by separator), * empty string if no separator i
src/core/model/dirrenamer.cpp:216
↓ 2 callersFunctionparseCredits
* Set tags from a string with credits lines. * The string must have lines like "Composed By - Iommi", separated by \\n. * * @param str credits s
src/plugins/discogsimport/discogsimporter.cpp:198
↓ 2 callersFunctionparseJsonAlbumResults
* Parse album results from a JSON object. * @param map JSON object, returned object from API import, "Release..." * property when getting it from th
src/plugins/discogsimport/discogsimporter.cpp:433
↓ 2 callersMethodpathsInPlaylist
src/core/model/playlistmodel.cpp:226
↓ 2 callersMethodpause
* Pause playback. */
src/gui/forms/audioplayer.cpp:403
↓ 2 callersMethodpermissions
! Returns the complete OR-ed together combination of QFile::Permission for the \a index. */
src/core/model/filesystemmodel.cpp:1362
↓ 2 callersMethodplayAudio
* Play audio file. */
src/core/model/kid3application.cpp:3361
↓ 2 callersFunctionpluginFileName
* Get the file name of the plugin from the plugin name. * @param pluginName name of the plugin * @return file name. */
src/core/model/kid3application.cpp:103
↓ 2 callersMethodpreprocess_file
(self, fn)
src/plugins/kid3qml/qmlpp.py:25
↓ 2 callersFunctionqt_GetLongPathName
src/core/model/filesystemmodel.cpp:335
↓ 2 callersFunctionratingTypeName
src/gui/widgets/frameitemdelegate.cpp:45
↓ 2 callersMethodreadLine
* Read the next line. * This method will asynchronously invoke reading of a line from standard * input in the read thread. * When the line is ready
src/app/cli/standardiohandler.cpp:104
↓ 2 callersMethodreconnectModel
* Reconnect to the model. * The state before the call to disconnectModel() is restored. */
src/gui/forms/configurabletreeview.cpp:396
↓ 2 callersFunctionreducedFieldList
* Get a reduced field list without fields which are only supported by a * specific tag format. * @param fieldList original field list * @return red
src/core/tags/frame.cpp:381
↓ 2 callersFunctionremoveExplicit
* Remove " [Explicit]" suffix from end of string. * @param str string to modify * @return modified string. */
src/plugins/amazonimport/amazonimporter.cpp:39
↓ 2 callersMethodremoveUnsupportedProperties
src/plugins/taglibmetadata/taglibext/dsf/dsffile.cpp:176
← previousnext →601–700 of 4,084, ranked by callers