|
yast2-core
|
An interface class between YaST2 and Process Agent. More...
#include <ProcessAgent.h>
Public Member Functions | |
| ProcessAgent () | |
| virtual | ~ProcessAgent () |
| 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 YCPValue | Execute (const YCPPath &path, const YCPValue &value=YCPNull(), const YCPValue &arg=YCPNull()) |
| virtual YCPList | Dir (const YCPPath &path) |
| virtual YCPValue | otherCommand (const YCPTerm &term) |
Public Member Functions inherited from SCRAgent | |
| SCRAgent () | |
| virtual | ~SCRAgent () |
| virtual YCPMap | Error (const YCPPath &) |
| virtual YCPBoolean | RegisterAgent (const YCPPath &path, const YCPValue &) |
| virtual YCPBoolean | UnregisterAgent (const YCPPath &path) |
| virtual YCPBoolean | UnregisterAllAgents () |
| virtual YCPBoolean | UnmountAgent (const YCPPath &) |
| virtual YCPBoolean | RegisterNewAgents () |
| virtual const char * | root () const |
| void | setAsCurrentSCR () |
| string | targetPath (const string &path) const |
Private Types | |
| typedef map< pid_t, Process * > | ProcessContainer |
Private Member Functions | |
| YCPValue | ProcessOutput (std::string &output) |
Private Attributes | |
| ProcessContainer | _processes |
Additional Inherited Members | |
Static Public Member Functions inherited from SCRAgent | |
| static YCPValue | readconf (const char *filename) |
| static SCRAgent * | instance () |
Public Attributes inherited from SCRAgent | |
| SCRAgent * | mainscragent |
An interface class between YaST2 and Process Agent.
|
private |
Agent private variables
| ProcessAgent::ProcessAgent | ( | ) |
Default constructor.
Constructor
|
virtual |
|
private |
|
virtual |
|
private |
Referenced by ~ProcessAgent().
1.8.6