#include "WFM.h"
#include "Y2WFMComponent.h"
#include "ycp/YCPBoolean.h"
#include "ycp/YCPInteger.h"
#include "ycp/YCPVoid.h"
#include "ycp/YCPString.h"
#include "ycp/YCPCode.h"
#include "ycp/StaticDeclaration.h"
#include "ycp/y2log.h"
#define ETC 0, NULL, constTypePtr(), NULL |
#define ETCf NULL, constTypePtr(), NULL |
static YCPValue WFMArgs | ( | ) | [static] |
static YCPValue WFMArgs2 | ( | const YCPInteger & | index | ) | [static] |
References Y2WFMComponent::CallFunction(), and Y2WFMComponent::instance().
Referenced by WFM::WFM().
References Y2WFMComponent::CallFunction(), and Y2WFMComponent::instance().
Referenced by WFM::WFM().
static YCPBoolean WFMClientExists | ( | const YCPString & | name | ) | [static] |
References Y2WFMComponent::ClientExists(), and Y2WFMComponent::instance().
Referenced by WFM::WFM().
static YCPString WFMGetEncoding | ( | ) | [static] |
static YCPString WFMGetEnvironmentEncoding | ( | ) | [static] |
References Y2WFMComponent::GetEnvironmentEncoding(), and Y2WFMComponent::instance().
Referenced by WFM::WFM().
static YCPString WFMGetLanguage | ( | ) | [static] |
static YCPValue WFMSCRClose | ( | const YCPInteger & | handle | ) | [static] |
static YCPInteger WFMSCRGetDefault | ( | ) | [static] |
References Y2WFMComponent::instance(), and Y2WFMComponent::SCRGetDefault().
Referenced by WFM::WFM().
static YCPString WFMSCRGetName | ( | const YCPInteger & | handle | ) | [static] |
static YCPInteger WFMSCROpen | ( | const YCPString & | name, | |
const YCPBoolean & | check_version | |||
) | [static] |
static YCPValue WFMSCRSetDefault | ( | const YCPInteger & | handle | ) | [static] |
References Y2WFMComponent::instance(), and Y2WFMComponent::SCRSetDefault().
Referenced by WFM::WFM().
static YCPValue WFMWrite3 | ( | const YCPPath & | p, | |
const YCPValue & | arg1, | |||
const YCPValue & | arg2 = YCPNull () | |||
) | [static] |
References Y2WFMComponent::instance(), and Y2WFMComponent::Write().
Referenced by WFM::WFM(), and WFMWrite2().