#include "SMESHGUI_MeshOrderDlg.h"
#include <Qt>
#include <QFrame>
#include <QLabel>
#include <QBoxLayout>
#include <QSpacerItem>
#include <QToolButton>
#include <QListWidget>
#include <QListWidgetItem>
Macros | |
#define | SPACING 6 |
#define | MARGIN 11 |
Enumerations | |
enum | MeshOrderItemType { MeshItem = QListWidgetItem::UserType, SeparatorItem } |
Enumeartion of list widget item types (mesh name or separator) More... | |
Functions | |
static void | addSeparator (QListWidget *theList) |
add separator item More... | |
static void | addMeshItem (QListWidget *theList, const QString &theName, const int theId) |
add sub-mesh item More... | |
static bool | checkItem (QListWidgetItem *theItem) |
cehck that item exists and not a separator More... | |
#define MARGIN 11 |
#define SPACING 6 |
enum MeshOrderItemType |
|
static |
|
static |
|
static |
cehck that item exists and not a separator
References SeparatorItem.
Referenced by SMESHGUI_MeshOrderBox::GetMeshIds(), SMESHGUI_MeshOrderBox::GetMeshNames(), SMESHGUI_MeshOrderBox::moveItem(), and SMESHGUI_MeshOrderBox::onSelectionChanged().