Sending BCValueList to ViewPanels.
This commit is contained in:
@@ -48,15 +48,18 @@ public:
|
||||
void setHeaderText( const QString& headerText);
|
||||
QString getHeaderText();
|
||||
|
||||
void setValueList(const BCValueList& valueList);
|
||||
const BCValueList& getValueList();
|
||||
BCValueList& exposeValueList();
|
||||
|
||||
QTableView* getValueView();
|
||||
|
||||
public slots:
|
||||
|
||||
void onValueListReady( BCDevice::ID deviceID, BCValueList valueList );
|
||||
|
||||
protected:
|
||||
|
||||
BCValueModel _valueModel;
|
||||
|
||||
BCValueList _myTmpList;
|
||||
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user