InputString Class Reference
#include <input.h>
Inheritance diagram for InputString:


Public Types | |
enum | StringMode { StringFree = 0, StringFile = 1, StringDir = 2, StringFixed = 3 } |
Signals | |
void | changed () |
Public Member Functions | |
InputString (const QString &text, QWidget *parent, QCString &s, StringMode m=StringFree) | |
~InputString () | |
void | init () |
void | addValue (const char *s) |
void | setEnabled (bool) |
QObject * | qobject () |
Private Slots | |
void | textChanged (const QString &) |
void | browse () |
void | clear () |
Private Attributes | |
QLabel * | lab |
QLineEdit * | le |
QPushButton * | br |
QComboBox * | com |
QCString & | str |
StringMode | sm |
QDict< int > * | m_values |
int | m_index |
Member Enumeration Documentation
|
|
Constructor & Destructor Documentation
|
Definition at line 199 of file input.cpp. References br, browse(), com, lab, le, StringFile, StringFree, and textChanged(). |
|
|
Member Function Documentation
|
Definition at line 258 of file input.cpp. References com, m_index, m_values, and sm. Referenced by DoxygenConfigWidget::DoxygenConfigWidget(). |
|
Definition at line 300 of file input.cpp. References changed(), KFileDialog::getExistingDirectory(), KFileDialog::getOpenFileName(), le, sm, and str. Referenced by InputString(). |
|
Referenced by browse(), clear(), and textChanged(). |
|
|
|
Implements IInput. |
|
Implements IInput. |
|
Implements IInput. |
|
Definition at line 280 of file input.cpp. References changed(), and str. Referenced by InputString(). |
Member Data Documentation
|
Definition at line 122 of file input.h. Referenced by InputString(), and setEnabled(). |
|
Definition at line 123 of file input.h. Referenced by addValue(), init(), InputString(), and setEnabled(). |
|
Definition at line 120 of file input.h. Referenced by InputString(), and setEnabled(). |
|
Definition at line 121 of file input.h. Referenced by browse(), clear(), init(), InputString(), and setEnabled(). |
|
Definition at line 127 of file input.h. Referenced by addValue(). |
|
Definition at line 126 of file input.h. Referenced by addValue(), and init(). |
|
Definition at line 125 of file input.h. Referenced by addValue(), browse(), and init(). |
|
Definition at line 124 of file input.h. Referenced by browse(), clear(), init(), and textChanged(). |
The documentation for this class was generated from the following files: