#include "ToolsGUI_RegWidget.h"#include <QApplication>#include <QInputDialog>#include <QMenuBar>#include <QStatusBar>#include <QTabWidget>#include <QTextEdit>#include <QTimer>#include <QToolBar>#include <QTreeWidget>#include <QVBoxLayout>#include <Qtx.h>#include <SALOME_NamingService.hxx>#include <Utils_SINGLETON.hxx>#include <Utils_CommException.hxx>Macros | |
| #define | MARGIN_SIZE 11 |
| #define | SPACING_SIZE 6 |
| #define | MIN_SPIN_WIDTH 100 |
| #define | BOLD(text) QString( "<b>%1</b>" ).arg( QString( text ) ) |
Functions | |
| static Registry::Components_ptr | GetRegistry (CORBA::ORB_ptr orb) |
| Get access to the Registry service. More... | |
Variables | |
| static const char *const | time_data [] |
| static const char *const | close_data [] |
| static const char *const | refresh_data [] |
| #define BOLD | ( | text | ) | QString( "<b>%1</b>" ).arg( QString( text ) ) |
| #define MARGIN_SIZE 11 |
| #define MIN_SPIN_WIDTH 100 |
| #define SPACING_SIZE 6 |
|
static |
| orb | CORBA ORB reference |