RAIDA  1.9.0
ITitleStyleROOT.h
1 // -*- C++ -*-
2 #ifndef AIDA_ITITLESTYLEROOT_H
3 #define AIDA_ITITLESTYLEROOT_H 1
4 
5 #include <RAIDA/IBaseStyleROOT.h>
6 #include <AIDA/ITitleStyle.h>
7 
8 namespace AIDA {
9 
10 class ITextStyle;
11 
20 class ITitleStyleROOT : public IBaseStyleROOT, public ITitleStyle {
21 
22 public:
24  virtual ~ITitleStyleROOT() { /* nop */; }
25 
26  ITitleStyleROOT() { /* nop */; }
27 
28  virtual ITextStyle & textStyle() ;
29 
30  virtual bool setTextStyle(const ITextStyle & textStyle) ;
31 }; // class
32 } // namespace AIDA
33 #endif /* ifndef AIDA_ITITLESTYLEROOT_H */
Style for the &quot;title scene part&quot; of a plotting region or for the global title of a plotting page...
Definition: ITitleStyle.h:29
virtual ~ITitleStyleROOT()
Destructor.
Definition: ITitleStyleROOT.h:24
Style for the &quot;title scene part&quot; of a plotting region or for the global title of a plotting page...
Definition: ITitleStyleROOT.h:20
Superclass for all styles in AIDA Plotting package.
Definition: IBaseStyleROOT.h:30