yast2-storage

StorageCallbacksBuiltinCalls.h

Go to the documentation of this file.
00001         // This file is generated by generateYCPwrappers from StorageCallbacks.h
00002 
00003                 case 0: // ProgressBar
00004                         if (m_param1->isVoid()) {ycp2error("Parameter %d is nil, %s is required", 1, "String"); return YCPVoid();}
00005                         return m_instance->ProgressBar (m_param1->asString()); 
00006                 case 1: // ShowInstallInfo
00007                         if (m_param1->isVoid()) {ycp2error("Parameter %d is nil, %s is required", 1, "String"); return YCPVoid();}
00008                         return m_instance->ShowInstallInfo (m_param1->asString()); 
00009                 case 2: // InfoPopup
00010                         if (m_param1->isVoid()) {ycp2error("Parameter %d is nil, %s is required", 1, "String"); return YCPVoid();}
00011                         return m_instance->InfoPopup (m_param1->asString()); 
00012                 case 3: // YesNoPopup
00013                         if (m_param1->isVoid()) {ycp2error("Parameter %d is nil, %s is required", 1, "String"); return YCPVoid();}
00014                         return m_instance->YesNoPopup (m_param1->asString()); 
00015                 case 4: // CommitErrorPopup
00016                         if (m_param1->isVoid()) {ycp2error("Parameter %d is nil, %s is required", 1, "String"); return YCPVoid();}
00017                         return m_instance->CommitErrorPopup (m_param1->asString()); 
00018                 case 5: // PasswordPopup
00019                         if (m_param1->isVoid()) {ycp2error("Parameter %d is nil, %s is required", 1, "String"); return YCPVoid();}
00020                         return m_instance->PasswordPopup (m_param1->asString());