Changeset 181 in pacpusframework for trunk/include/Pacpus/DbitePlayer
- Timestamp:
- Oct 21, 2013, 1:30:41 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/Pacpus/DbitePlayer/DbtPlyFileManager.h
r89 r181 31 31 32 32 #include <QThread> 33 #include <string> 33 34 34 35 class QSemaphore; … … 82 83 public Q_SLOTS: 83 84 /// slot activated by the engine when it computes new DBT time 84 void 85 void playData(road_time_t tDbt,road_time_t tNow, bool reverse); 85 86 86 87 /// put the file descriptor to the beginning of the file … … 98 99 DbtPlyEngine * mEngine; 99 100 100 /// the absolute path of the DBT file 101 QString dbtProperty_; 102 /// @todo Documentation 103 QStringList mDbtFilenameList; 101 QStringList getDbiteFilenameList() const; 104 102 105 103 /// The directory where the DBT file is located 106 104 QString mDbtDataPath; 107 108 /// Display or not the graphical interface109 bool mShowGui;110 105 111 106 /// @todo Documentation … … 141 136 142 137 private: 143 // reading backward? 138 /// dbt property value 139 std::string dbtProperty_; 140 /// @todo Documentation 141 QStringList mDbtFilenameList; 142 143 /// reading backward? 144 144 bool reverse_; 145 145
Note:
See TracChangeset
for help on using the changeset viewer.