SOFA API  7352f41a
Open source framework for multi-physics simuation
sofa::gui::qt::dataTime Struct Reference

#include <PieWidget.h>

Public Attributes

double time
 
std::string name
 
std::string type
 
std::string ptr
 

Public Member Functions

 dataTime (double t, std::string n, std::string ty=std::string(), std::string address=std::string())
 
bool operator== (const dataTime &other)
 

Attribute details

◆ name

std::string sofa::gui::qt::dataTime::name

◆ ptr

std::string sofa::gui::qt::dataTime::ptr

◆ time

double sofa::gui::qt::dataTime::time

◆ type

std::string sofa::gui::qt::dataTime::type

Constructor details

◆ dataTime()

sofa::gui::qt::dataTime::dataTime ( double  t,
std::string  n,
std::string  ty = std::string(),
std::string  address = std::string() 
)
inline

Function details

◆ operator==()

bool sofa::gui::qt::dataTime::operator== ( const dataTime other)
inline