Changeset 80 in flair-src for branches/mavlink
- Timestamp:
- Sep 21, 2016, 2:52:27 PM (8 years ago)
- Location:
- branches/mavlink/lib/FlairCore/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/mavlink/lib/FlairCore/src/ListWidget.cpp
r63 r80 78 78 } 79 79 80 const std::vector<std::string> &ListWidget::GetItemList() const { 81 return items; 82 } 83 80 84 } // end namespace gui 81 85 } // end namespace flair -
branches/mavlink/lib/FlairCore/src/ListWidget.h
r63 r80 67 67 void RemoveItem(void); 68 68 69 const std::vector<std::string> &GetItemList() const; 70 69 71 private: 70 72 /*!
Note:
See TracChangeset
for help on using the changeset viewer.