#include <StorageCallbacks.h>
Inheritance diagram for StorageCallbacks:
Public Member Functions | |
void | registerFunctions () |
YCPValue | ProgressBar (const YCPString &func) |
YCPValue | ShowInstallInfo (const YCPString &func) |
YCPValue | InfoPopup (const YCPString &func) |
YCPValue | YesNoPopup (const YCPString &func) |
StorageCallbacks () | |
virtual | ~StorageCallbacks () |
virtual const string | name () const |
virtual const string | filename () const |
virtual string | toString () const |
virtual YCPValue | evaluate (bool cse=false) |
virtual Y2Function * | createFunctionCall (const string name, constFunctionTypePtr type) |
Static Public Member Functions | |
static StorageCallbacks * | instance () |
Public Attributes | |
vector< string > | _registered_functions |
Static Private Attributes | |
static StorageCallbacks * | current_instance = NULL |
|
Constructor. |
|
Destructor. |
|
Implements Y2Namespace. |
|
Implements Y2Namespace. |
|
Implements Y2Namespace. |
|
|
|
|
|
Reimplemented from Y2Namespace. |
|
|
|
|
|
|
|
Reimplemented from Y2Namespace. |
|
|
|
|
|
|