12#ifndef vtkQtTimePointUtility_h 
   13#define vtkQtTimePointUtility_h 
   15#include "vtkGUISupportQtSQLModule.h"  
   19VTK_ABI_NAMESPACE_BEGIN
 
a simple class to control print indentation
 
abstract base class for most VTK objects
 
performs common time operations
 
~vtkQtTimePointUtility() override=default
 
static vtkTypeUInt64 QDateTimeToTimePoint(QDateTime time)
 
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
 
vtkQtTimePointUtility()=default
 
static QDateTime TimePointToQDateTime(vtkTypeUInt64 time)
 
static vtkTypeUInt64 QDateToTimePoint(QDate date)
 
static vtkTypeUInt64 QTimeToTimePoint(QTime time)