Public Member Functions | Protected Member Functions | Protected Attributes

uiMarkerItem Class Reference

Inheritance diagram for uiMarkerItem:
uiGraphicsItem CallBacker

List of all members.

Public Member Functions

 uiMarkerItem (bool fill=true)
 uiMarkerItem (const MarkerStyle2D &, bool fill=true)
 uiMarkerItem (const uiPoint &, const MarkerStyle2D &, bool fill=true)
 ~uiMarkerItem ()
ODGraphicsMarkerItemqMarkerItem ()
void setMarkerStyle (const MarkerStyle2D &)
void setFill (bool)
void setFillColor (const Color &)

Protected Member Functions

QGraphicsItem * mkQtObj ()

Protected Attributes

ODGraphicsMarkerItemqmarkeritem_

Constructor & Destructor Documentation

uiMarkerItem::uiMarkerItem ( bool  fill = true  ) 
uiMarkerItem::uiMarkerItem ( const MarkerStyle2D ,
bool  fill = true 
)
uiMarkerItem::uiMarkerItem ( const uiPoint ,
const MarkerStyle2D ,
bool  fill = true 
)
uiMarkerItem::~uiMarkerItem (  ) 

Member Function Documentation

QGraphicsItem* uiMarkerItem::mkQtObj (  )  [protected, virtual]

Reimplemented from uiGraphicsItem.

ODGraphicsMarkerItem* uiMarkerItem::qMarkerItem (  )  [inline]
void uiMarkerItem::setFill ( bool   ) 
void uiMarkerItem::setFillColor ( const Color  ) 
void uiMarkerItem::setMarkerStyle ( const MarkerStyle2D  ) 

Member Data Documentation