From 51e21a316be6e052251b3dfc7d671061ebd67cee Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Mon, 21 Dec 2009 18:03:28 +0000 Subject: Removed the old trunk contents. About to load up m3 --- src/viewerpercent.h | 39 --------------------------------------- 1 file changed, 39 deletions(-) delete mode 100644 src/viewerpercent.h (limited to 'src/viewerpercent.h') diff --git a/src/viewerpercent.h b/src/viewerpercent.h deleted file mode 100644 index d40ca1b..0000000 --- a/src/viewerpercent.h +++ /dev/null @@ -1,39 +0,0 @@ -#ifndef VIEWER_PERCENT_H -#define VIEWER_PERCENT_H - -#include - -#include "viewer.h" - -class ViewerPercent : public Viewer -{ -public: - ViewerPercent(); - virtual ~ViewerPercent(); - - virtual void beginCommand( Action::eAction nAct, const std::string &sTarget ); - virtual void endCommand(); - - virtual void beginRequiresCheck( bool bCached, const std::string &sName ); - virtual void endRequiresCheck(); - virtual void beginPerform( Perform *pPerform ); - virtual void endPerform(); - virtual void beginPerforms( int nCount ); - virtual void endPerforms(); - virtual void beginAction( const std::string &sName, int nCommands ); - virtual void endAction(); - - void printPercent( const std::string &sCur ); - -private: - int nTotalCommands; - int nCurCommand; - int nTotalPerforms; - int nCurPerform; - std::string sTarget; - int nLastLen; - int nWidth; - int nTermWidth; -}; - -#endif -- cgit v1.2.3