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


Public Types | |
enum | ListMode { ListString = 0, ListFile = 1, ListDir = 2, ListFileDir = ListFile|ListDir } |
Signals | |
void | changed () |
Public Member Functions | |
InputStrList (const QString &text, QWidget *parent, QStrList &sl, ListMode v=ListString) | |
~InputStrList () | |
void | init () |
void | setEnabled (bool) |
QObject * | qobject () |
Private Slots | |
void | addString () |
void | delString () |
void | updateString () |
void | selectText (const QString &s) |
void | browseFiles () |
void | browseDir () |
Private Attributes | |
QLabel * | lab |
QLineEdit * | le |
QPushButton * | add |
QPushButton * | del |
QPushButton * | upd |
QPushButton * | brFile |
QPushButton * | brDir |
QListBox * | lb |
QStrList & | strList |
Member Enumeration Documentation
|
|
Constructor & Destructor Documentation
|
Definition at line 326 of file input.cpp. References add, add_xpm, addString(), brDir, brFile, browseDir(), browseFiles(), del, del_xpm, delString(), init(), lab, lb, le, selectText(), strList, upd, update_xpm, and updateString(). |
|
|
Member Function Documentation
|
Definition at line 416 of file input.cpp. References changed(), lb, le, and strList. Referenced by InputStrList(). |
|
Definition at line 486 of file input.cpp. References changed(), KFileDialog::getExistingDirectory(), lb, le, and strList. Referenced by InputStrList(). |
|
Definition at line 470 of file input.cpp. References changed(), KFileDialog::getOpenFileNames(), lb, le, and strList. Referenced by InputStrList(). |
|
Referenced by addString(), browseDir(), browseFiles(), delString(), and updateString(). |
|
Definition at line 427 of file input.cpp. References changed(), lb, and strList. Referenced by InputStrList(). |
|
Implements IInput. Definition at line 404 of file input.cpp. References lb, le, and strList. Referenced by InputStrList(). |
|
Implements IInput. |
|
Definition at line 449 of file input.cpp. References le. Referenced by InputStrList(). |
|
Implements IInput. |
|
Definition at line 438 of file input.cpp. References changed(), lb, le, and strList. Referenced by InputStrList(). |
Member Data Documentation
|
Definition at line 164 of file input.h. Referenced by InputStrList(), and setEnabled(). |
|
Definition at line 168 of file input.h. Referenced by InputStrList(), and setEnabled(). |
|
Definition at line 167 of file input.h. Referenced by InputStrList(), and setEnabled(). |
|
Definition at line 165 of file input.h. Referenced by InputStrList(), and setEnabled(). |
|
Definition at line 162 of file input.h. Referenced by InputStrList(), and setEnabled(). |
|
Definition at line 169 of file input.h. Referenced by addString(), browseDir(), browseFiles(), delString(), init(), InputStrList(), setEnabled(), and updateString(). |
|
Definition at line 163 of file input.h. Referenced by addString(), browseDir(), browseFiles(), init(), InputStrList(), selectText(), setEnabled(), and updateString(). |
|
Definition at line 170 of file input.h. Referenced by addString(), browseDir(), browseFiles(), delString(), init(), InputStrList(), and updateString(). |
|
Definition at line 166 of file input.h. Referenced by InputStrList(), and setEnabled(). |
The documentation for this class was generated from the following files: