Version: 5.4.9-ice35-b101

OmeroBlitz API
Home Previous Up Next Index

omero::model::ScreenAnnotationLink

Overview

[ "protected" ] class ScreenAnnotationLink extends IObject

Used By

ScreenAnnotationLinksSeq
Screen::addScreenAnnotationLink
Screen::addScreenAnnotationLinkToBoth
Screen::linkAnnotation
Screen::removeScreenAnnotationLink
Screen::removeScreenAnnotationLinkFromBoth

Operation Index

getVersion
setVersion
getParent
setParent
getChild
setChild
link

Data Member Index

version
parent
child

Operations

RInt getVersion()

void setVersion(RInt theVersion)

Screen getParent()

void setParent(Screen theParent)

Annotation getChild()

void setChild(Annotation theChild)

void link(Screen theParent, Annotation theChild)

Data Members

RInt version;

Screen parent;

Annotation child;


Home Previous Up Next Index