VTK
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions
vtkQtTimePointUtility Class Reference

performs common time operations More...

#include <vtkQtTimePointUtility.h>

Inheritance diagram for vtkQtTimePointUtility:
Inheritance graph
[legend]
Collaboration diagram for vtkQtTimePointUtility:
Collaboration graph
[legend]

List of all members.

Public Types

typedef vtkObject Superclass

Public Member Functions

virtual int IsA (const char *type)
vtkQtTimePointUtilityNewInstance () const

Static Public Member Functions

static int IsTypeOf (const char *type)
static vtkQtTimePointUtilitySafeDownCast (vtkObjectBase *o)
static QDateTime TimePointToQDateTime (vtkTypeUInt64 time)
static vtkTypeUInt64 QDateTimeToTimePoint (QDateTime time)
static vtkTypeUInt64 QDateToTimePoint (QDate date)
static vtkTypeUInt64 QTimeToTimePoint (QTime time)

Protected Member Functions

virtual vtkObjectBaseNewInstanceInternal () const
 vtkQtTimePointUtility ()
 ~vtkQtTimePointUtility ()

Detailed Description

performs common time operations

vtkQtTimePointUtility is provides methods to perform common time operations.

Tests:
vtkQtTimePointUtility (Tests)

Definition at line 37 of file vtkQtTimePointUtility.h.


Member Typedef Documentation

Reimplemented from vtkObject.

Definition at line 40 of file vtkQtTimePointUtility.h.


Constructor & Destructor Documentation

Definition at line 48 of file vtkQtTimePointUtility.h.

Definition at line 49 of file vtkQtTimePointUtility.h.


Member Function Documentation

static int vtkQtTimePointUtility::IsTypeOf ( const char *  name) [static]

Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h.

Reimplemented from vtkObject.

virtual int vtkQtTimePointUtility::IsA ( const char *  name) [virtual]

Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h.

Reimplemented from vtkObject.

Reimplemented from vtkObject.

virtual vtkObjectBase* vtkQtTimePointUtility::NewInstanceInternal ( ) const [protected, virtual]

Reimplemented from vtkObject.

Reimplemented from vtkObject.

static QDateTime vtkQtTimePointUtility::TimePointToQDateTime ( vtkTypeUInt64  time) [static]
static vtkTypeUInt64 vtkQtTimePointUtility::QDateTimeToTimePoint ( QDateTime  time) [static]
static vtkTypeUInt64 vtkQtTimePointUtility::QDateToTimePoint ( QDate  date) [static]
static vtkTypeUInt64 vtkQtTimePointUtility::QTimeToTimePoint ( QTime  time) [static]

The documentation for this class was generated from the following file: