Eclipse SUMO - Simulation of Urban MObility
GNEInspectorFrame.h
Go to the documentation of this file.
1 /****************************************************************************/
2 // Eclipse SUMO, Simulation of Urban MObility; see https://eclipse.org/sumo
3 // Copyright (C) 2001-2019 German Aerospace Center (DLR) and others.
4 // This program and the accompanying materials
5 // are made available under the terms of the Eclipse Public License v2.0
6 // which accompanies this distribution, and is available at
7 // http://www.eclipse.org/legal/epl-v20.html
8 // SPDX-License-Identifier: EPL-2.0
9 /****************************************************************************/
16 // The Widget for modifying network-element attributes (i.e. lane speed)
17 /****************************************************************************/
18 #ifndef GNEInspectorFrame_h
19 #define GNEInspectorFrame_h
20 
21 
22 // ===========================================================================
23 // included modules
24 // ===========================================================================
25 #include "GNEFrame.h"
26 
27 // ===========================================================================
28 // class definitions
29 // ===========================================================================
34 class GNEInspectorFrame : public GNEFrame {
36  FXDECLARE(GNEInspectorFrame)
37 
38 public:
39  // ===========================================================================
40  // class OverlappedInspection
41  // ===========================================================================
42 
43  class OverlappedInspection : private FXGroupBox {
46 
47  public:
49  OverlappedInspection(GNEInspectorFrame* inspectorFrameParent);
50 
53 
55  void showOverlappedInspection(const GNEViewNetHelper::ObjectsUnderCursor& objectsUnderCursor, const Position& clickedPosition);
56 
59 
61  bool overlappedInspectionShown() const;
62 
64  bool checkSavedPosition(const Position& clickedPosition) const;
65 
67  bool nextElement(const Position& clickedPosition);
68 
70  bool previousElement(const Position& clickedPosition);
71 
74 
76  long onCmdNextElement(FXObject*, FXSelector, void*);
77 
79  long onCmdPreviousElement(FXObject*, FXSelector, void*);
80 
82  long onCmdShowList(FXObject*, FXSelector, void*);
83 
85  long onCmdListItemSelected(FXObject*, FXSelector, void*);
86 
88  long onCmdOverlappingHelp(FXObject*, FXSelector, void*);
90 
91  protected:
94 
95  private:
98 
100  FXButton* myPreviousElement;
101 
104 
106  FXButton* myNextElement;
107 
110 
112  FXButton* myHelpButton;
113 
115  std::vector<GNEAttributeCarrier*> myOverlappedACs;
116 
118  size_t myItemIndex;
119 
122 
125  };
126 
127  // ===========================================================================
128  // class NeteditAttributesEditor
129  // ===========================================================================
130 
131  class NeteditAttributesEditor : private FXGroupBox {
134 
135  public:
137  NeteditAttributesEditor(GNEInspectorFrame* inspectorFrameParent);
138 
141 
144 
147 
149  void refreshNeteditAttributesEditor(bool forceRefresh);
150 
154  long onCmdSetNeteditAttribute(FXObject*, FXSelector, void*);
155 
157  long onCmdNeteditAttributeHelp(FXObject*, FXSelector, void*);
159 
160  protected:
163 
164  private:
167 
170 
173 
176 
178  FXHorizontalFrame* myHorizontalFrameBlockMovement;
179 
182 
184  FXCheckButton* myCheckBoxBlockMovement;
185 
187  FXHorizontalFrame* myHorizontalFrameBlockShape;
188 
191 
193  FXCheckButton* myCheckBoxBlockShape;
194 
196  FXHorizontalFrame* myHorizontalFrameCloseShape;
197 
200 
202  FXCheckButton* myCheckBoxCloseShape;
203 
205  FXButton* myHelpButton;
206  };
207 
208  // ===========================================================================
209  // class GEOAttributesEditor
210  // ===========================================================================
211 
212  class GEOAttributesEditor : private FXGroupBox {
215 
216  public:
218  GEOAttributesEditor(GNEInspectorFrame* inspectorFrameParent);
219 
222 
225 
228 
230  void refreshGEOAttributesEditor(bool forceRefresh);
231 
234 
236  long onCmdSetGEOAttribute(FXObject*, FXSelector, void*);
237 
239  long onCmdGEOAttributeHelp(FXObject*, FXSelector, void*);
241 
242  protected:
245 
246  private:
249 
251  FXHorizontalFrame* myGEOAttributeFrame;
252 
255 
258 
260  FXHorizontalFrame* myUseGEOFrame;
261 
263  FXLabel* myUseGEOLabel;
264 
266  FXCheckButton* myUseGEOCheckButton;
267 
269  FXButton* myHelpButton;
270  };
271 
272  // ===========================================================================
273  // class TemplateEditor
274  // ===========================================================================
275 
276  class TemplateEditor : private FXGroupBox {
279 
280  public:
282  TemplateEditor(GNEInspectorFrame* inspectorFrameParent);
283 
285  ~TemplateEditor();
286 
288  void showTemplateEditor();
289 
291  void hideTemplateEditor();
292 
294  GNEEdge* getEdgeTemplate() const;
295 
297  void setEdgeTemplate(GNEEdge* tpl);
298 
301 
303  long onCmdCopyTemplate(FXObject*, FXSelector, void*);
304 
306  long onCmdSetTemplate(FXObject*, FXSelector, void*);
307 
309  long onUpdCopyTemplate(FXObject*, FXSelector, void*);
311 
312  protected:
315 
316  private:
319 
322 
325 
328  };
329 
334  GNEInspectorFrame(FXHorizontalFrame* horizontalFrameParent, GNEViewNet* viewNet);
335 
338 
340  void show();
341 
343  void hide();
344 
350  bool processNetworkSupermodeClick(const Position& clickedPosition, GNEViewNetHelper::ObjectsUnderCursor& objectsUnderCursor);
351 
357  bool processDemandSupermodeClick(const Position& clickedPosition, GNEViewNetHelper::ObjectsUnderCursor& objectsUnderCursor);
358 
361 
363  void inspectMultisection(const std::vector<GNEAttributeCarrier*>& ACs);
364 
366  void inspectChild(GNEAttributeCarrier* AC, GNEAttributeCarrier* previousElement);
367 
369  void inspectFromDeleteFrame(GNEAttributeCarrier* AC, GNEAttributeCarrier* previousElement, bool previousElementWasMarked);
370 
372  void clearInspectedAC();
373 
376 
379 
382 
385 
387  long onCmdGoBack(FXObject*, FXSelector, void*);
389 
392 
393 protected:
396 
398  void inspectClickedElement(const GNEViewNetHelper::ObjectsUnderCursor& objectsUnderCursor, const Position& clickedPosition);
399 
401  void attributeUpdated();
402 
403 private:
406 
409 
412 
415 
418 
421 
424 
426  FXButton* myBackButton;
427 
430 
433 
436 };
437 
438 
439 #endif
440 
441 /****************************************************************************/
442 
GNEInspectorFrame::TemplateEditor::onCmdCopyTemplate
long onCmdCopyTemplate(FXObject *, FXSelector, void *)
copy edge attributes from edge template
Definition: GNEInspectorFrame.cpp:1149
GNEInspectorFrame::inspectMultisection
void inspectMultisection(const std::vector< GNEAttributeCarrier * > &ACs)
Inspect the given multi-selection.
Definition: GNEInspectorFrame.cpp:235
GNEInspectorFrame::NeteditAttributesEditor::myHorizontalFrameCloseShape
FXHorizontalFrame * myHorizontalFrameCloseShape
@frame horizontal frame for close shape
Definition: GNEInspectorFrame.h:196
GNEInspectorFrame::GEOAttributesEditor::myGEOAttributeLabel
FXLabel * myGEOAttributeLabel
Label for GEOAttribute.
Definition: GNEInspectorFrame.h:254
GNEInspectorFrame::NeteditAttributesEditor::hideNeteditAttributesEditor
void hideNeteditAttributesEditor()
hide netedit attributes editor
Definition: GNEInspectorFrame.cpp:742
GNEInspectorFrame::clearInspectedAC
void clearInspectedAC()
Clear all current inspected ACs.
Definition: GNEInspectorFrame.cpp:328
GNEInspectorFrame::GEOAttributesEditor::~GEOAttributesEditor
~GEOAttributesEditor()
destructor
Definition: GNEInspectorFrame.cpp:907
GNEInspectorFrame::myBackButton
FXButton * myBackButton
back Button
Definition: GNEInspectorFrame.h:426
GNEInspectorFrame::OverlappedInspection::previousElement
bool previousElement(const Position &clickedPosition)
try to go to previous element if clicked position is near to saved position
Definition: GNEInspectorFrame.cpp:494
GNEInspectorFrame::TemplateEditor::myEdgeTemplate
GNEEdge * myEdgeTemplate
the edge template
Definition: GNEInspectorFrame.h:327
GNEInspectorFrame::inspectSingleElement
void inspectSingleElement(GNEAttributeCarrier *AC)
Inspect a single element.
Definition: GNEInspectorFrame.cpp:211
GNEInspectorFrame::onCmdGoBack
long onCmdGoBack(FXObject *, FXSelector, void *)
called when user toogle the go back button
Definition: GNEInspectorFrame.cpp:357
GNEInspectorFrame::NeteditAttributesEditor::myHorizontalFrameBlockMovement
FXHorizontalFrame * myHorizontalFrameBlockMovement
@frame horizontal frame for block movement
Definition: GNEInspectorFrame.h:178
GNEInspectorFrame::OverlappedInspection::onCmdShowList
long onCmdShowList(FXObject *, FXSelector, void *)
show list of overlapped elements
Definition: GNEInspectorFrame.cpp:544
GNEInspectorFrame::TemplateEditor::onUpdCopyTemplate
long onUpdCopyTemplate(FXObject *, FXSelector, void *)
update the copy button with the name of the template
Definition: GNEInspectorFrame.cpp:1171
GNEInspectorFrame::OverlappedInspection::myCurrentIndexButton
FXButton * myCurrentIndexButton
Button for current index.
Definition: GNEInspectorFrame.h:103
GNEInspectorFrame::myAttributeCarrierHierarchy
GNEFrameModuls::AttributeCarrierHierarchy * myAttributeCarrierHierarchy
Attribute Carrier Hierarchy.
Definition: GNEInspectorFrame.h:423
GNEInspectorFrame::myPreviousElementInspect
GNEAttributeCarrier * myPreviousElementInspect
pointer to previous element called by Inspector Frame
Definition: GNEInspectorFrame.h:429
GNEInspectorFrame::NeteditAttributesEditor::refreshNeteditAttributesEditor
void refreshNeteditAttributesEditor(bool forceRefresh)
refresh netedit attributes
Definition: GNEInspectorFrame.cpp:754
GNEInspectorFrame::OverlappedInspection::inspectOverlappedAttributeCarrier
void inspectOverlappedAttributeCarrier()
inspect attributeCarrier correspond to current index
Definition: GNEInspectorFrame.cpp:591
GNEInspectorFrame::inspectClickedElement
void inspectClickedElement(const GNEViewNetHelper::ObjectsUnderCursor &objectsUnderCursor, const Position &clickedPosition)
Inspect a singe element (the front of AC AttributeCarriers of ObjectUnderCursor.
Definition: GNEInspectorFrame.cpp:384
GNEFrame
Definition: GNEFrame.h:35
GNEInspectorFrame::myPreviousElementDelete
GNEAttributeCarrier * myPreviousElementDelete
pointer to previous element called by Delete Frame
Definition: GNEInspectorFrame.h:432
GNEViewNet
Definition: GNEViewNet.h:43
GNEInspectorFrame::GEOAttributesEditor::myUseGEOLabel
FXLabel * myUseGEOLabel
Label for use GEO.
Definition: GNEInspectorFrame.h:263
GNEInspectorFrame::myGEOAttributesEditor
GEOAttributesEditor * myGEOAttributesEditor
GEO Attributes editor.
Definition: GNEInspectorFrame.h:414
GNEInspectorFrame::NeteditAttributesEditor::myHorizontalFrameAdditionalParent
FXHorizontalFrame * myHorizontalFrameAdditionalParent
@frame horizontal frame for change additional parent
Definition: GNEInspectorFrame.h:169
GNEInspectorFrame::GEOAttributesEditor::refreshGEOAttributesEditor
void refreshGEOAttributesEditor(bool forceRefresh)
refresh GEO attributes editor
Definition: GNEInspectorFrame.cpp:991
GNEInspectorFrame::NeteditAttributesEditor::myCheckBoxCloseShape
FXCheckButton * myCheckBoxCloseShape
pointer to check box "Block movement"
Definition: GNEInspectorFrame.h:202
GNEInspectorFrame::NeteditAttributesEditor::myLabelCloseShape
FXLabel * myLabelCloseShape
Label for close shape.
Definition: GNEInspectorFrame.h:199
GNEInspectorFrame::TemplateEditor::~TemplateEditor
~TemplateEditor()
destructor
Definition: GNEInspectorFrame.cpp:1091
GNEInspectorFrame::attributeUpdated
void attributeUpdated()
function called after set a valid attribute in AttributeEditor
Definition: GNEInspectorFrame.cpp:399
GNEInspectorFrame::inspectFromDeleteFrame
void inspectFromDeleteFrame(GNEAttributeCarrier *AC, GNEAttributeCarrier *previousElement, bool previousElementWasMarked)
inspect called from DeleteFrame
Definition: GNEInspectorFrame.cpp:313
GNEInspectorFrame::OverlappedInspection::overlappedInspectionShown
bool overlappedInspectionShown() const
check if overlappedInspection modul is shown
Definition: GNEInspectorFrame.cpp:464
GNEInspectorFrame::GEOAttributesEditor::showGEOAttributesEditor
void showGEOAttributesEditor()
show GEO attributes editor
Definition: GNEInspectorFrame.cpp:911
GNEInspectorFrame::NeteditAttributesEditor::onCmdSetNeteditAttribute
long onCmdSetNeteditAttribute(FXObject *, FXSelector, void *)
Definition: GNEInspectorFrame.cpp:815
GNEFrameAttributesModuls::AttributesEditor
Definition: GNEFrameAttributesModuls.h:305
GNEEdge
A road/street connecting two junctions (netedit-version)
Definition: GNEEdge.h:50
GNEInspectorFrame::OverlappedInspection::~OverlappedInspection
~OverlappedInspection()
destructor
Definition: GNEInspectorFrame.cpp:431
GNEInspectorFrame::GEOAttributesEditor::myGEOAttributeTextField
FXTextField * myGEOAttributeTextField
textField for GEOAttribute
Definition: GNEInspectorFrame.h:257
GNEInspectorFrame::TemplateEditor::mySetTemplateButton
FXButton * mySetTemplateButton
set template button
Definition: GNEInspectorFrame.h:324
GNEInspectorFrame::NeteditAttributesEditor::myLabelBlockMovement
FXLabel * myLabelBlockMovement
Label for Check blocked movement.
Definition: GNEInspectorFrame.h:181
GNEInspectorFrame::NeteditAttributesEditor::showNeteditAttributesEditor
void showNeteditAttributesEditor()
show netedit attributes editor
Definition: GNEInspectorFrame.cpp:645
GNEInspectorFrame::~GNEInspectorFrame
~GNEInspectorFrame()
Destructor.
Definition: GNEInspectorFrame.cpp:116
GNEInspectorFrame::GEOAttributesEditor::GEOAttributesEditor
GEOAttributesEditor()
FOX needs this.
Definition: GNEInspectorFrame.h:244
GNEInspectorFrame::NeteditAttributesEditor::myTextFieldAdditionalParent
FXTextField * myTextFieldAdditionalParent
pointer for change additional parent
Definition: GNEInspectorFrame.h:175
GNEInspectorFrame::TemplateEditor::getEdgeTemplate
GNEEdge * getEdgeTemplate() const
get the template edge (to copy attributes from)
Definition: GNEInspectorFrame.cpp:1130
GNEInspectorFrame::NeteditAttributesEditor::myHorizontalFrameBlockShape
FXHorizontalFrame * myHorizontalFrameBlockShape
@frame horizontal frame for block shape
Definition: GNEInspectorFrame.h:187
GNEInspectorFrame::GEOAttributesEditor::myInspectorFrameParent
GNEInspectorFrame * myInspectorFrameParent
current GNEInspectorFrame parent
Definition: GNEInspectorFrame.h:248
GNEInspectorFrame::OverlappedInspection::myOverlappedElementList
FXList * myOverlappedElementList
list of overlapped elements
Definition: GNEInspectorFrame.h:109
GNEInspectorFrame::NeteditAttributesEditor::myLabelBlockShape
FXLabel * myLabelBlockShape
Label for Check blocked shape.
Definition: GNEInspectorFrame.h:190
GNEInspectorFrame::NeteditAttributesEditor::onCmdNeteditAttributeHelp
long onCmdNeteditAttributeHelp(FXObject *, FXSelector, void *)
Called when user press the help button.
Definition: GNEInspectorFrame.cpp:880
GNEViewNetHelper::ObjectsUnderCursor
class used to group all variables related with objects under cursor after a click over view
Definition: GNEViewNetHelper.h:149
GNEInspectorFrame::NeteditAttributesEditor::myLabelAdditionalParent
FXLabel * myLabelAdditionalParent
Label for additional parent.
Definition: GNEInspectorFrame.h:172
GNEInspectorFrame::myGenericParametersEditor
GNEFrameAttributesModuls::GenericParametersEditor * myGenericParametersEditor
Generic parameters editor.
Definition: GNEInspectorFrame.h:417
GNEInspectorFrame::OverlappedInspection::onCmdNextElement
long onCmdNextElement(FXObject *, FXSelector, void *)
Inspect next Element (from top to bot)
Definition: GNEInspectorFrame.cpp:530
GNEInspectorFrame::NeteditAttributesEditor::myCheckBoxBlockMovement
FXCheckButton * myCheckBoxBlockMovement
pointer to check box "Block movement"
Definition: GNEInspectorFrame.h:184
GNEInspectorFrame::GEOAttributesEditor::onCmdGEOAttributeHelp
long onCmdGEOAttributeHelp(FXObject *, FXSelector, void *)
Called when user press the help button.
Definition: GNEInspectorFrame.cpp:1054
GNEInspectorFrame::TemplateEditor::showTemplateEditor
void showTemplateEditor()
show template editor
Definition: GNEInspectorFrame.cpp:1103
GNEInspectorFrame::OverlappedInspection::mySavedClickedPosition
Position mySavedClickedPosition
saved clicked position
Definition: GNEInspectorFrame.h:121
GNEInspectorFrame::OverlappedInspection::myPreviousElement
FXButton * myPreviousElement
Previous element button.
Definition: GNEInspectorFrame.h:100
GNEInspectorFrame::updateFrameAfterUndoRedo
void updateFrameAfterUndoRedo()
function called after undo/redo in the current frame (can be reimplemented in frame children)
Definition: GNEInspectorFrame.cpp:373
GNEInspectorFrame::getTemplateEditor
TemplateEditor * getTemplateEditor() const
get template editor
Definition: GNEInspectorFrame.cpp:345
GNEInspectorFrame::myTemplateEditor
TemplateEditor * myTemplateEditor
Template editor.
Definition: GNEInspectorFrame.h:420
Position
A point in 2D or 3D with translation and scaling methods.
Definition: Position.h:39
GNEInspectorFrame::GEOAttributesEditor
Definition: GNEInspectorFrame.h:212
GNEFrameModuls::AttributeCarrierHierarchy
Definition: GNEFrameModuls.h:291
GNEInspectorFrame::myAttributesEditor
GNEFrameAttributesModuls::AttributesEditor * myAttributesEditor
Attribute editor.
Definition: GNEInspectorFrame.h:408
GNEInspectorFrame::OverlappedInspection::onCmdListItemSelected
long onCmdListItemSelected(FXObject *, FXSelector, void *)
called when a list item is selected
Definition: GNEInspectorFrame.cpp:558
GNEInspectorFrame::NeteditAttributesEditor::~NeteditAttributesEditor
~NeteditAttributesEditor()
destructor
Definition: GNEInspectorFrame.cpp:641
GNEInspectorFrame::NeteditAttributesEditor::myHelpButton
FXButton * myHelpButton
button for help
Definition: GNEInspectorFrame.h:205
GNEInspectorFrame::GEOAttributesEditor::myUseGEOFrame
FXHorizontalFrame * myUseGEOFrame
horizontal frame for use GEO
Definition: GNEInspectorFrame.h:260
GNEInspectorFrame::OverlappedInspection::hideOverlappedInspection
void hideOverlappedInspection()
hide template editor
Definition: GNEInspectorFrame.cpp:457
GNEInspectorFrame::GEOAttributesEditor::onCmdSetGEOAttribute
long onCmdSetGEOAttribute(FXObject *, FXSelector, void *)
Called when user change the current GEO Attribute.
Definition: GNEInspectorFrame.cpp:1007
GNEInspectorFrame::GNEInspectorFrame
GNEInspectorFrame()
FOX needs this.
Definition: GNEInspectorFrame.h:395
GNEInspectorFrame::OverlappedInspection::showOverlappedInspection
void showOverlappedInspection(const GNEViewNetHelper::ObjectsUnderCursor &objectsUnderCursor, const Position &clickedPosition)
show template editor
Definition: GNEInspectorFrame.cpp:435
GNEInspectorFrame::NeteditAttributesEditor::NeteditAttributesEditor
NeteditAttributesEditor()
FOX needs this.
Definition: GNEInspectorFrame.h:162
GNEInspectorFrame::getAttributesEditor
GNEFrameAttributesModuls::AttributesEditor * getAttributesEditor() const
get AttributesEditor
Definition: GNEInspectorFrame.cpp:339
GNEInspectorFrame::OverlappedInspection::myOverlappedACs
std::vector< GNEAttributeCarrier * > myOverlappedACs
objects under cursor
Definition: GNEInspectorFrame.h:115
GNEInspectorFrame::myNeteditAttributesEditor
NeteditAttributesEditor * myNeteditAttributesEditor
Netedit Attributes editor.
Definition: GNEInspectorFrame.h:411
GNEInspectorFrame::myOverlappedInspection
OverlappedInspection * myOverlappedInspection
Overlapped Inspection.
Definition: GNEInspectorFrame.h:405
GNEInspectorFrame::OverlappedInspection::checkSavedPosition
bool checkSavedPosition(const Position &clickedPosition) const
check if given position is near to saved position
Definition: GNEInspectorFrame.cpp:470
GNEInspectorFrame::NeteditAttributesEditor::myInspectorFrameParent
GNEInspectorFrame * myInspectorFrameParent
pointer to inspector frame parent
Definition: GNEInspectorFrame.h:166
GNEInspectorFrame::GEOAttributesEditor::myHelpButton
FXButton * myHelpButton
button for help
Definition: GNEInspectorFrame.h:269
GNEInspectorFrame::TemplateEditor::setEdgeTemplate
void setEdgeTemplate(GNEEdge *tpl)
seh the template edge (we assume shared responsibility via reference counting)
Definition: GNEInspectorFrame.cpp:1136
GNEInspectorFrame::OverlappedInspection::myNextElement
FXButton * myNextElement
Next element button.
Definition: GNEInspectorFrame.h:106
GNEInspectorFrame::NeteditAttributesEditor::myCheckBoxBlockShape
FXCheckButton * myCheckBoxBlockShape
pointer to check box "Block Shape"
Definition: GNEInspectorFrame.h:193
GNEInspectorFrame::NeteditAttributesEditor
Definition: GNEInspectorFrame.h:131
GNEInspectorFrame::inspectChild
void inspectChild(GNEAttributeCarrier *AC, GNEAttributeCarrier *previousElement)
inspect child of already inspected element
Definition: GNEInspectorFrame.cpp:299
GNEInspectorFrame::hide
void hide()
hide inspector frame
Definition: GNEInspectorFrame.cpp:128
GNEInspectorFrame::TemplateEditor::hideTemplateEditor
void hideTemplateEditor()
hide template editor
Definition: GNEInspectorFrame.cpp:1120
GNEInspectorFrame::TemplateEditor
Definition: GNEInspectorFrame.h:276
GNEInspectorFrame::OverlappedInspection::onCmdOverlappingHelp
long onCmdOverlappingHelp(FXObject *, FXSelector, void *)
Called when user press the help button.
Definition: GNEInspectorFrame.cpp:572
GNEInspectorFrame::myPreviousElementDeleteWasMarked
bool myPreviousElementDeleteWasMarked
flag to ckec if myPreviousElementDelete was marked in Delete Frame
Definition: GNEInspectorFrame.h:435
GNEInspectorFrame::OverlappedInspection::nextElement
bool nextElement(const Position &clickedPosition)
try to go to next element if clicked position is near to saved position
Definition: GNEInspectorFrame.cpp:476
GNEInspectorFrame::TemplateEditor::myInspectorFrameParent
GNEInspectorFrame * myInspectorFrameParent
current GNEInspectorFrame parent
Definition: GNEInspectorFrame.h:318
GNEInspectorFrame::processDemandSupermodeClick
bool processDemandSupermodeClick(const Position &clickedPosition, GNEViewNetHelper::ObjectsUnderCursor &objectsUnderCursor)
process click over Viewnet in Supermode Demand
Definition: GNEInspectorFrame.cpp:175
GNEInspectorFrame::OverlappedInspection
FOX-declaration.
Definition: GNEInspectorFrame.h:43
GNEFrameAttributesModuls::GenericParametersEditor
Definition: GNEFrameAttributesModuls.h:398
GNEInspectorFrame::GEOAttributesEditor::myUseGEOCheckButton
FXCheckButton * myUseGEOCheckButton
checkBox for use GEO
Definition: GNEInspectorFrame.h:266
GNEInspectorFrame::OverlappedInspection::onCmdPreviousElement
long onCmdPreviousElement(FXObject *, FXSelector, void *)
Inspect previous element (from top to bot)
Definition: GNEInspectorFrame.cpp:512
GNEInspectorFrame::OverlappedInspection::myHelpButton
FXButton * myHelpButton
button for help
Definition: GNEInspectorFrame.h:112
GNEInspectorFrame::OverlappedInspection::myItemIndex
size_t myItemIndex
current index item
Definition: GNEInspectorFrame.h:118
GNEInspectorFrame::getOverlappedInspection
OverlappedInspection * getOverlappedInspection() const
get OverlappedInspection modul
Definition: GNEInspectorFrame.cpp:351
GNEInspectorFrame::TemplateEditor::onCmdSetTemplate
long onCmdSetTemplate(FXObject *, FXSelector, void *)
set current edge as new template
Definition: GNEInspectorFrame.cpp:1161
GNEInspectorFrame::GEOAttributesEditor::hideGEOAttributesEditor
void hideGEOAttributesEditor()
hide GEO attributes editor
Definition: GNEInspectorFrame.cpp:981
GNEInspectorFrame::TemplateEditor::TemplateEditor
TemplateEditor()
FOX needs this.
Definition: GNEInspectorFrame.h:314
GNEFrame.h
GNEInspectorFrame::TemplateEditor::myCopyTemplateButton
FXButton * myCopyTemplateButton
copy template button
Definition: GNEInspectorFrame.h:321
GNEInspectorFrame::OverlappedInspection::myInspectorFrameParent
GNEInspectorFrame * myInspectorFrameParent
current GNEInspectorFrame parent
Definition: GNEInspectorFrame.h:97
GNEInspectorFrame
Definition: GNEInspectorFrame.h:34
GNEAttributeCarrier
Definition: GNEAttributeCarrier.h:54
GNEInspectorFrame::GEOAttributesEditor::myGEOAttributeFrame
FXHorizontalFrame * myGEOAttributeFrame
horizontal frame for GEOAttribute
Definition: GNEInspectorFrame.h:251
GNEInspectorFrame::processNetworkSupermodeClick
bool processNetworkSupermodeClick(const Position &clickedPosition, GNEViewNetHelper::ObjectsUnderCursor &objectsUnderCursor)
process click over Viewnet in Supermode Network
Definition: GNEInspectorFrame.cpp:135
GNEInspectorFrame::show
void show()
show inspector frame
Definition: GNEInspectorFrame.cpp:120
GNEInspectorFrame::OverlappedInspection::OverlappedInspection
OverlappedInspection()
FOX needs this.
Definition: GNEInspectorFrame.h:93