#include <SalomeApp_NoteBook.h>
NoteBook_TableRow::~NoteBook_TableRow |
( |
| ) |
|
|
virtual |
Function : ~NoteBook_TableRow Purpose : Destructor
void NoteBook_TableRow::AddToTable |
( |
QTableWidget * |
theTable | ) |
|
bool NoteBook_TableRow::CheckName |
( |
| ) |
|
Function : CheckName Purpose : Return true if variable name correct, otherwise return false
References GetName().
bool NoteBook_TableRow::CheckValue |
( |
| ) |
|
QTableWidgetItem * NoteBook_TableRow::GetHeaderItem |
( |
| ) |
|
Function : GetHeaderItem Purpose :
References myRowHeader.
int NoteBook_TableRow::GetIndex |
( |
| ) |
const |
|
inline |
QString NoteBook_TableRow::GetName |
( |
| ) |
const |
Function : GetName Purpose : Return variable name
References myVariableName.
QTableWidgetItem * NoteBook_TableRow::GetNameItem |
( |
| ) |
|
QString NoteBook_TableRow::GetValue |
( |
| ) |
const |
Function : GetValue Purpose : Return variable value
References myVariableValue.
QTableWidgetItem * NoteBook_TableRow::GetVariableItem |
( |
| ) |
|
bool NoteBook_TableRow::IsBooleanValue |
( |
const QString |
theValue, |
|
|
bool * |
theResult = 0 |
|
) |
| |
|
static |
Function : IsBooleanValue Purpose : Return true if theValue String is boolean value, otherwise return false
bool NoteBook_TableRow::IsIntegerValue |
( |
const QString |
theValue, |
|
|
int * |
theResult = 0 |
|
) |
| |
|
static |
Function : IsIntegerValue Purpose : Return true if theValue string is integer value, otherwise return false
bool NoteBook_TableRow::IsRealValue |
( |
const QString |
theValue, |
|
|
double * |
theResult = 0 |
|
) |
| |
|
static |
Function : IsRealValue Purpose : Return true if theValue string is real value, otherwise return false
bool NoteBook_TableRow::IsValidStringValue |
( |
const QString |
theValue | ) |
|
void NoteBook_TableRow::SetName |
( |
const QString |
theName | ) |
|
void NoteBook_TableRow::SetValue |
( |
const QString |
theValue | ) |
|
int NoteBook_TableRow::myIndex |
|
private |
QTableWidgetItem* NoteBook_TableRow::myRowHeader |
|
private |
QTableWidgetItem* NoteBook_TableRow::myVariableName |
|
private |
QTableWidgetItem* NoteBook_TableRow::myVariableValue |
|
private |
The documentation for this class was generated from the following files: