Main Page | Class Hierarchy | Class List | File List | Class Members | File Members

AuthorForm Class Reference

#include <authorform.h>

Collaboration diagram for AuthorForm:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 AuthorForm (QWidget *parent=0, const char *name=0, WFlags fl=0)
 ~AuthorForm ()

Public Attributes

QLabel * TextLabel1
QLineEdit * firstname
QLabel * TextLabel2
QLineEdit * lastname
QLabel * TextLabel3
QLineEdit * pseudonym
QLabel * TextLabel6
QLineEdit * country
QLabel * TextLabel4
QLineEdit * born
QLabel * TextLabel5
QLineEdit * died
QLabel * TextLabel7
QTextEdit * memo
LinkListBoxpublications
LinkListBoxparts
LinkListBoxlinks
QLabel * created
QLabel * modified

Protected Slots

virtual void languageChange ()

Protected Attributes

QHBoxLayout * AuthorFormLayout
QVBoxLayout * Layout20
QHBoxLayout * Layout12
QVBoxLayout * Layout11
QVBoxLayout * Layout12_2
QHBoxLayout * Layout1
QHBoxLayout * Layout2
QHBoxLayout * Layout11_2
QHBoxLayout * Layout6
QHBoxLayout * Layout4
QHBoxLayout * Layout5
QVBoxLayout * Layout8
QHBoxLayout * Layout17
QHBoxLayout * Layout18
QHBoxLayout * Layout19
QHBoxLayout * Layout18_2

Private Member Functions

void init ()

Private Attributes

QPixmap image0

Constructor & Destructor Documentation

AuthorForm::AuthorForm QWidget *  parent = 0,
const char *  name = 0,
WFlags  fl = 0
 

Definition at line 30 of file authorform.cpp.

References AuthorFormLayout, born, country, created, died, firstname, init(), languageChange(), lastname, Layout1, Layout11, Layout11_2, Layout12, Layout12_2, Layout17, Layout18, Layout18_2, Layout19, Layout2, Layout20, Layout4, Layout5, Layout6, Layout8, links, memo, modified, parts, pseudonym, publications, TextLabel1, TextLabel2, TextLabel3, TextLabel4, TextLabel5, TextLabel6, and TextLabel7.

AuthorForm::~AuthorForm  ) 
 

Definition at line 171 of file authorform.cpp.


Member Function Documentation

void AuthorForm::init  )  [private]
 

Definition at line 26 of file authorform.ui.h.

References links, parts, and publications.

Referenced by AuthorForm().

void AuthorForm::languageChange  )  [protected, virtual, slot]
 

Definition at line 180 of file authorform.cpp.

References created, modified, TextLabel1, TextLabel2, TextLabel3, TextLabel4, TextLabel5, TextLabel6, and TextLabel7.

Referenced by AuthorForm().


Member Data Documentation

QHBoxLayout* AuthorForm::AuthorFormLayout [protected]
 

Definition at line 54 of file authorform.h.

Referenced by AuthorForm().

QLineEdit* AuthorForm::born
 

Definition at line 42 of file authorform.h.

Referenced by AuthorForm(), Author::setData(), and Author::setReadonlyGui().

QLineEdit* AuthorForm::country
 

Definition at line 40 of file authorform.h.

Referenced by AuthorForm(), Author::setData(), and Author::setReadonlyGui().

QLabel* AuthorForm::created
 

Definition at line 50 of file authorform.h.

Referenced by AuthorForm(), languageChange(), and Author::setData().

QLineEdit* AuthorForm::died
 

Definition at line 44 of file authorform.h.

Referenced by AuthorForm(), Author::setData(), and Author::setReadonlyGui().

QLineEdit* AuthorForm::firstname
 

Definition at line 34 of file authorform.h.

Referenced by AuthorForm(), Author::setData(), and Author::setReadonlyGui().

QPixmap AuthorForm::image0 [private]
 

Definition at line 75 of file authorform.h.

QLineEdit* AuthorForm::lastname
 

Definition at line 36 of file authorform.h.

Referenced by AuthorForm(), Author::setData(), and Author::setReadonlyGui().

QHBoxLayout* AuthorForm::Layout1 [protected]
 

Definition at line 59 of file authorform.h.

Referenced by AuthorForm().

QVBoxLayout* AuthorForm::Layout11 [protected]
 

