CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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 // $Id: FWCompactVerticalLayout.h,v 1.1 2009/03/18 15:36:41 chrjones Exp $
20 //
21 
22 // system include files
23 #include "TGLayout.h"
24 
25 // user include files
26 
27 // forward declarations
28 
29 class FWCompactVerticalLayout : public TGVerticalLayout {
30 
31 public:
32  FWCompactVerticalLayout( TGCompositeFrame* iMain);
33  virtual ~FWCompactVerticalLayout();
34 
35  // ---------- const member functions ---------------------
36  virtual void Layout();
37  virtual TGDimension GetDefaultSize() const;
38 
39  // ---------- static member functions --------------------
40 
41  // ---------- member functions ---------------------------
42  ClassDef(FWCompactVerticalLayout,0) // Vertical layout manager
43 
44 private:
45  FWCompactVerticalLayout(const FWCompactVerticalLayout&); // stop default
46 
47  const FWCompactVerticalLayout& operator=(const FWCompactVerticalLayout&); // stop default
48 
49  // ---------- member data --------------------------------
50 
51 };
52 
53 
54 #endif
ClassDef(FWCompactVerticalLayout, 0) private const FWCompactVerticalLayout & operator=(const FWCompactVerticalLayout &)
virtual TGDimension GetDefaultSize() const
FWCompactVerticalLayout(TGCompositeFrame *iMain)