|
gtree
|
#include "gQtButtonsWidget.h"#include "g4volume.h"#include "gbase.h"#include "goptions.h"#include <QWidget>#include <QTreeWidgetItem>#include <QColor>#include <QLabel>#include <QSlider>#include <map>#include <memory>

Go to the source code of this file.
Data Structures | |
| class | G4Ttree_item |
| Lightweight per-volume record used by GTree to populate the UI. More... | |
| class | GTree |
| Qt widget that displays the geometry hierarchy and allows interactive style edits. More... | |
Typedefs | |
| using | g4tree_map = std::map<std::string, std::unique_ptr<G4Ttree_item>> |
| using g4tree_map = std::map<std::string, std::unique_ptr<G4Ttree_item>> |