Example #1
0
 public void RestoreSelectionStructures(SelectMgr_SelectableObject theObj, int theMode)
 {
     throw new NotImplementedException();
 }
Example #2
0
 public bool IsActivated(SelectMgr_SelectableObject theObject)
 {
     throw new NotImplementedException();
 }
 public bool IsInside(SelectMgr_SelectableObject theSelectableObject, int theMode)
 {
     throw new NotImplementedException();
 }
Example #4
0
 public bool Contains(SelectMgr_SelectableObject theObject)
 {
     throw new NotImplementedException();
 }
Example #5
0
 public void Activate(SelectMgr_SelectableObject theObject, int theMode)
 {
     throw new NotImplementedException();
 }
Example #6
0
 public void SetUpdateMode(SelectMgr_SelectableObject theObject, int theMode, SelectMgr_TypeOfUpdate theType)
 {
     throw new NotImplementedException();
 }
Example #7
0
 public void UpdateSelection(SelectMgr_SelectableObject theObj)
 {
     throw new NotImplementedException();
 }
Example #8
0
 public bool Append(SelectMgr_SelectableObject theObject)
 {
     throw new NotImplementedException();
 }
Example #9
0
 public void ChangeSubset(SelectMgr_SelectableObject theObject)
 {
     throw new NotImplementedException();
 }
 public void RebuildSensitivesTree(SelectMgr_SelectableObject theObject)
 {
     throw new NotImplementedException();
 }
Example #11
0
 public SelectMgr_SelectableObject(SelectMgr_SelectableObject parameter1)
     : base()
 {
     throw new NotImplementedException("Native class is abstract");
 }
 public void RemoveSelectionOfObject(SelectMgr_SelectableObject theObject, SelectMgr_Selection theSelection)
 {
     throw new NotImplementedException();
 }
 public void AddSelectionToObject(SelectMgr_SelectableObject theObject, SelectMgr_Selection theSelection)
 {
     throw new NotImplementedException();
 }
 public TCollection_AsciiString Status(SelectMgr_SelectableObject theSelectableObject)
 {
     throw new NotImplementedException();
 }
Example #15
0
 public void RecomputeSelection(SelectMgr_SelectableObject theObject, bool theIsForce)
 {
     throw new NotImplementedException();
 }
Example #16
0
 public int appropriateSubset(SelectMgr_SelectableObject theObject)
 {
     throw new NotImplementedException();
 }
Example #17
0
 public void Update(SelectMgr_SelectableObject theObject, bool theIsForce)
 {
     throw new NotImplementedException();
 }
Example #18
0
 public int currentSubset(SelectMgr_SelectableObject theObject)
 {
     throw new NotImplementedException();
 }
Example #19
0
 public void SetSelectionSensitivity(SelectMgr_SelectableObject theObject, int theMode, int theNewSens)
 {
     throw new NotImplementedException();
 }
Example #20
0
 public bool UnBind(SelectMgr_SelectableObject theKey)
 {
     throw new NotImplementedException();
 }
Example #21
0
 public void recomputeSelectionMode(SelectMgr_SelectableObject theObject, SelectMgr_Selection theSelection,
                                    int theMode)
 {
     throw new NotImplementedException();
 }
 public bool IsSameSelectable(SelectMgr_SelectableObject theOther)
 {
     throw new NotImplementedException();
 }
Example #23
0
 public void Remove(SelectMgr_SelectableObject theObject)
 {
     throw new NotImplementedException();
 }
 public SelectMgr_EntityOwner(SelectMgr_SelectableObject aSO)
     : base()
 {
     throw new NotImplementedException();
 }
Example #25
0
 public void Deactivate(SelectMgr_SelectableObject theObject)
 {
     throw new NotImplementedException();
 }
 public void SetSelectable(SelectMgr_SelectableObject theSelObj)
 {
     throw new NotImplementedException();
 }
Example #27
0
 public void ClearSelectionStructures(SelectMgr_SelectableObject theObj)
 {
     throw new NotImplementedException();
 }
 public bool Modes(SelectMgr_SelectableObject theSelectableObject, TColStd_ListOfInteger theModeL_ist)
 {
     throw new NotImplementedException();
 }