#include <PPDAgent.h>

Public Member Functions | |
| PPDAgent () | |
| virtual | ~PPDAgent () |
| 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 | |
| PPD | database |
| PPDfile | fileops |
| PPDAgent::PPDAgent | ( | ) |
Default constructor.
Constructor
| PPDAgent::~PPDAgent | ( | ) | [virtual] |
Destructor.
Destructor
| YCPValue PPDAgent::Read | ( | const YCPPath & | path, | |
| const YCPValue & | arg = YCPNull(), |
|||
| const YCPValue & | opt = YCPNull() | |||
| ) | [virtual] |
Provides SCR Read ().
| path | Path that should be read. | |
| arg | Additional parameter. |
Implements SCRAgent.
References PPD::changed(), PPD::creationStatus(), database, fileops, PPD::getModelId(), PPDfile::getOptions(), PPDfile::getOptionsGroups(), PPD::getVendorId(), YCPElement::isNull(), PPDfile::isPpd(), PPDfile::openPpdFile(), PPDfile::ppdConstraints(), PPDfile::ppdFailedConstraints(), PPDfile::ppdInfo(), YCPList::size(), PPD::sortItems(), YCPList::value(), and YCPError().
| YCPBoolean PPDAgent::Write | ( | const YCPPath & | path, | |
| const YCPValue & | value, | |||
| const YCPValue & | arg = YCPNull() | |||
| ) | [virtual] |
Provides SCR Write ().
Write
Implements SCRAgent.
References PPD::createdb(), PPD::createdbThread(), PPD::creationStatus(), database, PPD::setCheckMethod(), and ycp2error.
PPD PPDAgent::database [private] |
PPDfile PPDAgent::fileops [private] |
Referenced by Read().
1.5.5