RAIDA  1.9.0
IInfoStyleROOT.h
1 // -*- C++ -*-
2 #ifndef AIDA_IINFOSTYLEROOT_H
3 #define AIDA_IINFOSTYLEROOT_H 1
4 
5 #include <RAIDA/IBaseStyleROOT.h>
6 #include <AIDA/IInfoStyle.h>
7 
8 namespace AIDA {
9 
10 class ITextStyle;
11 
19 class IInfoStyleROOT : public IBaseStyleROOT, public IInfoStyle {
20 
21 public:
23  virtual ~IInfoStyleROOT() { /* nop */; }
24 
25  IInfoStyleROOT() { /* nop */; }
26 
27  virtual ITextStyle & textStyle() ;
28 
29  virtual bool setTextStyle(const ITextStyle & textStyle) ;
30 }; // class
31 } // namespace AIDA
32 #endif /* ifndef AIDA_IINFOSTYLEROOT_H */
virtual ~IInfoStyleROOT()
Destructor.
Definition: IInfoStyleROOT.h:23
Style for the part of the scene representing the info area.
Definition: IInfoStyleROOT.h:19
Style for the part of the scene representing the info area.
Definition: IInfoStyle.h:28
Superclass for all styles in AIDA Plotting package.
Definition: IBaseStyleROOT.h:30