InstanceViewList.cpp
Go to the documentation of this file.
1#include "InstanceViewList.h"
2
3#include <QAction>
4#include <QGroupBox>
5#include <QHBoxLayout>
6#include <QHeaderView>
7#include <QImage>
8#include <QLabel>
9#include <QLayout>
10#include <QMenu>
11#include <QSplitter>
12#include <QVBoxLayout>
13
14#include <SimoxUtility/algorithm/string.h>
15
17
19#include <RobotAPI/libraries/aron/aroncore/navigators/typenavigator/AronObjectTypeNavigator.h>
20
22{
23
27
28 void
30 {
31 this->statusLabel = statusLabel;
32 }
33
34 void
36 {
37 this->useTypeInfo = enable;
38 update();
39 }
40
41
42} // namespace armarx::armem::gui::instance