kpilot
DBRecordEditor Class Reference
#include <dbRecordEditor.h>
Public Member Functions | |
DBRecordEditor (PilotRecord *r=0L, int n=-1, QWidget *parent=0) | |
~DBRecordEditor () | |
Protected Slots | |
virtual void | languageChange () |
virtual void | slotCancel () |
virtual void | slotOk () |
Protected Member Functions | |
void | fillWidgets () |
void | initWidgets () |
Protected Attributes | |
QGridLayout * | DBRecordEditorBaseLayout |
QCheckBox * | fArchived |
char * | fBuffer |
QCheckBox * | fBusy |
QCheckBox * | fDeleted |
QCheckBox * | fDirty |
QButtonGroup * | fFlagsGroup |
QGridLayout * | fFlagsGroupLayout |
QWidget * | fRecordData |
KHE::BytesEditInterface * | fRecordDataIf |
QLineEdit * | fRecordID |
QLabel * | fRecordIDLabel |
QLineEdit * | fRecordIndex |
QLabel * | fRecordIndexLabel |
QCheckBox * | fSecret |
QWidget * | fWidget |
int | nr |
PilotRecord * | rec |
Detailed Description
Definition at line 53 of file dbRecordEditor.h.
Constructor & Destructor Documentation
DBRecordEditor::DBRecordEditor | ( | PilotRecord * | r = 0L , |
|
int | n = -1 , |
|||
QWidget * | parent = 0 | |||
) |
Definition at line 52 of file dbRecordEditor.cc.
DBRecordEditor::~DBRecordEditor | ( | ) |
Definition at line 66 of file dbRecordEditor.cc.
Member Function Documentation
void DBRecordEditor::fillWidgets | ( | ) | [protected] |
Definition at line 208 of file dbRecordEditor.cc.
void DBRecordEditor::initWidgets | ( | ) | [protected] |
Definition at line 118 of file dbRecordEditor.cc.
void DBRecordEditor::languageChange | ( | ) | [protected, virtual, slot] |
Definition at line 104 of file dbRecordEditor.cc.
void DBRecordEditor::slotCancel | ( | ) | [protected, virtual, slot] |
Definition at line 99 of file dbRecordEditor.cc.
void DBRecordEditor::slotOk | ( | ) | [protected, virtual, slot] |
Definition at line 72 of file dbRecordEditor.cc.
Member Data Documentation
QGridLayout* DBRecordEditor::DBRecordEditorBaseLayout [protected] |
Definition at line 75 of file dbRecordEditor.h.
QCheckBox* DBRecordEditor::fArchived [protected] |
Definition at line 70 of file dbRecordEditor.h.
char* DBRecordEditor::fBuffer [protected] |
Definition at line 81 of file dbRecordEditor.h.
QCheckBox* DBRecordEditor::fBusy [protected] |
Definition at line 68 of file dbRecordEditor.h.
QCheckBox* DBRecordEditor::fDeleted [protected] |
Definition at line 67 of file dbRecordEditor.h.
QCheckBox* DBRecordEditor::fDirty [protected] |
Definition at line 66 of file dbRecordEditor.h.
QButtonGroup* DBRecordEditor::fFlagsGroup [protected] |
Definition at line 65 of file dbRecordEditor.h.
QGridLayout* DBRecordEditor::fFlagsGroupLayout [protected] |
Definition at line 76 of file dbRecordEditor.h.
QWidget* DBRecordEditor::fRecordData [protected] |
Definition at line 71 of file dbRecordEditor.h.
KHE::BytesEditInterface* DBRecordEditor::fRecordDataIf [protected] |
Definition at line 72 of file dbRecordEditor.h.
QLineEdit* DBRecordEditor::fRecordID [protected] |
Definition at line 64 of file dbRecordEditor.h.
QLabel* DBRecordEditor::fRecordIDLabel [protected] |
Definition at line 62 of file dbRecordEditor.h.
QLineEdit* DBRecordEditor::fRecordIndex [protected] |
Definition at line 63 of file dbRecordEditor.h.
QLabel* DBRecordEditor::fRecordIndexLabel [protected] |
Definition at line 61 of file dbRecordEditor.h.
QCheckBox* DBRecordEditor::fSecret [protected] |
Definition at line 69 of file dbRecordEditor.h.
QWidget* DBRecordEditor::fWidget [protected] |
Definition at line 80 of file dbRecordEditor.h.
int DBRecordEditor::nr [protected] |
Definition at line 88 of file dbRecordEditor.h.
PilotRecord* DBRecordEditor::rec [protected] |
Definition at line 87 of file dbRecordEditor.h.
The documentation for this class was generated from the following files: