CERN Accelerating science

This website is no longer maintained. Its content may be obsolete. Please visit http://home.cern/ for current CERN information.

Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

ITitleStyle.h

Go to the documentation of this file.
00001 #ifndef AIDA_ITITLESTYLE_H
00002 #define AIDA_ITITLESTYLE_H
00003 
00004 #include "AIDA/IBaseStyle.h"
00005 
00006 namespace AIDA {
00007 
00008   class ITextStyle;
00009 
00010   class ITitleStyle : virtual public IBaseStyle
00011   {
00012   public:
00013     virtual ~ITitleStyle() { }
00014     virtual ITextStyle& textStyle() = 0;
00015     virtual bool setTextStyle(const ITextStyle& textStyle) = 0;
00016   };
00017 
00018 }
00019 
00020 #endif

Generated at Tue Feb 18 15:48:23 2003 for AIDA_Interfaces by doxygen1.2.8.1 written by Dimitri van Heesch, © 1997-2001