CMS 3D CMS Logo

FWCompactVerticalLayout.h
Go to the documentation of this file.
1 #ifndef Fireworks_Core_FWCompactVerticalLayout_h
2 #define Fireworks_Core_FWCompactVerticalLayout_h
3 // -*- C++ -*-
4 //
5 // Package: Core
6 // Class : FWCompactVerticalLayout
7 //
16 //
17 // Original Author: Chris Jones
18 // Created: Tue Mar 17 12:10:41 CDT 2009
19 //
20 
21 // system include files
22 #include "TGLayout.h"
23 
24 // user include files
25 
26 // forward declarations
27 
28 class FWCompactVerticalLayout : public TGVerticalLayout {
29 
30 public:
31  FWCompactVerticalLayout( TGCompositeFrame* iMain);
32  ~FWCompactVerticalLayout() override;
33 
34  // ---------- const member functions ---------------------
35  void Layout() override;
36  TGDimension GetDefaultSize() const override;
37 
38  // ---------- static member functions --------------------
39 
40  // ---------- member functions ---------------------------
41  ClassDefOverride(FWCompactVerticalLayout,0) // Vertical layout manager
42 
43 private:
44  FWCompactVerticalLayout(const FWCompactVerticalLayout&); // stop default
45 
46  const FWCompactVerticalLayout& operator=(const FWCompactVerticalLayout&); // stop default
47 
48  // ---------- member data --------------------------------
49 
50 };
51 
52 
53 #endif
TGDimension GetDefaultSize() const override
FWCompactVerticalLayout(TGCompositeFrame *iMain)
ClassDefOverride(FWCompactVerticalLayout, 0) private const FWCompactVerticalLayout & operator=(const FWCompactVerticalLayout &)