library: libCore
#include "TContextMenuImp.h"

TContextMenuImp


class description - source file - inheritance tree (.pdf)

class TContextMenuImp

Inheritance Chart:
TContextMenuImp
<-
TRootContextMenu

    public:
TContextMenuImp(TContextMenu* c = 0) TContextMenuImp(const TContextMenuImp&) virtual ~TContextMenuImp() static TClass* Class() virtual void Dialog(TObject* object, TFunction* function) virtual void Dialog(TObject* object, TMethod* method) virtual void DisplayPopup(Int_t x, Int_t y) virtual TContextMenu* GetContextMenu() const virtual TClass* IsA() const TContextMenuImp& operator=(const TContextMenuImp&) virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b)

Data Members


    protected:
TContextMenu* fContextMenu TContextMenu associated with this implementation

Class Description

                                                                            
 TContextMenuImp                                                            
                                                                            
 This class provides an interface to GUI independent                        
 context sensitive popup menus.                                             
                                                                            




Inline Functions


                    void ~TContextMenuImp()
         TContextMenuImp TContextMenuImp(TContextMenu* c = 0)
           TContextMenu* GetContextMenu() const
                    void Dialog(TObject* object, TFunction* function)
                    void Dialog(TObject* object, TMethod* method)
                    void DisplayPopup(Int_t x, Int_t y)
                 TClass* Class()
                 TClass* IsA() const
                    void ShowMembers(TMemberInspector& insp, char* parent)
                    void Streamer(TBuffer& b)
                    void StreamerNVirtual(TBuffer& b)
         TContextMenuImp TContextMenuImp(const TContextMenuImp&)
        TContextMenuImp& operator=(const TContextMenuImp&)


Author: Nenad Buncic 08/02/96
Last update: root/base:$Name: $:$Id: TContextMenuImp.cxx,v 1.1.1.1 2000/05/16 17:00:38 rdm Exp $
Copyright (C) 1995-2000, Rene Brun and Fons Rademakers. *


ROOT page - Class index - Class Hierarchy - Top of the page

This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.