#include <CupsAgent.h>
Inheritance diagram for CupsAgent:

Public Member Functions | |
| CupsAgent () | |
| virtual | ~CupsAgent () |
| virtual YCPValue | Read (const YCPPath &path, const YCPValue &arg=YCPNull(), const YCPValue &opt=YCPNull()) |
| virtual YCPBoolean | Write (const YCPPath &path, const YCPValue &value, const YCPValue &arg=YCPNull()) |
| virtual YCPList | Dir (const YCPPath &path) |
| virtual YCPValue | otherCommand (const YCPTerm &term) |
Private Attributes | |
| PrintersConf | printers |
| ClassesConf | classes |
| DefaultDest | defaultdest |
| CupsAgent::CupsAgent | ( | ) |
Default constructor.
| CupsAgent::~CupsAgent | ( | ) | [virtual] |
Destructor.
| YCPBoolean CupsAgent::Write | ( | const YCPPath & | path, | |
| const YCPValue & | value, | |||
| const YCPValue & | arg = YCPNull() | |||
| ) | [virtual] |
Used for mounting the agent.
Reimplemented from SCRAgent.
PrintersConf CupsAgent::printers [private] |
Agent private variables
ClassesConf CupsAgent::classes [private] |
DefaultDest CupsAgent::defaultdest [private] |
1.5.0