akregator/src
Akregator::Frame Class Reference
List of all members.Detailed Description
Definition at line 43 of file frame.h.
Public Types | |
| enum | { Idle, Started, Completed, Canceled } |
Public Slots | |
| void | setStarted () |
| void | setCanceled (const QString &) |
| void | setCompleted () |
| void | setState (int) |
| void | setProgress (int) |
| void | setCaption (const QString &) |
| void | setTitle (const QString &) |
| void | setStatusText (const QString &) |
Signals | |
| void | captionChanged (const QString &) |
| void | titleChanged (Frame *, const QString &) |
| void | started () |
| void | canceled (const QString &) |
| void | completed () |
| void | loadingProgress (int) |
| void | statusText (const QString &) |
Public Member Functions | |
| Frame (QObject *parent, KParts::ReadOnlyPart *part, QWidget *w, const QString &tit, bool watchSignals=true) | |
| virtual | ~Frame () |
| KParts::ReadOnlyPart * | part () const |
| QWidget * | widget () const |
| const QString & | title () const |
| const QString & | caption () const |
| int | state () const |
| int | progress () const |
| const QString & | statusText () const |
| void | setAutoDeletePart (bool autoDelete) |
Member Function Documentation
| void Akregator::Frame::setAutoDeletePart | ( | bool | autoDelete | ) |
The documentation for this class was generated from the following files:

