MCPcopy Index your code
hub / github.com/DreamSourceLab/DSView / rowCount

Method rowCount

DSView/pv/data/decodermodel.cpp:48–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46}
47
48int DecoderModel::rowCount(const QModelIndex & /* parent */) const
49{
50 if (_decoder_stack)
51 return _decoder_stack->list_annotation_size();
52 else
53 return 100;
54}
55int DecoderModel::columnCount(const QModelIndex & /* parent */) const
56{
57 if (_decoder_stack)

Callers 4

item_clickedMethod · 0.80
search_preMethod · 0.80
search_nxtMethod · 0.80
search_doneMethod · 0.80

Calls 1

list_annotation_sizeMethod · 0.80

Tested by

no test coverage detected