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

クラス TQtUserInterface の解説
[Interfaces Category]

This is the TQtUserInterface class. [詳細]

#include <TQtUserInterface.hh>

TQtUserInterfaceに対する継承グラフ

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

Public メソッド

 TQtUserInterface (const Tstring &history)
 ~TQtUserInterface ()
Tbool AcceptCommand ()
const TstringGetInputCommand ()
Tvoid NotFoundCommand (const Tstring &commandname) const
Tint AddCommand (TCommand *command)
Tint RemoveCommand (Tint index)
Tvoid ClearCommands ()
TCommand * FindCommand (const Tstring &fullname)
TCommand * FindCommand (const Tstring &name, const Tstring &path)
TCommand * GetCommand (Tint index)
TCommand * GetCommand (const Tstring &fullname)
TCommand * GetCommand (const Tstring &name, const Tstring &path)
Tvoid ExecuteCommand (const Tstring &command, const TstringList &arguments)
Tvoid ExecuteCommand (const Tstring &command)
Tint GetCurrentWorkingDirectoryLevel () const
Tstring ModifyPath (const Tstring &path) const
const TCommandTable & GetCommandTable () const
TCommandTable & GetCommandTable ()
const TstringGetCurrentWorkingDirectory () const
TstringGetCurrentWorkingDirectory ()
const TCommandHistoryGetCommandHistory () const
TCommandHistoryGetCommandHistory ()
TofstreamGetHistoryFileStream ()
Tvoid SetCommandTable (const TCommandTable &table)
Tvoid SetCurrentWorkingDirectory (const Tstring &directory)
Tvoid SetCommandHistory (const TCommandHistory &history)
virtual Tvoid ClearScreen () const
virtual Tint GetNumberOfColumns () const
virtual Tint GetNumberOfLines () const

Protected 変数

TCommandTable theCommandTable
Tofstream theHistoryFileStream
Tstring theCurrentWorkingDirectory
TCommandHistory theCommandHistory

解説

This is the TQtUserInterface class.

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

TODO:
None?

バグ:
None?

TQtUserInterface.hh56 行で定義されています。


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

TQtUserInterface::TQtUserInterface const Tstring history  ) 
 

TQtUserInterface.cc19 行で定義されています。

TQtUserInterface::~TQtUserInterface  ) 
 

TQtUserInterface.cc23 行で定義されています。


メソッドの解説

Tbool TQtUserInterface::AcceptCommand  )  [virtual]
 

TUserInterfaceに実装されています.

TQtUserInterface.cc26 行で定義されています。

参照 Tbool, と Ttrue.

Tint TUserInterface::AddCommand TCommand *  command  )  [inherited]
 

TUserInterface.cc76 行で定義されています。

参照 TCommandTable::AddCommand(), TCommandTable::AlreadyExist(), TCommandTable::GetSize(), Tcerr, Tendl, TUserInterface::theCommandTable, と Tint.

Tvoid TUserInterface::ClearCommands  )  [inherited]
 

TUserInterface.cc103 行で定義されています。

参照 TCommandTable::Clear(), TCommandTable::GetSize(), Tcout, Tendl, TUserInterface::theCommandTable, Tint, Tstring, と Tvoid.

呼出 TUserInterface::~TUserInterface().

Tvoid TUserInterface::ClearScreen  )  const [virtual, inherited]
 

TUserInterface.cc173 行で定義されています。

参照 Tvoid.

呼出 TTerminalUserInterface::clearScreen(), と TUserInterface::TUserInterface().

Tvoid TUserInterface::ExecuteCommand const Tstring command  )  [inherited]
 

TUserInterface.cc158 行で定義されています。

参照 TUserInterface::ExecuteCommand(), TstringList, と Tvoid.

Tvoid TUserInterface::ExecuteCommand const Tstring command,
const TstringList arguments
[inherited]
 

TUserInterface.cc148 行で定義されています。

参照 TUserInterface::FindCommand(), TUserInterface::ModifyPath(), Tstring, と Tvoid.

呼出 TTerminalUserInterface::complete(), と TUserInterface::ExecuteCommand().

TCommand * TUserInterface::FindCommand const Tstring name,
const Tstring path
[inherited]
 

TUserInterface.cc124 行で定義されています。

参照 TCommandTable::FindCommand(), と TUserInterface::theCommandTable.

TCommand * TUserInterface::FindCommand const Tstring fullname  )  [inherited]
 

TUserInterface.cc119 行で定義されています。

参照 TCommandTable::FindCommand(), と TUserInterface::theCommandTable.

呼出 TUserInterface::ExecuteCommand(), と TUserInterface::GetCommand().

TCommand * TUserInterface::GetCommand const Tstring name,
const Tstring path
[inherited]
 

TUserInterface.cc143 行で定義されています。

参照 TUserInterface::FindCommand().

TCommand * TUserInterface::GetCommand const Tstring fullname  )  [inherited]
 

TUserInterface.cc138 行で定義されています。

参照 TUserInterface::FindCommand().

TCommand * TUserInterface::GetCommand Tint  index  )  [inherited]
 

TUserInterface.cc129 行で定義されています。

参照 TCommandTable::GetSize(), index(), Tcerr, Tendl, と TUserInterface::theCommandTable.

TCommandHistory & TUserInterface::GetCommandHistory  )  [inline, inherited]
 

TUserInterface.hh138 行で定義されています。

参照 TCommandHistory, と TUserInterface::theCommandHistory.

const TCommandHistory & TUserInterface::GetCommandHistory  )  const [inline, inherited]
 

TUserInterface.hh133 行で定義されています。

参照 TCommandHistory, と TUserInterface::theCommandHistory.

TCommandTable & TUserInterface::GetCommandTable  )  [inline, inherited]
 

TUserInterface.hh118 行で定義されています。

参照 TUserInterface::theCommandTable.

const TCommandTable & TUserInterface::GetCommandTable  )  const [inline, inherited]
 

TUserInterface.hh113 行で定義されています。

参照 TUserInterface::theCommandTable.

Tstring & TUserInterface::GetCurrentWorkingDirectory  )  [inline, inherited]
 

TUserInterface.hh128 行で定義されています。

参照 TUserInterface::theCurrentWorkingDirectory, と Tstring.

const Tstring & TUserInterface::GetCurrentWorkingDirectory  )  const [inline, inherited]
 

TUserInterface.hh123 行で定義されています。

参照 TUserInterface::theCurrentWorkingDirectory, と Tstring.

Tint TUserInterface::GetCurrentWorkingDirectoryLevel  )  const [inherited]
 

TUserInterface.cc195 行で定義されています。

参照 Tcerr, Tendl, TUserInterface::theCurrentWorkingDirectory, Tint, と Tsize_t.

Tofstream & TUserInterface::GetHistoryFileStream  )  [inline, inherited]
 

TUserInterface.hh143 行で定義されています。

参照 TUserInterface::theHistoryFileStream, と Tofstream.

const Tstring & TQtUserInterface::GetInputCommand  )  [virtual]
 

TUserInterfaceに実装されています.

TQtUserInterface.cc31 行で定義されています。

参照 Tstring.

Tint TUserInterface::GetNumberOfColumns  )  const [virtual, inherited]
 

TUserInterface.cc181 行で定義されています。

参照 Tint.

呼出 TTerminalUserInterface::complete(), と TTerminalUserInterface::completeDirectory().

Tint TUserInterface::GetNumberOfLines  )  const [virtual, inherited]
 

TUserInterface.cc188 行で定義されています。

参照 Tint.

Tstring TUserInterface::ModifyPath const Tstring path  )  const [inherited]
 

TUserInterface.cc222 行で定義されています。

参照 TCommandTable::GetSize(), TUserInterface::theCommandTable, TUserInterface::theCurrentWorkingDirectory, Tint, Tsize_t, と Tstring.

呼出 TTerminalUserInterface::complete(), TTerminalUserInterface::completeDirectory(), TUserInterface::ExecuteCommand(), と TUserInterface::SetCurrentWorkingDirectory().

Tvoid TQtUserInterface::NotFoundCommand const Tstring commandname  )  const [virtual]
 

TUserInterfaceを再定義しています。

TQtUserInterface.cc36 行で定義されています。

参照 Tvoid.

Tint TUserInterface::RemoveCommand Tint  index  )  [inherited]
 

TUserInterface.cc86 行で定義されています。

参照 TCommandTable::GetSize(), index(), Tcerr, Tcout, Tendl, TUserInterface::theCommandTable, Tint, と Tstring.

Tvoid TUserInterface::SetCommandHistory const TCommandHistory history  )  [inline, inherited]
 

TUserInterface.hh154 行で定義されています。

参照 TUserInterface::theCommandHistory, と Tvoid.

Tvoid TUserInterface::SetCommandTable const TCommandTable &  table  )  [inline, inherited]
 

TUserInterface.hh148 行で定義されています。

参照 TUserInterface::theCommandTable, と Tvoid.

Tvoid TUserInterface::SetCurrentWorkingDirectory const Tstring directory  )  [inherited]
 

TUserInterface.cc210 行で定義されています。

参照 TCommandTable::AlreadyExistDirectory(), TUserInterface::ModifyPath(), Tcerr, Tendl, TUserInterface::theCommandTable, TUserInterface::theCurrentWorkingDirectory, Tstring, と Tvoid.


変数の解説

TCommandHistory TUserInterface::theCommandHistory [protected, inherited]
 

TUserInterface.hh65 行で定義されています。

呼出 TUserInterface::GetCommandHistory(), TTerminalUserInterface::initializeCommandLine(), TTerminalUserInterface::nextCommand(), TTerminalUserInterface::previousCommand(), TUserInterface::SetCommandHistory(), と TUserInterface::TUserInterface().

TCommandTable TUserInterface::theCommandTable [protected, inherited]
 

TUserInterface.hh62 行で定義されています。

呼出 TUserInterface::AddCommand(), TUserInterface::ClearCommands(), TTerminalUserInterface::complete(), TTerminalUserInterface::completeDirectory(), TUserInterface::FindCommand(), TUserInterface::GetCommand(), TUserInterface::GetCommandTable(), TUserInterface::ModifyPath(), TUserInterface::RemoveCommand(), TUserInterface::SetCommandTable(), TUserInterface::SetCurrentWorkingDirectory(), と TUserInterface::TUserInterface().

Tstring TUserInterface::theCurrentWorkingDirectory [protected, inherited]
 

TUserInterface.hh64 行で定義されています。

呼出 TTerminalUserInterface::completeDirectory(), TUserInterface::GetCurrentWorkingDirectory(), TUserInterface::GetCurrentWorkingDirectoryLevel(), TUserInterface::ModifyPath(), と TUserInterface::SetCurrentWorkingDirectory().

Tofstream TUserInterface::theHistoryFileStream [protected, inherited]
 

TUserInterface.hh63 行で定義されています。

呼出 TUserInterface::GetHistoryFileStream(), TUserInterface::TUserInterface(), と TUserInterface::~TUserInterface().


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

CLDAQ - a Class Library for DataAcQuisition (Version 1.14.3)
Go IWAI -- goiwai at users.sourceforge.jp