Marmot
Public Member Functions
Marmot::Common::Content::Content Class Reference

Logical page content. More...

Inheritance diagram for Marmot::Common::Content::Content:
Marmot::Common::Content::Composite Marmot::Common::Content::Leaf

List of all members.

Public Member Functions

def __init__
 Constructor of content.
def getLabel
def getBox
def setBox
def getLid
def getPlid
def setPlid
def isLeaf
 Tell whether object is Leaf or not.
def __str__

Detailed Description

Logical page content.

Remarks:
This an abstract base class.

Constructor & Destructor Documentation

def Marmot::Common::Content::Content::__init__ (   self,
  label,
  lid,
  plid,
  box 
)

Constructor of content.

Parameters:
labellabel of content
lidlogical ID
plidparent's logical ID
boxbounding box

Member Function Documentation

def Marmot::Common::Content::Content::isLeaf (   self)

Tell whether object is Leaf or not.

Returns:
True if object is leaf; False elsewise.

Reimplemented in Marmot::Common::Content::Composite, and Marmot::Common::Content::Leaf.


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