Version: 9.12.0
StdMeshersGUI_CartesianParamCreator.h File Reference
#include "SMESH_StdMeshersGUI.hxx"
#include "StdMeshersGUI_StdHypothesisCreator.h"
#include <SALOMEconfig.h>
#include <CORBA_SERVER_HEADER(SMESH_Mesh)>
#include <CORBA_SERVER_HEADER(SMESH_Hypothesis)>
#include <QFrame>
#include <QItemDelegate>
Include dependency graph for StdMeshersGUI_CartesianParamCreator.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  StdMeshersGUI::GridAxisTab
 Widget defining the grid in one direction. More...
 
class  StdMeshersGUI::LineDelegate
 
class  StdMeshersGUI_CartesianParamCreator
 

Namespaces

 StdMeshersGUI
 

Functions

void StdMeshersGUI::getFromItem (QTreeWidgetItem *item, double &t0, double &t1, QString &fun)
 get spacing definition from a tree item More...
 
QTreeWidgetItem * StdMeshersGUI::setToItem (double t0, double t1, const QString &fun, QTreeWidgetItem *item)
 set spacing definition to a tree item More...
 
double StdMeshersGUI::coordFromItem (QListWidgetItem *item)
 Retrieves coordinate value from a list item. More...
 
QListWidgetItem * StdMeshersGUI::coordToItem (double coord, QListWidgetItem *item)
 Sets coordinate value to a list item. More...