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) | |
| 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
| Key::Key | ( | eKeyType | type | ) |
Member Function Documentation
| QString Key::getName | ( | ) | const [inline] |
| void Key::analyse | ( | const QDomNode | balise | ) |
| void Key::generate | ( | QTextStream & | out | ) |
The documentation for this class was generated from the following files:

