KDEPrint
LprSettings Class Reference
#include <lprsettings.h>

Detailed Description
For internal use only.
This class is internal to KDEPrint and is not intended to be used outside it.
Please do not make use of this header, except if you're a KDEPrint developer. The API might change in the future and binary compatibility might be broken.
Definition at line 36 of file lprsettings.h.
Public Types | |
| enum | Mode { LPR, LPRng } |
Public Member Functions | |
| QString | baseSpoolDir () |
| QString | defaultRemoteHost () |
| bool | isLocalPrintcap () |
| LprSettings (QObject *parent=0, const char *name=0) | |
| Mode | mode () const |
| QString | printcapFile () |
| void | setMode (Mode m) |
| ~LprSettings () | |
Static Public Member Functions | |
| static LprSettings * | self () |
Protected Member Functions | |
| void | configChanged () |
| void | init () |
| void | reload () |
Member Enumeration Documentation
| enum LprSettings::Mode |
Constructor & Destructor Documentation
| LprSettings::LprSettings | ( | QObject * | parent = 0, |
|
| const char * | name = 0 | |||
| ) | [explicit] |
Definition at line 34 of file lprsettings.cpp.
| LprSettings::~LprSettings | ( | ) |
Definition at line 41 of file lprsettings.cpp.
Member Function Documentation
| QString LprSettings::baseSpoolDir | ( | ) | [inline] |
Definition at line 58 of file lprsettings.h.
| void LprSettings::configChanged | ( | ) | [protected, virtual] |
| QString LprSettings::defaultRemoteHost | ( | ) |
Definition at line 110 of file lprsettings.cpp.
| void LprSettings::init | ( | ) | [protected] |
Definition at line 54 of file lprsettings.cpp.
| bool LprSettings::isLocalPrintcap | ( | ) | [inline] |
Definition at line 55 of file lprsettings.h.
| Mode LprSettings::mode | ( | ) | const [inline] |
Definition at line 47 of file lprsettings.h.
| QString LprSettings::printcapFile | ( | ) |
Definition at line 81 of file lprsettings.cpp.
| void LprSettings::reload | ( | ) | [protected, virtual] |
| LprSettings * LprSettings::self | ( | ) | [static] |
Definition at line 46 of file lprsettings.cpp.
| void LprSettings::setMode | ( | Mode | m | ) | [inline] |
Definition at line 50 of file lprsettings.h.
The documentation for this class was generated from the following files:
KDE 4.2 API Reference