IMHOTEP Framework
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Pages
Public Types | Public Member Functions | Public Attributes | Static Public Attributes | List of all members
AnnotationControl Class Reference
Inheritance diagram for AnnotationControl:
Inheritance graph
[legend]
Collaboration diagram for AnnotationControl:
Collaboration graph
[legend]

Public Types

enum  AnnotationType { pin, plane, sphere }
 

Public Member Functions

void AddAnnotationPressed ()
 
void ToggleAnnotationsList ()
 
void ChangeColorPressed (GameObject newColorButton)
 
void changeAnnoTypeToPin ()
 
void changeAnnoTypeToPlane ()
 
void changeAnnoTypeToSphere ()
 
void OnMeshClicked (PointerEventData eventData)
 
void hoveredOverMesh (PointerEventData eventData)
 
void pointerExitMesh (PointerEventData eventData)
 
void closeAnnotationScreen ()
 
bool isCurrentAnnotation (GameObject annotation)
 
void updateListInLabelPositioner ()
 
List< GameObject > getAnnotationList ()
 
void resetLayers ()
 
bool annotationClicked (PointerEventData data)
 Called by Annotation when Clicked on Annotation More...
 
void deleteAllAnnotations ()
 
void clearAll ()
 
void createAnnotation (AnnotationJson annotation)
 
void updatePatientAnnotationList ()
 
void EditAnnotation (GameObject aListEntry)
 
void DeleteAnnotation (GameObject aListEntry)
 

Public Attributes

GameObject annotationPinGroupObj
 
GameObject annotationPlaneGroupObj
 
GameObject annotationSphereGroupObj
 
GameObject annotationLabel
 
GameObject annotationListEntry
 
GameObject annotationToolBar
 
GameObject ListScreen
 
GameObject AddEditScreen
 
GameObject instructionText
 
GameObject annotationSettings
 
GameObject meshNode
 
GameObject meshPositionNode
 
float previewTransparency = 0.2f
 
float editAnnotationTransparency = 0.2f
 
float defaultTransperency = 0.4f
 
float organTransparency = 0.4f
 

Static Public Attributes

static AnnotationControl instance
 

Detailed Description

Definition at line 50 of file AnnotationControl.cs.

Member Function Documentation

bool AnnotationControl.annotationClicked ( PointerEventData  data)
inline

Called by Annotation when Clicked on Annotation

Returns
true, if clicked Annotation is current Annotation at the moment, false otherwise.
Parameters
dataeventdata of click event Data.

Definition at line 572 of file AnnotationControl.cs.


The documentation for this class was generated from the following file: