ROOT  6.07/01
Reference Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Classes | Functions | Variables
gui_ex Namespace Reference

Classes

class  pMainFrame
 

Functions

def pygaus
 
def MyDraw
 

Variables

tuple tpygaus = ROOT.TF1( 'pygaus', pygaus, -4, 4, 4 )
 
tuple m = ROOT.TPyDispatcher( MyDraw )
 
tuple window = pMainFrame( ROOT.gClient.GetRoot(), 200, 200 )
 

Function Documentation

def gui_ex.MyDraw ( )

Definition at line 19 of file gui_ex.py.

def gui_ex.pygaus (   x,
  par 
)

Definition at line 3 of file gui_ex.py.

Variable Documentation

tuple gui_ex.m = ROOT.TPyDispatcher( MyDraw )

Definition at line 26 of file gui_ex.py.

tuple gui_ex.tpygaus = ROOT.TF1( 'pygaus', pygaus, -4, 4, 4 )

Definition at line 16 of file gui_ex.py.

tuple gui_ex.window = pMainFrame( ROOT.gClient.GetRoot(), 200, 200 )

Definition at line 57 of file gui_ex.py.

Referenced by ROOT::MacOSX::X11::EventTranslator.CancelPointerGrab, ROOT::MacOSX::X11::EventTranslator.CheckUnmappedView, ROOT::MacOSX::X11.ClipToShapeMask(), ROOT::MacOSX::X11::Detail.ConvertEventLocationToROOTXY(), ROOT::MacOSX::X11.FindDNDAwareViewInPoint(), ROOT::MacOSX::X11.FindViewForPointerEvent(), ROOT::MacOSX::X11.FindWindowForPointerEvent(), ROOT::MacOSX::X11.FindWindowInPoint(), ROOT::MacOSX::X11::EventTranslator.GenerateConfigureNotifyEvent, ROOT::MacOSX::X11::Detail.GenerateCrossingEventFromChild1ToChild2(), ROOT::MacOSX::X11::Detail.GenerateCrossingEvents(), ROOT::MacOSX::X11::EventTranslator.GenerateExposeEvent, TGCocoa.GetGeometry(), TGWin32.InitWindow(), TGWin32.IsDNDAware(), TGWin32.LowerWindow(), TGWin32.MapRaised(), TGWin32.MapWindow(), TGWin32.QueryPointer(), TGWin32.RaiseWindow(), TGCocoa.ResizeWindow(), TEveWindowManager.SelectWindow(), ROOT::MacOSX::X11::Detail.SendButtonPressEvent(), ROOT::MacOSX::X11::Detail.SendButtonReleaseEvent(), ROOT::MacOSX::X11::Detail.SendEnterEvent(), ROOT::MacOSX::X11::Detail.SendFocusInEvent(), ROOT::MacOSX::X11::Detail.SendFocusOutEvent(), ROOT::MacOSX::X11::Detail.SendKeyPressEvent(), ROOT::MacOSX::X11::Detail.SendKeyReleaseEvent(), ROOT::MacOSX::X11::Detail.SendLeaveEvent(), ROOT::MacOSX::X11::Detail.SendPointerMotionEvent(), ROOT::MacOSX::X11::EventTranslator.SetPointerGrab, ROOT::MacOSX::X11.TranslateCoordinates(), ROOT::MacOSX::X11.TranslateFromScreen(), ROOT::MacOSX::X11.TranslateToScreen(), ROOT::MacOSX::X11.ViewIsHtmlView(), ROOT::MacOSX::X11.ViewIsHtmlViewFrame(), ROOT::MacOSX::X11.ViewIsTextView(), and ROOT::MacOSX::X11.ViewIsTextViewFrame().