gtree
Loading...
Searching...
No Matches
gtree.h File Reference
#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>
Include dependency graph for gtree.h:
This graph shows which files directly or indirectly include this file:

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>>
 

Typedef Documentation

◆ g4tree_map

using g4tree_map = std::map<std::string, std::unique_ptr<G4Ttree_item>>

Definition at line 207 of file gtree.h.