MyBooks
Classes | Public Member Functions | Public Attributes | Protected Member Functions | Private Slots | Private Member Functions | Private Attributes | List of all members
DlgAuthors Class Reference

Authors Database Maint. Dialog. More...

#include <dlgauthors.hpp>

Inheritance diagram for DlgAuthors:
Inheritance graph
[legend]
Collaboration diagram for DlgAuthors:
Collaboration graph
[legend]

Classes

class  AuthPrivate
 

Public Member Functions

 DlgAuthors (QWidget *parent=0)
 
 ~DlgAuthors ()
 

Public Attributes

bool edit = false
 
int id = 0
 

Protected Member Functions

void changeEvent (QEvent *e)
 
void showEvent (QShowEvent *)
 
void resizeEvent (QResizeEvent *)
 
void closeEvent (QCloseEvent *)
 

Private Slots

void slotAddRec ()
 
void slotDelRec ()
 
void slotUpdtRec ()
 
void slotExit ()
 
void slotRowSel ()
 
void slotFindID (int id)
 

Private Member Functions

void saveColSizes ()
 the pointer to the Designer form definition More...
 
void clearForm ()
 
void resetButtons ()
 
void loadTable ()
 
void connectGUIelements ()
 
void setupModel ()
 
void saveColWidths ()
 
void saveDataFromForm ()
 
void updateButtons ()
 
void displaySettings ()
 
void readSettings ()
 
void saveSettings ()
 

Private Attributes

AuthPrivated
 
Ui::DlgAuthors * ui
 the local private *d-ptr pointer to private data More...
 

Detailed Description

Authors Database Maint. Dialog.

This dialog provides an interface to the Authors database table to allow add, update, and delete of all Authors records.

Constructor & Destructor Documentation

◆ DlgAuthors()

DlgAuthors::DlgAuthors ( QWidget *  parent = 0)
explicit
Here is the call graph for this function:

◆ ~DlgAuthors()

DlgAuthors::~DlgAuthors ( )

Member Function Documentation

◆ changeEvent()

void DlgAuthors::changeEvent ( QEvent *  e)
protected

◆ clearForm()

void DlgAuthors::clearForm ( )
private
Here is the call graph for this function:

◆ closeEvent()

void DlgAuthors::closeEvent ( QCloseEvent *  e)
protected
Here is the call graph for this function:

◆ connectGUIelements()

void DlgAuthors::connectGUIelements ( )
private
Here is the call graph for this function:

◆ displaySettings()

void DlgAuthors::displaySettings ( )
private

◆ loadTable()

void DlgAuthors::loadTable ( )
private
Here is the call graph for this function:

◆ readSettings()

void DlgAuthors::readSettings ( )
private

◆ resetButtons()

void DlgAuthors::resetButtons ( )
private

◆ resizeEvent()

void DlgAuthors::resizeEvent ( QResizeEvent *  )
protected
Here is the call graph for this function:

◆ saveColSizes()

void DlgAuthors::saveColSizes ( )
private

the pointer to the Designer form definition

◆ saveColWidths()

void DlgAuthors::saveColWidths ( )
private

◆ saveDataFromForm()

void DlgAuthors::saveDataFromForm ( )
private
Here is the call graph for this function:

◆ saveSettings()

void DlgAuthors::saveSettings ( )
private

◆ setupModel()

void DlgAuthors::setupModel ( )
private

◆ showEvent()

void DlgAuthors::showEvent ( QShowEvent *  )
protected

◆ slotAddRec

void DlgAuthors::slotAddRec ( )
privateslot
Here is the call graph for this function:

◆ slotDelRec

void DlgAuthors::slotDelRec ( )
privateslot
Here is the call graph for this function:

◆ slotExit

void DlgAuthors::slotExit ( )
privateslot

◆ slotFindID

void DlgAuthors::slotFindID ( int  id)
privateslot
Here is the call graph for this function:

◆ slotRowSel

void DlgAuthors::slotRowSel ( )
privateslot

◆ slotUpdtRec

void DlgAuthors::slotUpdtRec ( )
privateslot
Here is the call graph for this function:

◆ updateButtons()

void DlgAuthors::updateButtons ( )
private

Member Data Documentation

◆ d

AuthPrivate* DlgAuthors::d
private

◆ edit

bool DlgAuthors::edit = false

◆ id

int DlgAuthors::id = 0

◆ ui

Ui::DlgAuthors* DlgAuthors::ui
private

the local private *d-ptr pointer to private data


The documentation for this class was generated from the following files: