#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 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|