#include </home/clem/local/src/opie/noncore/apps/opie-reader/infowin.h>
Signals | |
| void | Close () |
Public Member Functions | |
| infowin (QWidget *parent=0, const char *name=0, WFlags f=0) | |
| void | setFileSize (int sz) |
| void | setTextSize (int sz) |
| void | setRatio (int sz) |
| void | setLocation (int sz) |
| void | setRead (int sz) |
| void | setDocRead (int sz) |
| void | setZoom (int sz) |
| void | setDocSize (int sz) |
| void | setDocLocation (int sz) |
| void | setAbout (const QString &s) |
Private Slots | |
| void | infoClose () |
Private Attributes | |
| QLabel * | fileSize |
| QLabel * | textSize |
| QLabel * | ratio |
| QLabel * | location |
| QLabel * | read |
| QLabel * | docread |
| QLabel * | docSize |
| QLabel * | docLocation |
| QLabel * | zoom |
| QMultiLineEdit * | aboutbox |
|
||||||||||||||||
|
Definition at line 19 of file infowin.cpp. References aboutbox, docLocation, docread, docSize, fileSize, infoClose(), l, location, ratio, read, textSize, and zoom. |
|
|
Referenced by infoClose(). |
|
|
Definition at line 34 of file infowin.h. References Close(). Referenced by infowin(). |
|
|
Definition at line 9 of file infowin.cpp. References aboutbox, BKMKTYPE, MAJOR, MINOR, PROGNAME, and RELEASE_TYPE. Referenced by QTReaderApp::showinfo(). |
|
|
Definition at line 31 of file infowin.h. References docLocation. Referenced by QTReaderApp::showinfo(). |
|
|
Definition at line 28 of file infowin.h. References docread. Referenced by QTReaderApp::showinfo(). |
|
|
Definition at line 30 of file infowin.h. References docSize. Referenced by QTReaderApp::showinfo(). |
|
|
Definition at line 23 of file infowin.h. References fileSize. Referenced by QTReaderApp::showinfo(). |
|
|
Definition at line 26 of file infowin.h. References location. Referenced by QTReaderApp::showinfo(). |
|
|
Definition at line 25 of file infowin.h. References ratio. Referenced by QTReaderApp::showinfo(). |
|
|
Definition at line 27 of file infowin.h. References read. Referenced by QTReaderApp::showinfo(). |
|
|
Definition at line 24 of file infowin.h. References textSize. Referenced by QTReaderApp::showinfo(). |
|
|
Definition at line 29 of file infowin.h. References zoom. Referenced by QTReaderApp::showinfo(). |
|
|
Definition at line 20 of file infowin.h. Referenced by infowin(), and setAbout(). |
|
|
Definition at line 18 of file infowin.h. Referenced by infowin(), and setDocLocation(). |
|
|
Definition at line 16 of file infowin.h. Referenced by infowin(), and setDocRead(). |
|
|
Definition at line 17 of file infowin.h. Referenced by infowin(), and setDocSize(). |
|
|
Definition at line 10 of file infowin.h. Referenced by infowin(), and setFileSize(). |
|
|
Definition at line 14 of file infowin.h. Referenced by infowin(), and setLocation(). |
|
|
Definition at line 13 of file infowin.h. Referenced by infowin(), and setRatio(). |
|
|
|
|
|
Definition at line 12 of file infowin.h. Referenced by infowin(), and setTextSize(). |
|
|
|
1.4.2