+
class TContextMenuImp
-
library: libCore
#include "TContextMenuImp.h"
Display options:
Show inherited
Show non-public

class TContextMenuImp


TContextMenuImp

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


Function Members (Methods)

public:
TContextMenuImp(TContextMenu* c = 0)
virtual~TContextMenuImp()
static TClass*Class()
virtual voidDialog(TObject* object, TFunction* function)
virtual voidDialog(TObject* object, TMethod* method)
virtual voidDisplayPopup(Int_t x, Int_t y)
virtual TContextMenu*GetContextMenu() const
virtual TClass*IsA() const
virtual voidShowMembers(TMemberInspector& insp, char* parent)
virtual voidStreamer(TBuffer& b)
voidStreamerNVirtual(TBuffer& b)
protected:
TContextMenuImp(const TContextMenuImp& cmi)
TContextMenuImp&operator=(const TContextMenuImp& cmi)

Data Members

protected:
TContextMenu*fContextMenuTContextMenu associated with this implementation

Class Charts

Inheritance Inherited Members Includes Libraries
Class Charts

Function documentation

void Dialog(TObject *, TFunction *)
{ }
void Dialog(TObject *, TMethod *)
{ }
void DisplayPopup(Int_t x, Int_t y)
{ }
TContextMenuImp(const TContextMenuImp& cmi)
{ }
TContextMenuImp& operator=(const TContextMenuImp& cmi)
TContextMenuImp(TContextMenu *c=0)
{ }
virtual ~TContextMenuImp()
{ }
TContextMenu * GetContextMenu()
{ return fContextMenu; }

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. *

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.