##// END OF EJS Templates
Implements visit of tab and zone...
Implements visit of tab and zone When we visit a tab or a zone, we create (when entered) and close (when left) a menu (that has the name of the widget)

File last commit:

r195:ecdf3f75d679
r212:fae2d5d3e62c
Show More
SqpDateTime.h
14 lines | 276 B | text/x-c | CLexer
#ifndef SCIQLOP_SQPDATETIME_H
#define SCIQLOP_SQPDATETIME_H
/**
* @brief The SqpDateTime struct holds the information of time parameters
*/
struct SqpDateTime {
/// Start time
double m_TStart;
/// End time
double m_TEnd;
};
#endif // SCIQLOP_SQPDATETIME_H