Version: 8.3.0
StdMeshersGUI_DistrTable.cxx File Reference
#include "StdMeshersGUI_DistrTable.h"
#include <SMESHGUI_SpinBox.h>
#include <QItemDelegate>
#include <QTableWidget>
#include <QHeaderView>
#include <QPushButton>
#include <QVBoxLayout>
#include <QHBoxLayout>
Include dependency graph for StdMeshersGUI_DistrTable.cxx:

Data Structures

class  StdMeshersGUI_DistrTableFrame::SpinBoxDelegate
 Custom item delegate (uses double spin box to edit table item) More...
 
class  StdMeshersGUI_DistrTableFrame::Table
 Table function widget. More...
 
struct  StdMeshersGUI_DistrTableFrame::Table::EditorData
 

Macros

#define SPACING   6
 

Functions

static void sortData (QList< double > &d)
 Sort list of points by ascending order. More...
 

Macro Definition Documentation

#define SPACING   6

Function Documentation

static void sortData ( QList< double > &  d)
static

Sort list of points by ascending order.

Referenced by StdMeshersGUI_DistrTableFrame::data(), and StdMeshersGUI_DistrTableFrame::setData().