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

TGtkUserInterface.hh

解説を見る。
00001 // =====================================================================
00021 // =====================================================================
00022 #ifndef __TGTKUSERINTERFACE_HH
00023 #define __TGTKUSERINTERFACE_HH
00024 #ifdef __CLDAQ_GTK_USE
00025 
00026 #include "Tglobals.h"
00027 #include "TUserInterface.hh"
00028 
00029 
00049 class TGtkUserInterface
00050   : public TUserInterface
00051 {
00052 
00053   private:
00054     Tstring theAcceptString;
00055 
00056   public:
00057     TGtkUserInterface( const Tstring& history );
00058     ~TGtkUserInterface();
00059 
00060   public:
00061     Tbool AcceptCommand();
00062     const Tstring& GetInputCommand();
00063 
00064   public:
00065     Tvoid NotFoundCommand( const Tstring& commandname ) const;
00066 
00067 };
00068 
00069 #endif
00070 #endif

CLDAQ - a Class Library for Data AcQuisition (Version 1.10.0)
Go IWAI <goiwai@users.sourceforge.jp>