Version: 8.3.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
DependencyTree_View.h File Reference
#include <GEOMUtils.hxx>
#include <GeometryGUI.h>
#include <GraphicsView_ViewPort.h>
#include <GraphicsView_ViewFrame.h>
#include <SalomeApp_Application.h>
#include <QPushButton>
#include <QSpinBox>
#include <QCheckBox>
#include "DependencyTree.h"

Go to the source code of this file.

Classes

class  DependencyTree_View
 

Typedefs

typedef std::map< std::string,
DependencyTree_Object * > 
EntryObjectMap
 
typedef std::map< std::pair
< DependencyTree_Object
*, DependencyTree_Object * >
, DependencyTree_Arrow * > 
ArrowsInfo
 

Typedef Documentation

typedef std::map<std::string,DependencyTree_Object*> EntryObjectMap