##// END OF EJS Templates
Unplot menu (4): handles 'Unplot' menu when leaving a tab or a zone...
Unplot menu (4): handles 'Unplot' menu when leaving a tab or a zone Unlike the 'plot' menu, there is no action added in the 'Unplot' menu

File last commit:

r191:e7b5abd4403a
r326:f83820cc7288
Show More
DataProviderParameters.h
15 lines | 355 B | text/x-c | CLexer
/ core / include / Data / DataProviderParameters.h
#ifndef SCIQLOP_DATAPROVIDERPARAMETERS_H
#define SCIQLOP_DATAPROVIDERPARAMETERS_H
#include "SqpDateTime.h"
/**
* @brief The DataProviderParameters struct holds the information needed to retrieve data from a
* data provider
* @sa IDataProvider
*/
struct DataProviderParameters {
SqpDateTime m_Time;
};
#endif // SCIQLOP_DATAPROVIDERPARAMETERS_H