Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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]
38
QVariant ComicItem::data(int column) const
39
{
40
return itemData.value(column);
41
}
42
//! [6]
43
44
void ComicItem::setData(int column, const QVariant &value)
Callers
15
paint
Method · 0.45
sizeHint
Method · 0.45
setEditorData
Method · 0.45
mimeDataToComicsIds
Method · 0.45
ThemeEditorDialog
Method · 0.45
applyColorToItem
Method · 0.45
toggleBoolItem
Method · 0.45
editNumberItem
Method · 0.45
identifyPressed
Method · 0.45
identifyReleased
Method · 0.45
DocumentData
Method · 0.45
getAllData
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected