Version: 9.12.0
SMESHGUI_GenericHypothesisCreator::StdParam Struct Reference

#include <SMESHGUI_Hypotheses.h>

Public Member Functions

 StdParam ()
 
const char * text () const
 
void setNoName ()
 
bool hasName () const
 

Data Fields

QString myName
 
QVariant myValue
 
bool isVariable
 
QString myText
 
QByteArray myTextAsBytes
 

Constructor & Destructor Documentation

◆ StdParam()

SMESHGUI_GenericHypothesisCreator::StdParam::StdParam ( )

Member Function Documentation

◆ hasName()

bool SMESHGUI_GenericHypothesisCreator::StdParam::hasName ( ) const

◆ setNoName()

void SMESHGUI_GenericHypothesisCreator::StdParam::setNoName ( )

◆ text()

const char* SMESHGUI_GenericHypothesisCreator::StdParam::text ( ) const

Field Documentation

◆ isVariable

bool SMESHGUI_GenericHypothesisCreator::StdParam::isVariable

◆ myName

QString SMESHGUI_GenericHypothesisCreator::StdParam::myName

◆ myText

QString SMESHGUI_GenericHypothesisCreator::StdParam::myText

◆ myTextAsBytes

QByteArray SMESHGUI_GenericHypothesisCreator::StdParam::myTextAsBytes

◆ myValue