#include "StdMeshersGUI_DistrTable.h"
#include <SMESHGUI_SpinBox.h>
#include <QItemDelegate>
#include <QTableWidget>
#include <QHeaderView>
#include <QPushButton>
#include <QVBoxLayout>
#include <QHBoxLayout>
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... | |
#define SPACING 6 |
|
static |
Sort list of points by ascending order.
Referenced by StdMeshersGUI_DistrTableFrame::data(), and StdMeshersGUI_DistrTableFrame::setData().