#include <TdkGeographicLayoutObject.h>
Inheritance diagram for TdkGeographicLayoutObject:
Public Member Functions | |
virtual bool | insert (TeDatabase *dbCaller)=0 |
virtual bool | load (TeDatabase *dbCaller)=0 |
virtual bool | update (TeDatabase *dbCaller)=0 |
virtual void | remove (TeDatabase *dbCaller)=0 |
virtual void | setVisual (TeVisual &visual) |
virtual TeVisual & | getVisual () |
virtual void | setBBox (TeBox &bbox) |
virtual TeBox & | getBBox () |
virtual void | updateBBox () |
virtual void | transform (TdkMathMatrix &matrix) |
virtual void | draw ()=0 |
Protected Attributes | |
TdkVisual | visual_ |
TeBox | bBox_ |
virtual bool TdkGeographicLayoutObject::insert | ( | TeDatabase * | dbCaller | ) | [pure virtual] |
virtual bool TdkGeographicLayoutObject::load | ( | TeDatabase * | dbCaller | ) | [pure virtual] |
virtual bool TdkGeographicLayoutObject::update | ( | TeDatabase * | dbCaller | ) | [pure virtual] |
virtual void TdkGeographicLayoutObject::remove | ( | TeDatabase * | dbCaller | ) | [pure virtual] |
void TdkGeographicLayoutObject::setVisual | ( | TeVisual & | visual | ) | [inline, virtual] |
TeVisual & TdkGeographicLayoutObject::getVisual | ( | ) | [inline, virtual] |
Implements TdkLayoutObject.
void TdkGeographicLayoutObject::setBBox | ( | TeBox & | bbox | ) | [inline, virtual] |
Reimplemented from TdkLayoutObject.
TeBox & TdkGeographicLayoutObject::getBBox | ( | ) | [inline, virtual] |
Reimplemented from TdkLayoutObject.
void TdkGeographicLayoutObject::updateBBox | ( | ) | [inline, virtual] |
Implements TdkLayoutObject.
void TdkGeographicLayoutObject::transform | ( | TdkMathMatrix & | matrix | ) | [inline, virtual] |
Implements TdkEditableObject.
virtual void TdkGeographicLayoutObject::draw | ( | ) | [pure virtual] |
TdkVisual TdkGeographicLayoutObject::visual_ [protected] |
TeBox TdkGeographicLayoutObject::bBox_ [protected] |
Reimplemented from TdkLayoutObject.