MCPcopy Create free account
hub / github.com/YACReader/yacreader / data

Method data

YACReaderLibrary/db/comic_item.cpp:38–41  ·  view source on GitHub ↗

[6]

Source from the content-addressed store, hash-verified

36
37//! [6]
38QVariant ComicItem::data(int column) const
39{
40 return itemData.value(column);
41}
42//! [6]
43
44void ComicItem::setData(int column, const QVariant &value)

Callers 15

paintMethod · 0.45
sizeHintMethod · 0.45
setEditorDataMethod · 0.45
mimeDataToComicsIdsMethod · 0.45
ThemeEditorDialogMethod · 0.45
applyColorToItemMethod · 0.45
toggleBoolItemMethod · 0.45
editNumberItemMethod · 0.45
identifyPressedMethod · 0.45
identifyReleasedMethod · 0.45
DocumentDataMethod · 0.45
getAllDataMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected