IndexDialog Class Reference

#include <IndexDialog.h>

Collaboration diagram for IndexDialog:

Collaboration graph
[legend]

List of all members.

Public Slots

void buttonStatus ()
void addItem ()
void editItem ()
void deleteItem ()
void getList (QString &)
void help ()

Public Member Functions

 IndexDialog (QString &, QString &)
 IndexDialog ()
 ~IndexDialog ()
void getName (QString &)
void setList (QString &)

Private Attributes

QLineEdit * name
Toolbartoolbar
QListView * list
QDict< QString > symbolDict
QString helpFile


Detailed Description

Definition at line 29 of file IndexDialog.h.


Constructor & Destructor Documentation

IndexDialog::IndexDialog ( QString &  nam,
QString &  l 
)

Definition at line 37 of file IndexDialog.cpp.

References Toolbar::addButton(), addItem(), buttonStatus(), deleteItem(), editItem(), Toolbar::getButton(), help(), helpFile, list, name, setList(), toolbar, and Toolbar::Vertical.

IndexDialog::IndexDialog (  ) 

Definition at line 100 of file IndexDialog.cpp.

IndexDialog::~IndexDialog (  ) 

Definition at line 104 of file IndexDialog.cpp.


Member Function Documentation

void IndexDialog::getName ( QString &  d  ) 

Definition at line 267 of file IndexDialog.cpp.

References name.

Referenced by DbPlugin::indexPref().

void IndexDialog::setList ( QString &  d  ) 

Definition at line 228 of file IndexDialog.cpp.

References buttonStatus(), list, and symbolDict.

Referenced by IndexDialog().

void IndexDialog::buttonStatus (  )  [slot]

Definition at line 108 of file IndexDialog.cpp.

References list, Toolbar::setButtonStatus(), and toolbar.

Referenced by addItem(), deleteItem(), editItem(), IndexDialog(), and setList().

void IndexDialog::addItem (  )  [slot]

Definition at line 126 of file IndexDialog.cpp.

References PrefDialog::addDoubleItem(), PrefDialog::addSymbolItem(), buttonStatus(), PrefDialog::createPage(), Config::DataPath, Config::getData(), PrefDialog::getDouble(), PrefDialog::getSymbol(), list, and symbolDict.

Referenced by IndexDialog().

void IndexDialog::editItem (  )  [slot]

Definition at line 168 of file IndexDialog.cpp.

References PrefDialog::addDoubleItem(), PrefDialog::addSymbolItem(), buttonStatus(), PrefDialog::createPage(), Config::DataPath, Config::getData(), PrefDialog::getDouble(), PrefDialog::getSymbol(), list, and symbolDict.

Referenced by IndexDialog().

void IndexDialog::deleteItem (  )  [slot]

Definition at line 216 of file IndexDialog.cpp.

References buttonStatus(), list, and symbolDict.

Referenced by IndexDialog().

void IndexDialog::getList ( QString &  d  )  [slot]

Definition at line 246 of file IndexDialog.cpp.

References list, and symbolDict.

Referenced by DbPlugin::indexPref().

void IndexDialog::help (  )  [slot]

Definition at line 272 of file IndexDialog.cpp.

References helpFile.

Referenced by IndexDialog().


Member Data Documentation

QLineEdit* IndexDialog::name [private]

Definition at line 49 of file IndexDialog.h.

Referenced by getName(), and IndexDialog().

Toolbar* IndexDialog::toolbar [private]

Definition at line 50 of file IndexDialog.h.

Referenced by buttonStatus(), and IndexDialog().

QListView* IndexDialog::list [private]

Definition at line 51 of file IndexDialog.h.

Referenced by addItem(), buttonStatus(), deleteItem(), editItem(), getList(), IndexDialog(), and setList().

QDict<QString> IndexDialog::symbolDict [private]

Definition at line 52 of file IndexDialog.h.

Referenced by addItem(), deleteItem(), editItem(), getList(), and setList().

QString IndexDialog::helpFile [private]

Definition at line 53 of file IndexDialog.h.

Referenced by help(), and IndexDialog().


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