39 #ifndef __OPENFLUID_UICOMMON_TIMEPERIODWIDGET_HPP__    40 #define __OPENFLUID_UICOMMON_TIMEPERIODWIDGET_HPP__    51   class TimePeriodWidget;
    55 namespace openfluid { 
namespace ui { 
namespace common {
    65     void handleBeginChanged(
const QDateTime& DT);
    67     void handleEndChanged(
const QDateTime& DT);
    69     void handleLinkModeChanged();
    74     Ui::TimePeriodWidget *ui;
    87     void beginChanged(
const QDateTime&);
    89     void endChanged(
const QDateTime&);
    91     void linkModeChanged(
bool);
   100     void initialize(
const QDateTime& BeginDate, 
const QDateTime& EndDate);
   102     QDateTime getBeginDateTime() 
const;
   104     void setBeginDateTime(
const QDateTime& DT);
   106     QDateTime getEndDateTime() 
const;
   108     void setEndDateTime(
const QDateTime& DT);
 #define OPENFLUID_API
Definition: dllexport.hpp:86
 
Definition: ApplicationException.hpp:47
 
Definition: AboutDialog.hpp:50
 
Definition: TimePeriodWidget.hpp:58