#include <TdkViewLayoutObject.h>
Inheritance diagram for TdkViewLayoutObject:
Public Member Functions | |
TdkViewLayoutObject (std::string name, TeBox &bBox, TdkObjectGID &viewGID) | |
TdkViewLayoutObject (std::string name, TeBox &bBox) | |
TdkViewLayoutObject (TdkViewLayoutObject &viewLayoutObject) | |
virtual TdkObjectGID & | getViewGID () |
virtual bool | useCurrentView () |
virtual TdkTemplateObject * | createTemplate () |
virtual std::string | getTemplateName () |
Protected Attributes | |
TdkObjectGID | viewGID_ |
bool | currentView_ |
TdkViewLayoutObject::TdkViewLayoutObject | ( | std::string | name, | |
TeBox & | bBox, | |||
TdkObjectGID & | viewGID | |||
) |
TdkViewLayoutObject::TdkViewLayoutObject | ( | std::string | name, | |
TeBox & | bBox | |||
) |
TdkViewLayoutObject::TdkViewLayoutObject | ( | TdkViewLayoutObject & | viewLayoutObject | ) |
TdkObjectGID & TdkViewLayoutObject::getViewGID | ( | ) | [inline, virtual] |
bool TdkViewLayoutObject::useCurrentView | ( | ) | [inline, virtual] |
TdkTemplateObject * TdkViewLayoutObject::createTemplate | ( | ) | [virtual] |
Reimplemented from TdkApplicationLayoutObject.
std::string TdkViewLayoutObject::getTemplateName | ( | ) | [inline, virtual] |
Reimplemented from TdkApplicationLayoutObject.
Reimplemented in TdkDetailLayoutObject, TdkGraphicalScaleLayoutObject, TdkLegendLayoutObject, TdkMapLayoutObject, and TdkNorthLayoutObject.
TdkObjectGID TdkViewLayoutObject::viewGID_ [protected] |
bool TdkViewLayoutObject::currentView_ [protected] |