GRSISort "v4.0.0.5"
An extension of the ROOT analysis Framework
Loading...
Searching...
No Matches
GPopup Class Reference

Detailed Description

Definition at line 6 of file GPopup.h.

Public Member Functions

 GPopup (const GPopup &)=delete
 
 GPopup (const TGWindow *p, const TGWindow *main, UInt_t w, UInt_t h, UInt_t options=kVerticalFrame)
 
 GPopup (GPopup &&) noexcept=delete
 
 ~GPopup ()=default
 
void CloseWindow () override
 
GPopupoperator= (const GPopup &)=delete
 
GPopupoperator= (GPopup &&) noexcept=delete
 
void Print (Option_t *opt="") const override
 
Bool_t ProcessMessage (Long_t msg, Long_t parm1, Long_t parm2) override
 
+ Inheritance diagram for GPopup:
+ Collaboration diagram for GPopup:

Constructor & Destructor Documentation

◆ GPopup() [1/3]

GPopup::GPopup ( const TGWindow * p,
const TGWindow * main,
UInt_t w,
UInt_t h,
UInt_t options = kVerticalFrame )

Definition at line 10 of file GPopup.cxx.

◆ GPopup() [2/3]

GPopup::GPopup ( const GPopup & )
delete

◆ GPopup() [3/3]

GPopup::GPopup ( GPopup && )
deletenoexcept

◆ ~GPopup()

GPopup::~GPopup ( )
default

Member Function Documentation

◆ CloseWindow()

void GPopup::CloseWindow ( )
override

Definition at line 50 of file GPopup.cxx.

◆ operator=() [1/2]

GPopup & GPopup::operator= ( const GPopup & )
delete

◆ operator=() [2/2]

GPopup & GPopup::operator= ( GPopup && )
deletenoexcept

◆ Print()

void GPopup::Print ( Option_t * opt = "") const
override

Definition at line 45 of file GPopup.cxx.

◆ ProcessMessage()

Bool_t GPopup::ProcessMessage ( Long_t msg,
Long_t parm1,
Long_t parm2 )
override

Definition at line 55 of file GPopup.cxx.