メインページ   モジュール   名前空間一覧   クラス階層   アルファベット順一覧   構成   ファイル一覧   構成メンバ   ファイルメンバ   関連ページ    

クラス TSetRunInformationModuleCommand の解説
[Commands Category]

This is the TSetRunInformationModuleCommand class. [詳細]

#include <TSetRunInformationModuleCommand.hh>

TSetRunInformationModuleCommandに対する継承グラフ

Inheritance graph
[凡例]
TSetRunInformationModuleCommandのコラボレーション図

Collaboration graph
[凡例]
すべてのメンバ一覧

Public メソッド

 TSetRunInformationModuleCommand (TRunManager *manager, TSoftwareRunInformationModule *module)
 ~TSetRunInformationModuleCommand ()
Tvoid Execute (const TstringList &arguments)
TRunManagerGetRunManager () const
Tvoid SetRunManager (TRunManager *manager)
const TstringGetCommandName () const
const TstringGetGuidance () const
Tvoid SetCommandName (const Tstring &name)
Tvoid SetGuidance (const Tstring &guidance)
virtual Tvoid ShowCommandDetail () const
const TSoftwareRunInformationModuleGetRunInformationModule () const
Tvoid SetRunInformationModule (TSoftwareRunInformationModule *module)

Protected 変数

TRunManagertheRunManager
Tstring theCommandName
Tstring theGuidance
TSoftwareRunInformationModuletheRunInformationModule

解説

This is the TSetRunInformationModuleCommand class.

作者:
Go IWAI <goiwai@users.sourceforge.jp>
The TSetRunInformationModuleCommand class detail description. Write it down ASAP!

TODO:
None?
バグ:
None?


コンストラクタとデストラクタの解説

TSetRunInformationModuleCommand::TSetRunInformationModuleCommand TRunManager   manager,
TSoftwareRunInformationModule   module
 

TSetRunInformationModuleCommand::~TSetRunInformationModuleCommand  
 


メソッドの解説

Tvoid TSetRunInformationModuleCommand::Execute const TstringList   arguments [virtual]
 

TCommandを再定義しています。

const Tstring & TCommand::GetCommandName   [inline, inherited]
 

const Tstring & TCommand::GetGuidance   [inline, inherited]
 

const TSoftwareRunInformationModule * TRunInformationModuleCommand::GetRunInformationModule   [inline, inherited]
 

TRunManager * TCommand::GetRunManager   [inline, inherited]
 

Tvoid TCommand::SetCommandName const Tstring   name [inline, inherited]
 

Tvoid TCommand::SetGuidance const Tstring   guidance [inline, inherited]
 

Tvoid TRunInformationModuleCommand::SetRunInformationModule TSoftwareRunInformationModule   module [inline, inherited]
 

Tvoid TCommand::SetRunManager TRunManager   manager [inline, inherited]
 

virtual Tvoid TCommand::ShowCommandDetail   [virtual, inherited]
 


変数の解説

Tstring TCommand::theCommandName [protected, inherited]
 

Tstring TCommand::theGuidance [protected, inherited]
 

TSoftwareRunInformationModule* TRunInformationModuleCommand::theRunInformationModule [protected, inherited]
 

TRunManager* TCommand::theRunManager [protected, inherited]
 


このクラスの解説は次のファイルから生成されました:
CLDAQ - a Class Library for Data AcQuisition (Version 1.12.0)
Go IWAI <goiwai@users.sourceforge.jp>