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

TQtUserInterface.hh

解説を見る。
00001 // =====================================================================
00028 // =====================================================================
00029 #ifndef CLDAQ__TQTUSERINTERFACE_HH
00030 #define CLDAQ__TQTUSERINTERFACE_HH
00031 #ifdef __CLDAQ_QT_USE
00032 
00033 #include "Tglobals.h"
00034 #include "TUserInterface.hh"
00035 
00036 
00056 class TQtUserInterface
00057   : public TUserInterface
00058 {
00059 
00060   private:
00061     Tstring theAcceptString;
00062 
00063   public:
00064     TQtUserInterface( const Tstring& history );
00065     ~TQtUserInterface();
00066 
00067   public:
00068     Tbool AcceptCommand();
00069     const Tstring& GetInputCommand();
00070 
00071   public:
00072     Tvoid NotFoundCommand( const Tstring& commandname ) const;
00073 
00074 #ifdef __CLDAQ_ROOT_DLL
00075     ClassDef(TQtUserInterface,0)
00076 #endif
00077 
00078 };
00079 
00080 #endif
00081 #endif


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