MCPcopy Create free account

hub / github.com/KDE/kid3 / functions

Functions4,084 in github.com/KDE/kid3

MethodfetchDirectory
* Fetch entries of directory if not already fetched. * This works like FileList::expand(), but without expanding tree view * items and independent o
src/core/model/kid3application.cpp:2816
MethodfetchMore
! \reimp */
src/core/model/filesystemmodel.cpp:674
MethodfetchNext
* Fetch next index. */
src/core/model/fileproxymodeliterator.cpp:99
MethodfetchNext
* Fetch next index. */
src/core/model/bidirfileproxymodeliterator.cpp:108
Methodfields
* Get field list. * @return fields. */
src/core/model/frameobjectmodel.cpp:102
MethodfileActivated
* File list box item activated. * * @param index selected item */
src/gui/forms/kid3form.cpp:834
MethodfileConfig
src/plugins/kid3qml/configobjects.cpp:84
MethodfileDecoration
src/gui/forms/kid3form.cpp:193
MethodfileDialogNameFilter
* Construct a name filter string suitable for file dialogs. * @param nameFilters list of description, filter pairs, e.g. * [("Images", "*.jpg *.jpeg
src/app/kde/kdeplatformtools.cpp:156
MethodfileExists
* Check if file exists. * @param filePath path to file * @return true if file exists. */
src/plugins/kid3qml/scriptutils.cpp:237
MethodfileInfo
src/core/model/fileinfogatherer_p.h:144
MethodfileIsWritable
* Check if file is writable. * @param filePath path to file * @return true if file is writable. */
src/plugins/kid3qml/scriptutils.cpp:247
FunctionfileListColumnWidths
Get column widths in file list. */
src/core/config/guiconfig.h:158
FunctionfileListCustomColumnWidthsEnabled
Check if custom column widths are enabled in file list. */
src/core/config/guiconfig.h:150
FunctionfileListSortColumn
Get sorted column in file list. */
src/core/config/guiconfig.h:132
FunctionfileListSortOrder
Get sort order in file list. */
src/core/config/guiconfig.h:138
FunctionfileListVisibleColumns
Get visible columns in file list. */
src/core/config/guiconfig.h:144
MethodfileName
* Get file name of model index. * @return name of file or directory */
src/core/model/fileproxymodel.cpp:117
FunctionfileNameFormat
Get playlist file name format. */
src/core/config/playlistconfig.h:144
FunctionfileNameFormats
Get playlist file name formats. */
src/core/config/playlistconfig.h:150
MethodfileSelected
* Process change of selection. * The GUI is signaled to update the current selection and the controls. * @param selected selected items * @param de
src/core/model/kid3application.cpp:2856
MethodfileTypeDescription
src/core/model/abstractfiledecorationprovider.cpp:81
MethodfilenameFormatConfig
src/plugins/kid3qml/configobjects.cpp:59
FunctionfilesNotFound
* Get list of files which were not found when setPlaylistFile() was called. * @return list of file entries which could not be located. */
src/core/model/playlistmodel.h:164
Methodfilter
* Filter the files. * * @param expression filter expression */
src/core/model/scriptinterface.cpp:431
Methodfilter
! Returns the filter specified for the directory model. If a filter has not been set, the default filter is QDir::AllEntries | QDir::NoDo
src/core/model/filesystemmodel.cpp:1532
MethodfilterAcceptsRow
* Check if row should be included in model. * * @param srcRow source row * @param srcParent source parent * * @return true to include row. */
src/core/model/dirproxymodel.cpp:60
MethodfilterAcceptsRow
* Check if row should be included in model. * * @param srcRow source row * @param srcParent source parent * * @return true to include row. */
src/core/model/fileproxymodel.cpp:216
MethodfilterConfig
src/plugins/kid3qml/configobjects.cpp:54
MethodfilterDifferent
* Set values which are different inactive. * * @param others frames to compare, will be modified * @param differentValues optional storage for the
src/core/tags/frame.cpp:1373
FunctionfilterExpressions
Get filter expressions. */
src/core/config/filterconfig.h:90
FunctionfilterIndex
Get index of selected filter. */
src/core/config/filterconfig.h:96
FunctionfilterNames
Get names of filter expressions. */
src/core/config/filterconfig.h:84
MethodfilterNextFile
* Apply single file to file filter. * * @param index index of file in file proxy model */
src/core/model/kid3application.cpp:3037
FunctionfilterPassedCount
* Get number of files which have passed the filter. * * This number is only valid if isFiltered() is true. * * @return number of files whi
src/core/model/kid3application.h:806
MethodfilterProgress
* Show filter operation progress. * @param type filter event type * @param fileName name of file processed * @param passed number of files which pa
src/gui/forms/basemainwindow.cpp:1203
FunctionfilterTotalCount
* Get total number of files which have been checked by the filter. * * This number is only valid if isFiltered() is true. * * @return tota
src/core/model/kid3application.h:815
MethodfiltersAcceptsNode
! \internal Returns \c false if node doesn't pass the filters otherwise true QDir::Modified is not supported QDir::Drives is not sup
src/core/model/filesystemmodel.cpp:2111
FunctionfindAudioStream
src/plugins/acoustidimport/ffmpegfingerprintdecoder.cpp:287
MethodfindCoverArtInDirectory
src/gui/forms/mprisinterface.cpp:418
MethodfindInString
* Search string for text. * @param str string to be searched * @param idx start index of search, will be updated with index of found text * @return
src/core/model/tagsearcher.cpp:402
MethodfindNext
* Find next occurrence of same string. */
src/core/model/tagsearcher.cpp:149
MethodfindNext
* Find next occurrence of search text. */
src/app/qt/browserdialog.cpp:186
MethodfindPluginsDirectory
* Find directory containing plugins. * @param pluginsDir the plugin directory is returned here * @return true if found. */
src/core/model/kid3application.cpp:462
MethodfindPrevious
* Find previous occurrence of search text. */
src/app/qt/browserdialog.cpp:178
MethodfindReplace
* Find and replace in tags of files. * @param findOnly true to display only find part of dialog */
src/gui/forms/basemainwindow.cpp:1027
MethodfindReplaceConfig
src/plugins/kid3qml/configobjects.cpp:119
MethodfinishChromaprint
* Called when decoding finished successfully. * @param duration duration of stream in seconds */
src/plugins/acoustidimport/fingerprintcalculator.cpp:117
MethodfinishDecoding
* Finish decoding. */
src/plugins/acoustidimport/qtfingerprintdecoder.cpp:143
MethodfinishWriting
src/app/cli/jsoncliformatter.cpp:249
Methodfixup
src/gui/widgets/frameitemdelegate.cpp:142
Methodfixup
* Attempt to change @a input to be valid. * @param input input string */
src/gui/widgets/tracknumbervalidator.cpp:88
Methodflags
* Get item flags for index. * @param index model index * @return item flags */
src/core/model/timeeventmodel.cpp:51
Methodflags
! \reimp */
src/core/model/filesystemmodel.cpp:1008
Methodflags
* Get item flags for index. * @param index model index * @return item flags */
src/core/model/configtablemodel.cpp:45
Methodflags
* Get item flags for index. * @param index model index * @return item flags */
src/core/model/commandstablemodel.cpp:55
Methodflags
* Get item flags. * @param index index of item * @return default flags without editable. */
src/core/model/dirproxymodel.cpp:46
Methodflags
* Get item flags for index. * @param index model index * @return item flags */
src/core/model/frametablemodel.cpp:77
Methodflags
src/core/model/standardtablemodel.cpp:35
Methodflags
* Get item flags for index. * @param index model index * @return item flags */
src/core/model/trackdatamodel.cpp:49
Methodflags
* Get item flags. * @param index index of item * @return default flags plus drag enabled depending on * setExclusiveDraggableIndex(). */
src/core/model/fileproxymodel.cpp:248
Methodflags
* Get item flags for index. * @param index model index * @return item flags */
src/core/model/texttablemodel.cpp:45
Methodflags
src/core/model/playlistmodel.cpp:44
Methodflags
* Get item flags for index. * @param index model index * @return item flags */
src/core/model/checkablestringlistmodel.cpp:43
Methodflags
* Get item flags for index. * @param index model index * @return item flags */
src/core/config/starratingmappingsmodel.cpp:50
Methodflags
* Get item flags for index. * @param index model index * @return item flags */
src/core/config/batchimportsourcesmodel.cpp:54
Methodflags
* Get item flags for index. * @param index model index * @return item flags */
src/app/qt/shortcutsmodel.cpp:57
Methodflags
src/plugins/kid3qml/checkablelistmodel.cpp:135
MethodflushStandardOutput
* Flush the standard output. */
src/app/cli/abstractcli.cpp:138
MethodflushStandardOutput
* Flush the standard output. */
src/app/cli/standardiohandler.cpp:205
FunctionfontFamily
Get custom application font family. */
src/core/config/mainwindowconfig.h:113
FunctionfontSize
Get custom application font size. */
src/core/config/mainwindowconfig.h:119
Methodform
* Access to main form. * @return main form. */
src/gui/forms/basemainwindow.cpp:1935
Functionformat
Get playlist format. */
src/core/config/playlistconfig.h:138
MethodformatFramesIfEnabled
* Format frames if format while editing is switched on. * * @param frames frames */
src/core/model/kid3application.cpp:1827
MethodformatFromFileExtension
src/core/config/playlistconfig.cpp:295
MethodformatLineEdit
* Format string within line edit. * * @param le line edit * @param txt text in line edit * @param fcfg format configuration */
src/gui/forms/kid3form.cpp:799
MethodformatString
* Replace codes in format string with information from the tags. * @param tagVersion tag version * @param fmt format string * @return string with f
src/core/model/taggedfileselection.cpp:294
MethodformatString
* Format a string using this configuration. * * @param str string to format */
src/core/config/formatconfig.cpp:153
MethodformatStringList
* Format a string list from the selected files. * Supported format fields: * Those supported by FrameFormatReplacer::getReplacement(), * when prefi
src/gui/forms/filelist.cpp:441
MethodformatTextIfEnabled
* Format text if enabled. * @param txt text to format and set in line edit */
src/gui/widgets/frameitemdelegate.cpp:392
MethodformatTime
* Format a time string "h:mm:ss". * If the time is less than an hour, the hour is not put into the * string and the minute is not padded with zeroes
src/core/tags/taggedfile.cpp:656
FunctionformatWhileEditing
Check if formatting in line edits is enabled. */
src/core/config/formatconfig.h:180
MethodframeAt
* Get the frame at a specific position in the collection. * @param row position of frame * @return iterator to frame */
src/core/model/frametablemodel.cpp:403
FunctionframeEditor
* Get frame editor set with setFrameEditor(). * @return frame editor, null if no frame editor is set */
src/core/model/kid3application.h:860
FunctionframeEditor
* Get editor for frames. * @return frame editor. */
src/core/model/framelist.h:62
FunctionframeList
* Get frame list. */
src/core/model/kid3application.h:1806
MethodframeName
* Get frame name. * @return frame name. */
src/core/model/frameobjectmodel.cpp:243
MethodframeObject
src/core/model/frameobjectmodel.h:187
FunctionframeSelectionModel
* Get selection model of frame table model. */
src/core/model/kid3application.h:1799
FunctionframeTable
* Get frame table. * @param tagNr tag number * @return frame table. */
src/gui/forms/kid3form.h:227
MethodframeTypeForColumn
* Get the frame type for a column. * @param column model column * @return frame type of Frame::Type or TrackDataModel::TrackProperties, * -
src/core/model/trackdatamodel.cpp:478
MethodfromClipboard
* Assign clipboard contents to text and preview in table. */
src/gui/dialogs/textimportdialog.cpp:165
MethodfromFile
* Let user select file, assign file contents to text and preview in * table. */
src/gui/dialogs/textimportdialog.cpp:155
FunctionfromFilenameFormat
Get from filename format. */
src/core/config/fileconfig.h:156
FunctionfromFilenameFormats
Get from filename formats. */
src/core/config/fileconfig.h:162
MethodfromFormatConfig
* Set the values from a format configuration. * * @param cfg format configuration */
src/gui/widgets/tagformatbox.cpp:53
MethodfromFormatConfig
* Set the values from a format configuration. * * @param cfg format configuration */
src/gui/widgets/filenameformatbox.cpp:64
MethodfromIndex
* Create from index. * @param index index * @return event time code. */
src/core/model/eventtimingcode.cpp:150
MethodfromServer
* Import from server and preview in table. */
src/gui/dialogs/importdialog.cpp:286
← previousnext →2,201–2,300 of 4,084, ranked by callers