Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
Fireworks
Core
src
FWBoxIconButton.h
Go to the documentation of this file.
1
#ifndef Fireworks_Core_FWBoxIconButton_h
2
#define Fireworks_Core_FWBoxIconButton_h
3
// -*- C++ -*-
4
//
5
// Package: Core
6
// Class : FWBoxIconButton
7
//
16
//
17
// Original Author: Chris Jones
18
// Created: Thu Feb 19 19:04:08 CST 2009
19
//
20
21
// system include files
22
#include "TGButton.h"
23
24
// user include files
25
26
// forward declarations
27
class
FWBoxIconBase
;
28
29
class
FWBoxIconButton
:
public
TGButton {
30
31
public
:
32
FWBoxIconButton
(
const
TGWindow* iParent,
33
FWBoxIconBase
* iBase,
34
Int_t iID=-1,
35
GContext_t norm = TGButton::GetDefaultGC() (),
36
UInt_t option=0);
37
virtual
~FWBoxIconButton
();
38
39
// ---------- const member functions ---------------------
40
41
// ---------- static member functions --------------------
42
43
// ---------- member functions ---------------------------
44
void
setNormCG
(GContext_t);
45
protected
:
46
virtual
void
DoRedraw
();
47
private
:
48
FWBoxIconButton
(
const
FWBoxIconButton
&);
// stop default
49
50
const
FWBoxIconButton
&
operator=
(
const
FWBoxIconButton
&);
// stop default
51
52
// ---------- member data --------------------------------
53
FWBoxIconBase
*
m_iconBase
;
54
};
55
56
57
#endif
FWBoxIconButton::~FWBoxIconButton
virtual ~FWBoxIconButton()
Definition:
FWBoxIconButton.cc:46
FWBoxIconButton::DoRedraw
virtual void DoRedraw()
Definition:
FWBoxIconButton.cc:67
FWBoxIconButton::FWBoxIconButton
FWBoxIconButton(const TGWindow *iParent, FWBoxIconBase *iBase, Int_t iID=-1, GContext_t norm=TGButton::GetDefaultGC()(), UInt_t option=0)
Definition:
FWBoxIconButton.cc:30
FWBoxIconButton::m_iconBase
FWBoxIconBase * m_iconBase
Definition:
FWBoxIconButton.h:53
FWBoxIconButton
Definition:
FWBoxIconButton.h:29
FWBoxIconButton::setNormCG
void setNormCG(GContext_t)
Definition:
FWBoxIconButton.cc:72
FWBoxIconButton::operator=
const FWBoxIconButton & operator=(const FWBoxIconButton &)
FWBoxIconBase
Definition:
FWBoxIconBase.h:28
Generated for CMSSW Reference Manual by
1.8.5