MCPcopy Create free account
hub / github.com/DreamSourceLab/DSView / AddDataItem

Method AddDataItem

DSView/pv/dock/searchcombobox.cpp:146–153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

144}
145
146void SearchComboBox::AddDataItem(QString id, QString name, void *data_handle)
147{
148 SearchDataItem *item = new SearchDataItem();
149 item->_id = id;
150 item->_name = name;
151 item->_data_handle = data_handle;
152 this->_items.push_back(item);
153}
154
155 void SearchComboBox::changeEvent(QEvent *event)
156 {

Callers 1

show_protocol_selectMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected