filters
Key Class Reference
#include <key.h>
Inheritance diagram for Key:

Detailed Description
This class hold a real paragraph.It tells about the text in this paragraph, its format, etc. The complete text is a list of Key instances. A footnote is a list of paragraph instances (now but not in the "futur").
Definition at line 38 of file key.h.
Public Types | |
enum | eKeyType { PIXMAP, PICTURE } |
Public Member Functions | |
Key (eKeyType) | |
virtual | ~Key () |
QString | getName () const |
QString | getFilename () const |
int | getHour () const |
int | getMSec () const |
int | getDay () const |
int | getMinute () const |
int | getSecond () const |
int | getMonth () const |
int | getYear () const |
void | setName (QString name) |
void | setFilename (QString filename) |
void | setHour (int hour) |
void | setMSec (int msec) |
void | setDay (int day) |
void | setMinute (int minute) |
void | setSecond (int second) |
void | setMonth (int month) |
void | setYear (int year) |
void | analyse (const QDomNode) |
void | generate (QTextStream &) |
Constructor & Destructor Documentation
|
Constructors. Creates a new instance of Key.
|
Member Function Documentation
|
Get informations from a markup tree.
|
|
Write the paragraph in a file.
|
|
|
|
Modifiers.
|
The documentation for this class was generated from the following files: