KDEPrint
SmbView Class Reference
#include <smbview.h>

Detailed Description
Definition at line 31 of file smbview.h.
Signals | |
| void | printerSelected (const QString &work, const QString &server, const QString &printer) |
| void | running (bool) |
Public Member Functions | |
| void | abort () |
| void | init () |
| void | setLoginInfos (const QString &login, const QString &password) |
| void | setOpen (Q3ListViewItem *, bool) |
| SmbView (QWidget *parent=0) | |
| ~SmbView () | |
Protected Slots | |
| void | slotProcessError (QProcess::ProcessError) |
| void | slotProcessExited (int exitCode, QProcess::ExitStatus) |
| void | slotProcessStarted () |
| void | slotReceivedStdout () |
| void | slotSelectionChanged (Q3ListViewItem *) |
Protected Member Functions | |
| void | endProcess () |
| void | processGroups () |
| void | processServers () |
| void | processShares () |
| void | startProcess (int) |
Constructor & Destructor Documentation
| SmbView::SmbView | ( | QWidget * | parent = 0 |
) |
Definition at line 40 of file smbview.cpp.
| SmbView::~SmbView | ( | ) |
Definition at line 62 of file smbview.cpp.
Member Function Documentation
| void SmbView::abort | ( | ) |
Definition at line 285 of file smbview.cpp.
| void SmbView::endProcess | ( | ) | [protected] |
Definition at line 106 of file smbview.cpp.
| void SmbView::init | ( | ) |
Definition at line 138 of file smbview.cpp.
| void SmbView::printerSelected | ( | const QString & | work, | |
| const QString & | server, | |||
| const QString & | printer | |||
| ) | [signal] |
| void SmbView::processGroups | ( | ) | [protected] |
Definition at line 214 of file smbview.cpp.
| void SmbView::processServers | ( | ) | [protected] |
Definition at line 228 of file smbview.cpp.
| void SmbView::processShares | ( | ) | [protected] |
Definition at line 248 of file smbview.cpp.
| void SmbView::running | ( | bool | ) | [signal] |
Definition at line 67 of file smbview.cpp.
| void SmbView::setOpen | ( | Q3ListViewItem * | item, | |
| bool | on | |||
| ) |
Definition at line 174 of file smbview.cpp.
| void SmbView::slotProcessError | ( | QProcess::ProcessError | ) | [protected, slot] |
Definition at line 101 of file smbview.cpp.
| void SmbView::slotProcessExited | ( | int | exitCode, | |
| QProcess::ExitStatus | ||||
| ) | [protected, slot] |
Definition at line 128 of file smbview.cpp.
| void SmbView::slotProcessStarted | ( | ) | [protected, slot] |
Definition at line 96 of file smbview.cpp.
| void SmbView::slotReceivedStdout | ( | ) | [protected, slot] |
Definition at line 133 of file smbview.cpp.
| void SmbView::slotSelectionChanged | ( | Q3ListViewItem * | item | ) | [protected, slot] |
Definition at line 279 of file smbview.cpp.
| void SmbView::startProcess | ( | int | state | ) | [protected] |
Definition at line 88 of file smbview.cpp.
The documentation for this class was generated from the following files:
KDE 4.2 API Reference