#include <ycp/y2log.h>#include <ycp/YExpression.h>#include <ycp/YBlock.h>#include "StorageCallbacks.h"#include <ycp/YCPInteger.h>#include <ycp/YCPString.h>#include <ycp/YCPBoolean.h>#include <ycp/YCPMap.h>#include <ycp/YCPVoid.h>#include <y2/Y2Component.h>#include <y2/Y2ComponentBroker.h>#include <Storage.h>#include "StorageCallbacksBuiltinCalls.h"#include "StorageCallbacksBuiltinTable.h"Classes | |
| class | Y2StorageCallbackFunction |
Defines | |
| #define | y2log_component "libstorage" |
Functions | |
| void | progress_bar_callback (const string &id, unsigned cur, unsigned max) |
| void | show_install_info_callback (const string &id) |
| void | info_popup_callback (const string &text) |
| bool | yesno_popup_callback (const string &text) |
Variables | |
| static Y2Function * | progress_bar = NULL |
| static Y2Function * | show_install_info = NULL |
| static Y2Function * | info_popup = NULL |
| static Y2Function * | yesno_popup = NULL |
| #define y2log_component "libstorage" |
| void info_popup_callback | ( | const string & | text | ) |
References Y2Function::appendParameter(), Y2Function::evaluateCall(), Y2Function::finishParameters(), and Y2Function::reset().
Referenced by StorageCallbacks::InfoPopup().
| void progress_bar_callback | ( | const string & | id, | |
| unsigned | cur, | |||
| unsigned | max | |||
| ) |
References Y2Function::appendParameter(), Y2Function::evaluateCall(), Y2Function::finishParameters(), and Y2Function::reset().
Referenced by StorageCallbacks::ProgressBar().
| void show_install_info_callback | ( | const string & | id | ) |
References Y2Function::appendParameter(), Y2Function::evaluateCall(), Y2Function::finishParameters(), and Y2Function::reset().
Referenced by StorageCallbacks::ShowInstallInfo().
| bool yesno_popup_callback | ( | const string & | text | ) |
References Y2Function::appendParameter(), Y2Function::evaluateCall(), Y2Function::finishParameters(), and Y2Function::reset().
Referenced by StorageCallbacks::YesNoPopup().
Y2Function* info_popup = NULL [static] |
Y2Function* progress_bar = NULL [static] |
Y2Function* show_install_info = NULL [static] |
Y2Function* yesno_popup = NULL [static] |
1.5.5