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

クラス TDateCommand の解説
[Commands Category]

This is the TDateCommand class. [詳細]

#include <TDateCommand.hh>

TDateCommandに対する継承グラフ

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

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

Public メソッド

 TDateCommand (TRunManager *manager)
 ~TDateCommand ()
Tvoid Execute (const TstringList &arguments)
const TSystemClockGetSystemClock () const
Tvoid SetSystemClock (const TSystemClock &clock)
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

Protected 変数

TRunManagertheRunManager
Tstring theCommandName
Tstring theGuidance

解説

This is the TDateCommand class.

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

TODO:
None?
バグ:
None?


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

TDateCommand::TDateCommand TRunManager   manager
 

TDateCommand::~TDateCommand  
 


メソッドの解説

Tvoid TDateCommand::Execute const TstringList   arguments [virtual]
 

TCommandを再定義しています。

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

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

TRunManager * TCommand::GetRunManager   [inline, inherited]
 

const TSystemClock & TDateCommand::GetSystemClock   [inline]
 

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

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

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

Tvoid TDateCommand::SetSystemClock const TSystemClock   clock [inline]
 

virtual Tvoid TCommand::ShowCommandDetail   [virtual, inherited]
 


変数の解説

Tstring TCommand::theCommandName [protected, inherited]
 

Tstring TCommand::theGuidance [protected, inherited]
 

TRunManager* TCommand::theRunManager [protected, inherited]
 


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