#include <TCommand.hh>
TCommandに対する継承グラフ
Public メソッド | |
TCommand (TRunManager *manager, const Tstring &name, const Tstring &guidance="") | |
TCommand (const Tstring &name, const Tstring &guidance="") | |
virtual | ~TCommand () |
TRunManager * | GetRunManager () const |
Tvoid | SetRunManager (TRunManager *manager) |
const Tstring & | GetCommandName () const |
const Tstring & | GetGuidance () const |
Tvoid | SetCommandName (const Tstring &name) |
Tvoid | SetGuidance (const Tstring &guidance) |
virtual Tvoid | Execute (const TstringList &arguments) |
virtual Tvoid | ShowCommandDetail () const |
Protected 変数 | |
TRunManager * | theRunManager |
Tstring | theCommandName |
Tstring | theGuidance |
TCommand.hh の 56 行で定義されています。
|
TCommand.cc の 19 行で定義されています。 |
|
TCommand.cc の 22 行で定義されています。 |
|
TCommand.cc の 26 行で定義されています。 |
|
|
TCommand.hh の 87 行で定義されています。 参照 theCommandName, と Tstring. |
|
TCommand.hh の 92 行で定義されています。 参照 theGuidance, と Tstring. |
|
TCommand.hh の 109 行で定義されています。 参照 theRunManager. |
|
TCommand.hh の 97 行で定義されています。 参照 theCommandName, と Tvoid. |
|
TCommand.hh の 103 行で定義されています。 参照 theGuidance, と Tvoid. |
|
TCommand.hh の 114 行で定義されています。 参照 theRunManager, と Tvoid. |
|
|
TCommand.hh の 61 行で定義されています。 呼出 Execute(), GetCommandName(), SetCommandName(), と ShowCommandDetail(). |
|
TCommand.hh の 62 行で定義されています。 |
|