Definition at line 57 of file authorform.h.

Referenced by AuthorForm().

QHBoxLayout* AuthorForm::Layout11_2 [protected]
 

Definition at line 61 of file authorform.h.

Referenced by AuthorForm().

QHBoxLayout* AuthorForm::Layout12 [protected]
 

Definition at line 56 of file authorform.h.

Referenced by AuthorForm().

QVBoxLayout* AuthorForm::Layout12_2 [protected]
 

Definition at line 58 of file authorform.h.

Referenced by AuthorForm().

QHBoxLayout* AuthorForm::Layout17 [protected]
 

Definition at line 66 of file authorform.h.

Referenced by AuthorForm().

QHBoxLayout* AuthorForm::Layout18 [protected]
 

Definition at line 67 of file authorform.h.

Referenced by AuthorForm().

QHBoxLayout* AuthorForm::Layout18_2 [protected]
 

Definition at line 69 of file authorform.h.

Referenced by AuthorForm().

QHBoxLayout* AuthorForm::Layout19 [protected]
 

Definition at line 68 of file authorform.h.

Referenced by AuthorForm().

QHBoxLayout* AuthorForm::Layout2 [protected]
 

Definition at line 60 of file authorform.h.

Referenced by AuthorForm().

QVBoxLayout* AuthorForm::Layout20 [protected]
 

Definition at line 55 of file authorform.h.

Referenced by AuthorForm().

QHBoxLayout* AuthorForm::Layout4 [protected]
 

Definition at line 63 of file authorform.h.

Referenced by AuthorForm().

QHBoxLayout* AuthorForm::Layout5 [protected]
 

Definition at line 64 of file authorform.h.

Referenced by AuthorForm().

QHBoxLayout* AuthorForm::Layout6 [protected]
 

Definition at line 62 of file authorform.h.

Referenced by AuthorForm().

QVBoxLayout* AuthorForm::Layout8 [protected]
 

Definition at line 65 of file authorform.h.

Referenced by AuthorForm().

LinkListBox* AuthorForm::links
 

Definition at line 49 of file authorform.h.

Referenced by AuthorForm(), Author::deleteNote(), init(), Author::setData(), and Author::setWorkingGui().

QTextEdit* AuthorForm::memo
 

Definition at line 46 of file authorform.h.

Referenced by Author::Author(), AuthorForm(), Author::setData(), and Author::setReadonlyGui().

QLabel* AuthorForm::modified
 

Definition at line 51 of file authorform.h.

Referenced by AuthorForm(), languageChange(), and Author::setData().

LinkListBox* AuthorForm::parts
 

Definition at line 48 of file authorform.h.

Referenced by AuthorForm(), Author::deletePart(), init(), Author::setData(), and Author::setWorkingGui().

QLineEdit* AuthorForm::pseudonym
 

Definition at line 38 of file authorform.h.

Referenced by AuthorForm(), Author::setData(), and Author::setReadonlyGui().

LinkListBox* AuthorForm::publications
 

Definition at line 47 of file authorform.h.

Referenced by AuthorForm(), Author::deletePublication(), init(), Author::setData(), and Author::setWorkingGui().

QLabel* AuthorForm::TextLabel1
 

Definition at line 33 of file authorform.h.

Referenced by AuthorForm(), and languageChange().

QLabel* AuthorForm::TextLabel2
 

Definition at line 35 of file authorform.h.

Referenced by AuthorForm(), and languageChange().

QLabel* AuthorForm::TextLabel3
 

Definition at line 37 of file authorform.h.

Referenced by AuthorForm(), and languageChange().

QLabel* AuthorForm::TextLabel4
 

Definition at line 41 of file authorform.h.

Referenced by AuthorForm(), and languageChange().

QLabel* AuthorForm::TextLabel5
 

Definition at line 43 of file authorform.h.

Referenced by AuthorForm(), and languageChange().

QLabel* AuthorForm::TextLabel6
 

Definition at line 39 of file authorform.h.

Referenced by AuthorForm(), and languageChange().

QLabel* AuthorForm::TextLabel7
 

Definition at line 45 of file authorform.h.

Referenced by AuthorForm(), and languageChange().


The documentation for this class was generated from the following files:
Generated on Sat Mar 27 19:22:19 2004 for Literature by doxygen 1.3.6-20040222