Home
Reference
Source
Repository
app
V
app
app/component-registry
C
CircumferenceComponent
C
IntersectionComponent
C
LabelGenerator
C
Label
C
LineComponent
C
LineSegmentComponent
C
MiddlePointComponent
C
PointComponent
C
SelectorComponent
C
TrashComponent
V
circumferenceComponent
V
intersectionComponent
V
label
V
lineComponent
V
lineSegmenComonent
V
middlePointComponent
V
pointComponent
V
selectorComponent
V
trashComponent
app/components/circumference-component/drawers
C
CircumferenceDrawer
app/components/circumference-component/models
C
CircumferenceModel
app/components/intersection-component/drawers
C
IntersectionDrawer
app/components/intersection-component/models
C
IntersectionModel
app/components/intersection-component/services
C
IntersectionService
V
intersectionService
app/components/line-component/drawers
C
LineDrawer
app/components/line-component/models
C
LineModel
app/components/line-segment-component/drawers
C
LineSegmentDrawer
app/components/line-segment-component/models
C
LineSegmentModel
app/components/middle-point/drawers
C
MiddlePointDrawer
app/components/middle-point/models
C
MiddlePointModel
app/components/point-component/drawers
C
PointDrawer
app/components/point-component/models
C
PointModel
app/components/selector-component/drawers
C
SelectorDrawer
app/components/trash-component/drawers
C
TrashDrawer
app/core/application
C
Application
C
Browser
C
HeaderMenu
C
Identifier
C
Menu
C
Objects
C
Selector
C
StageManager
C
State
V
browser
V
headerMenu
V
identifier
V
menu
V
objects
V
selector
V
stageManager
V
state
app/core/drawers
C
DrawerAggregator
C
DrawerManager
C
Drawer
C
Layer
C
SelectableDrawer
C
Stage
V
drawerManager
app/core/enums
F
fromCodeToClass
V
APP_STATE
V
COMPONENT_TYPE
V
ELEMENTS_CLASS
V
GEO_FILE
app/core/models/application/actions
C
ActionManager
C
Action
app/core/models/components
C
ComponentOptions
C
Component
app/core/models/objects
C
DynamicObject
C
GenericObject
C
GeometricObject
app/core/parser
C
FileParser
C
ParserOrchestrator
src/app/core/enums/app-state-enum.js
export const APP_STATE = { NONE: 0, OBJECT_SELECTED: 1, TOOL_SELECTED: 2 };