filters
Element Class Reference
#include <element.h>
Inheritance diagram for Element:

Detailed Description
This class is a element.An element is a component of a frame (text, picture, formula, ...).
Definition at line 97 of file export/element.h.
Public Types | |
LATEX_NONE | |
LATEX_ENV | |
LATEX_MATH | |
LATEX_COMMAND | |
enum | EType { LATEX_NONE, LATEX_ENV, LATEX_MATH, LATEX_COMMAND } |
Public Member Functions | |
Element () | |
virtual | ~Element () |
SSect | getSection () const |
SType | getType () const |
SInfo | getInfo () const |
QString | getName () const |
bool | isVisible () const |
bool | isRemovable () const |
QString | getGrpMgr () const |
int | getRow () const |
int | getCol () const |
int | getRows () const |
int | getCols () const |
bool | isTable () const |
void | setType (SType t) |
void | setSection (SSect s) |
void | setVisible (bool v) |
void | setRemovable (bool r) |
void | setGrpMgr (QString g) |
void | setRow (int r) |
void | setCol (int c) |
void | setRows (int r) |
void | setCols (int c) |
virtual void | analyse (const QDomNode) |
virtual void | generate (QTextStream &)=0 |
EType | getType () const |
virtual QString | getName () const |
void | setType (EType t) |
virtual void | print (int tab=0)=0 |
Constructor & Destructor Documentation
Element::Element | ( | ) |
Member Function Documentation
void Element::analyse | ( | const | QDomNode | ) | [virtual] |
Get informations about frameset markupt only from a markup tree.
Reimplemented in Formula, Table, Formula, PixmapFrame, and TextFrame.
Definition at line 55 of file export/element.cc.
virtual void Element::generate | ( | QTextStream & | ) | [pure virtual] |
SSect Element::getSection | ( | ) | const [inline] |
void Element::setType | ( | SType | t | ) | [inline] |
The documentation for this class was generated from the following files: