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

TQtUserInterface.cc

解説を見る。
00001 // =====================================================================
00002 //  $Id: TQtUserInterface.cc,v 1.4 2004/03/07 10:30:31 goiwai Exp $
00003 //  $Name: CLDAQ-1-14-03 $
00004 //  $Log: TQtUserInterface.cc,v $
00005 //  Revision 1.4  2004/03/07 10:30:31  goiwai
00006 //  ROOTに組みこむためのおまじないマクロを埋めこみました。
00007 //  全てにおいて完全に動作するわけではありません。
00008 //
00009 //  Revision 1.3  2003/10/06 17:02:40  goiwai
00010 //  *** empty log message ***
00011 //
00012 //  Revision 1.2  2003/07/30 16:18:51  goiwai
00013 //  ファイルにコミットログをつけることにしました.
00014 //
00015 // =====================================================================
00016 #ifdef __CLDAQ_QT_USE
00017 #include "TQtUserInterface.hh"
00018 
00019 TQtUserInterface::TQtUserInterface( const Tstring& history )
00020   : TUserInterface( history ), theAcceptString( "" )
00021 {;}
00022 
00023 TQtUserInterface::~TQtUserInterface()
00024 {;}
00025 
00026 Tbool TQtUserInterface::AcceptCommand()
00027 {
00028   return Ttrue;
00029 }
00030 
00031 const Tstring& TQtUserInterface::GetInputCommand()
00032 {
00033   return theAcceptString;
00034 }
00035 
00036 Tvoid TQtUserInterface::NotFoundCommand( const Tstring& commandname ) const
00037 {
00038   return;
00039 }
00040 
00041 #endif
00042 
00043 #ifdef __CLDAQ_ROOT_DLL
00044     ClassImp(TQtUserInterface)
00045 #endif


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