controllerclientcpp  0.6.1
 全て クラス ネームスペース ファイル 関数 変数 型定義 列挙型 列挙型の値 マクロ定義 ページ
Public メソッド | すべてのメンバ一覧
クラス mujinclient::WebResource

#include <mujincontrollerclient.h>

mujinclient::WebResourceに対する継承グラフ
Inheritance graph
[凡例]

Public メソッド

 WebResource (ControllerClientPtr controller, const std::string &resourcename, const std::string &pk)
virtual ~WebResource ()
ControllerClientPtr GetController () const
const std::string & GetResourceName () const
const std::string & GetPrimaryKey () const
virtual std::string Get (const std::string &field)
 gets an attribute of this web resource
virtual void Set (const std::string &field, const std::string &newvalue)
 sets an attribute of this web resource
virtual void Delete ()
 delete the resource and all its child resources
virtual void Copy (const std::string &newname, int options)
 copy the resource and all its child resources to a new name

説明

mujincontrollerclient.h626 行で定義されています。

コンストラクタとデストラクタ

mujinclient::WebResource::WebResource ( ControllerClientPtr  controller,
const std::string &  resourcename,
const std::string &  pk 
)
virtual mujinclient::WebResource::~WebResource ( )
inlinevirtual

mujincontrollerclient.h630 行で定義されています。

関数

virtual void mujinclient::WebResource::Copy ( const std::string &  newname,
int  options 
)
virtual

copy the resource and all its child resources to a new name

virtual void mujinclient::WebResource::Delete ( )
virtual

delete the resource and all its child resources

例:
mujinimportscene.cpp, と mujinimportscene_robodia.cpp.
virtual std::string mujinclient::WebResource::Get ( const std::string &  field)
virtual

gets an attribute of this web resource

ControllerClientPtr mujinclient::WebResource::GetController ( ) const
inline

mujincontrollerclient.h633 行で定義されています。

const std::string& mujinclient::WebResource::GetPrimaryKey ( ) const
inline

mujincontrollerclient.h639 行で定義されています。

const std::string& mujinclient::WebResource::GetResourceName ( ) const
inline

mujincontrollerclient.h636 行で定義されています。

virtual void mujinclient::WebResource::Set ( const std::string &  field,
const std::string &  newvalue 
)
virtual

sets an attribute of this web resource


このクラスの説明は次のファイルから生成されました: