MCPcopy Create free account

hub / github.com/KDE/kid3 / functions

Functions4,084 in github.com/KDE/kid3

↓ 1 callersMethodgetVorbisName
* Get internal name of a Vorbis frame. * * @param frame frame * * @return Vorbis key. */
src/plugins/taglibmetadata/taglibvorbissupport.cpp:693
↓ 1 callersFunctiongetYear
* Get year. * * @return year, -1 if not found. */
src/core/tags/frame.h:1272
↓ 1 callersFunctiongetYear
* Get year. * * @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:390
↓ 1 callersFunctionget_po_translations
Read all translations from a .po file, fill them into an associative array.
translations/po2ts.py:9
↓ 1 callersMethodgoToAnchor
* Display help document at anchor. * * @param anchor anchor */
src/app/qt/browserdialog.cpp:168
↓ 1 callersMethodhasModifiedPlaylistModel
* Check if any playlist model has unsaved modifications. * @return true if there is a modified playlist model. */
src/core/model/kid3application.cpp:1595
↓ 1 callersMethodhasNoSelection
* Check if nothing is selected. * @return true if nothing is selected. */
src/core/model/modeliterator.cpp:278
↓ 1 callersMethodhasTrackRestriction
* Check if extra artist information is only valid for a subset of the tracks. * @return true if extra artist has track restriction. */
src/plugins/discogsimport/discogsimporter.cpp:285
↓ 1 callersMethodheaderDecoration
src/gui/forms/kid3form.cpp:175
↓ 1 callersMethodhelp
* Get help text for command. * @return help text for command. */
src/app/cli/clicommand.h:68
↓ 1 callersMethodhideFile
* Hide or show file controls. * * @param hide true to hide, false to show */
src/gui/forms/kid3form.cpp:922
↓ 1 callersFunctionhidePicture
Check if the picture preview is hidden. */
src/core/config/guiconfig.h:226
↓ 1 callersMethodiconForTaggedFile
src/core/model/coretaggedfileiconprovider.cpp:66
↓ 1 callersMethodiconIdForTaggedFile
* Get an icon ID for a tagged file. * * @param taggedFile tagged file * * @return icon ID for tagged file */
src/core/model/coretaggedfileiconprovider.cpp:79
↓ 1 callersMethodiconProvider
* Get icon provider for tagged files. * @return icon provider. */
src/app/qt/platformtools.cpp:92
↓ 1 callersMethodimageDownloaded
* Add a downloaded image. * * @param data HTTP response of download * @param mimeType MIME type of data * @param url URL of downloaded da
src/core/model/kid3application.cpp:2541
↓ 1 callersFunctionimportDestCfgToTagVersion
* Convert import destination value in configuration to tag version. * @param importDest value used in configuration, kept for backwards *
src/core/config/importconfig.cpp:49
↓ 1 callersMethodimportFromTags
* Import text from tags to other tags. * * @param sourceFormat format to create source text * @param extractionFormat regular expression to extract
src/core/import/textimporter.cpp:195
↓ 1 callersMethodindex
* Get index for given path and column. * @param path path to file or directory * @param column model column * @return model index, invalid if not f
src/core/model/fileproxymodel.cpp:197
↓ 1 callersMethodinit
* Initialize module with genres. * This method is called by the constructor. It shall be called after * construction if genre settings are changed.
src/core/model/genremodel.cpp:61
↓ 1 callersMethodinit
* Initialize main window. * Shall be called at end of constructor body. */
src/gui/forms/basemainwindow.cpp:207
↓ 1 callersMethodinitActions
* Init menu and toolbar actions. */
src/app/kde/kdemainwindow.cpp:76
↓ 1 callersMethodinitTable
* Initialize the table model. * Has to be called before reusing the dialog with new track data. */
src/gui/dialogs/servertrackimportdialog.cpp:210
↓ 1 callersMethodinsertFrame
* Insert a frame. * @param frame frame to insert * @return true if successful */
src/core/model/frametablemodel.cpp:356
↓ 1 callersMethodinsertRows
src/core/model/playlistmodel.cpp:83
↓ 1 callersMethodinstall
* Install this completer to be used with readline. */
src/app/cli/readlinecompleter.cpp:46
↓ 1 callersMethodisCaseSensitive
src/core/model/fileinfogatherer_p.h:99
↓ 1 callersMethodisCustomShortcutChanged
src/app/qt/shortcutsmodel.h:225
↓ 1 callersMethodisDir
src/core/model/fileinfogatherer_p.h:87
↓ 1 callersFunctionisDirectoryCounterResetEnabled
* Check if counter has to be reset for each directory. * @return true if enabled. */
src/core/config/numbertracksconfig.h:107
↓ 1 callersFunctionisDriveRootPath
src/core/model/abstractfiledecorationprovider.cpp:56
↓ 1 callersMethodisEqual
* Check if the fields in another frame are equal. * * @param other other frame * * @return true if equal. */
src/core/tags/frame.cpp:713
↓ 1 callersMethodisFile
* Check if item is a tagged file. * @return true if item is file. */
src/core/export/playlistcreator.h:74
↓ 1 callersFunctionisFilenameEditEnabled
* Check if the filename line edit is enabled. * @return true if the filename line edit is enabled. */
src/gui/forms/kid3form.h:173
↓ 1 callersFunctionisFiltered
* Check filter state. * * @return true if list is filtered. */
src/core/model/kid3application.h:797
↓ 1 callersMethodisFormatRecognized
src/app/cli/jsoncliformatter.cpp:177
↓ 1 callersFunctionisFreeFormMetadata
* Check if a name is a free form field. * * @param hFile handle * @param name field name * * @return true if a free form field. */
src/plugins/mp4v2metadata/m4afile.cpp:264
↓ 1 callersMethodisFuzzyEqual
* Check if the value of this frame is fuzzy equal to another frame. * Other than with strict equality, total values and some fields which are * not
src/core/tags/frame.cpp:604
↓ 1 callersFunctionisHidden
src/core/model/filesystemmodel_p.h:157
↓ 1 callersFunctionisInactive
* Check if frame is inactive. * @return true if inactive. */
src/core/tags/frame.h:660
↓ 1 callersMethodisIncomplete
src/app/cli/jsoncliformatter.cpp:172
↓ 1 callersMethodisInteractive
* Check if command line is interactive. * @return true if CLI is running in interactive mode. */
src/app/cli/kid3cli.h:195
↓ 1 callersFunctionisLanguageCode
src/core/tags/framenotice.cpp:153
↓ 1 callersFunctionisNull
* Check if the image properties are not set. * @return true if not set. */
src/core/tags/pictureframe.h:67
↓ 1 callersMethodisReadOnly
src/core/model/filesystemmodel.cpp:1581
↓ 1 callersMethodisStarCountEdited
* Check if the star rating has been modified in the editor since it has been * set using setStarCount(). * @return true if rating modified in ed
src/gui/widgets/frameitemdelegate.h:149
↓ 1 callersMethodisStopped
* Check if decoding has been stopped. * @return true if stopped. */
src/plugins/acoustidimport/abstractfingerprintdecoder.cpp:67
↓ 1 callersFunctionisTopLevelItem
src/app/qt/shortcutsmodel.cpp:36
↓ 1 callersFunctionisTrackNumberingEnabled
* Check if track numbering is enabled. * @return true if enabled. */
src/core/config/numbertracksconfig.h:95
↓ 1 callersFunctionisUncRoot
src/core/model/abstractfiledecorationprovider.cpp:43
↓ 1 callersFunctionlastModified
src/core/model/filesystemmodel_p.h:142
↓ 1 callersMethodlastModified
src/core/model/fileinfogatherer_p.h:148
↓ 1 callersMethodlengthInSeconds
src/plugins/taglibmetadata/taglibext/dsf/dsfproperties.cpp:88
↓ 1 callersMethodlist
List all files in \a directoryPath \sa listed() */
src/core/model/fileinfogatherer.cpp:334
↓ 1 callersFunctionlocation
Get playlist location. */
src/core/config/playlistconfig.h:132
↓ 1 callersFunctionmain
(argv)
src/plugins/kid3qml/qmlpp.py:81
↓ 1 callersMethodmakeTagSettable
src/plugins/taglibmetadata/taglibformatsupport.cpp:42
↓ 1 callersMethodmapToSource
src/core/model/playlistmodel.cpp:127
↓ 1 callersMethodmarkRowForTimeStamp
* Mark row for a time stamp. * Marks the first row with time >= @a timeStamp. * @param timeStamp time * @see getMarkedRow() */
src/core/model/timeeventmodel.cpp:434
↓ 1 callersFunctionmatchPictureUrlMap
Get mapping for picture URL matching. */
src/core/config/importconfig.h:245
↓ 1 callersFunctionmatroskaAttachedFileToFrame
src/plugins/taglibmetadata/taglibmatroskasupport.cpp:222
↓ 1 callersFunctionmatroskaChapterEditionToFrame
src/plugins/taglibmetadata/taglibmatroskasupport.cpp:260
↓ 1 callersFunctionmatroskaPictureToFrame
src/plugins/taglibmetadata/taglibmatroskasupport.cpp:191
↓ 1 callersFunctionmoveToTrashDir
src/core/utils/coreplatformtools.cpp:206
↓ 1 callersMethodmyComputer
! Returns the data stored under the given \a role for the item "My Computer". \sa Qt::ItemDataRole */
src/core/model/filesystemmodel.cpp:717
↓ 1 callersMethodnavigationBarHeight
src/core/utils/androidutils.cpp:102
↓ 1 callersMethodnextFile
* Set the next file as the current file. * * @return true if there is a next file. */
src/core/model/scriptinterface.cpp:285
↓ 1 callersMethodnextFile
* Set the next file as the current file. * * @param select true to select the file * @param onlyTaggedFiles only consider tagged files * * @retur
src/gui/forms/kid3form.cpp:1307
↓ 1 callersMethodnotifyExpandFileListFinished
* Called when operation for requestExpandFileList() is finished. */
src/core/model/kid3application.cpp:2845
↓ 1 callersMethodnotifyModelDataChanged
* Notify model about changes in extra model data, e.g. the information on * which the CoreTaggedFileIconProvider depends. * * This method shall be
src/core/tags/taggedfile.cpp:386
↓ 1 callersMethodnotifyModificationChanged
* Called from tagged file to notify modification state changes. * @param index model index * @param modified true if file is modified */
src/core/model/taggedfilesystemmodel.cpp:228
↓ 1 callersMethodnotifyTruncationChanged
* Notify model about changes in the truncation state. * * This method shall be called when truncation is checked. * * @param priorTruncation prior
src/core/tags/taggedfile.cpp:402
↓ 1 callersFunctionnumberTracksDestCfgToTagVersion
* Convert number tracks destination value in configuration to tag version. * @param importDest value used in configuration, kept for backwards *
src/core/config/numbertracksconfig.cpp:47
↓ 1 callersMethodopenDirectoryAfterReset
* Open directory after resetting the file system model. * When finished directoryOpened() is emitted, also if false is returned. * * @param paths f
src/core/model/kid3application.cpp:2958
↓ 1 callersFunctionpage_buffer_push
Helper function, shouldn't need to call directly */
src/plugins/oggflacmetadata/vcedit.c:70
↓ 1 callersMethodpaint
src/gui/widgets/frameitemdelegate.cpp:188
↓ 1 callersFunctionparameterList
* Get search parameters as variant list. * @return variant list containing search text, replace text, flags, * frameMask. */
src/core/config/findreplaceconfig.h:92
↓ 1 callersMethodparent
! \reimp */
src/core/model/filesystemmodel.cpp:602
↓ 1 callersMethodparse
* Evaluate the expression to a boolean result. * @see initParser() * @return result of expression. */
src/core/model/filefilter.cpp:151
↓ 1 callersFunctionparseAcoustidIds
* Parse response from acoustid.org. * @param bytes response in JSON format * @return list of MusicBrainz IDs */
src/plugins/acoustidimport/musicbrainzclient.cpp:42
↓ 1 callersFunctionparseApePicture
* Get a picture frame from the bytes in an APE cover art frame. * The cover art frame has the following data: * zero terminated description string (
src/plugins/taglibmetadata/taglibapesupport.cpp:53
↓ 1 callersMethodparseArguments
src/app/cli/jsoncliformatter.cpp:92
↓ 1 callersFunctionparseAsfPicture
* Get a picture frame from a WM/Picture. * * @param picture ASF picture * @param frame the picture frame is returned here * * @return true if o
src/plugins/taglibmetadata/taglibasfsupport.cpp:210
↓ 1 callersFunctionparseFreedbAlbumData
* Parse the album specific data (artist, album, year, genre) from freedb.org. * * @param text text buffer containing data from freedb.org * @param
src/plugins/freedbimport/freedbimporter.cpp:208
↓ 1 callersFunctionparseFreedbTrackDurations
* Parse the track durations from freedb.org. * * @param text text buffer containing data from freedb.org * @param trackDuration list for r
src/plugins/freedbimport/freedbimporter.cpp:139
↓ 1 callersFunctionparseMusicBrainzMetadata
* Parse response from MusicBrainz server. * * @param bytes XML response from MusicBrainz * @param trackDataVector the resulting track data will be
src/plugins/acoustidimport/musicbrainzclient.cpp:80
↓ 1 callersMethodpassNameFilters
\internal Returns \c true if node passes the name filters and should be visible. */
src/core/model/filesystemmodel.cpp:2157
↓ 1 callersMethodperformActions
* Perform the scheduled rename actions. * * @param errorMsg if not 0 and an error occurred, a message is appended here, * otherwise
src/core/model/dirrenamer.cpp:651
↓ 1 callersMethodpermissions
src/core/model/fileinfogatherer_p.h:108
↓ 1 callersMethodpixmapForIconId
* Get pixmap for an icon ID. * @param id icon ID as returned by iconIdForTaggedFile(), or data for image * set with setImageData() * @return pixmap
src/gui/forms/taggedfileiconprovider.cpp:219
↓ 1 callersMethodplayOrPause
* Toggle between play and pause. */
src/gui/forms/audioplayer.cpp:367
↓ 1 callersMethodplaylistModel
* Get playlist model. * @return playlist model. */
src/gui/dialogs/playlisteditdialog.h:59
↓ 1 callersMethodpopBool
* Pop a boolean from the variable stack. * Can be used to get the result after evaluate() returns false and * no error occurred. * * @param var th
src/core/model/expressionparser.cpp:196
↓ 1 callersMethodposition
src/plugins/discogsimport/discogsimporter.cpp:359
↓ 1 callersMethodpreprocess_directory
(self, dirname)
src/plugins/kid3qml/qmlpp.py:44
↓ 1 callersMethodprevious
* Select previous picture. */
src/gui/widgets/picturelabel.cpp:171
↓ 1 callersMethodpreviousFile
* Set the previous file as the current file. * * @return true if there is a previous file. */
src/core/model/scriptinterface.cpp:275
↓ 1 callersMethodpreviousFile
* Set the previous file as the current file. * * @param select true to select the file * @param onlyTaggedFiles only consider tagged files * * @r
src/gui/forms/kid3form.cpp:1325
↓ 1 callersFunctionprintFiles
* Print list of files. * @param io CLI I/O * @param lst file properties * @param indent number of spaces to indent */
src/app/cli/textcliformatter.cpp:106
↓ 1 callersFunctionpropertyPictureToFrame
src/plugins/taglibmetadata/taglibgenericsupport.cpp:140
← previousnext →1,001–1,100 of 4,084, ranked by callers