#include <XGraphicsSystem.h>
Inheritance diagram for XEventPane:
Public Members | |||
XEventPane (Bool doubleBuffer = 0) | |||
~XEventPane () | |||
virtual Void | XHandleEvent (XEvent *event) | ||
Void | XGetMouse (Int *x, Int *y, UInt *keyState) | ||
virtual Void | HandleKey (Char key) | ||
virtual Void | TrackMouse (Int x, Int y, Int modifiers) | ||
virtual Void | HandleExpose () | ||
Void | GetMouse (Int &x, Int &y, Int &modifiers) | ||
Void | Resize (Int x, Int y) | ||
Void | Hide () | ||
Void | Show () | ||
Void | SetTitle (StrConst title) |
Definition at line 130 of file XGraphicsSystem.h.
XEventPane::XEventPane (Bool doubleBuffer = 0) |
Definition at line 135 of file XGraphicsSystem.h.
XEventPane::~XEventPane () |
Definition at line 774 of file XGraphicsSystem.cc.
Void XEventPane::GetMouse (Int & x, Int & y, Int & modifiers) |
Definition at line 739 of file XGraphicsSystem.cc.
Void XEventPane::HandleExpose () [virtual]
|
Void XEventPane::HandleKey (Char c) [virtual]
|
Reimplemented in DrawScenePane, ImagePane, and ScenePane.
Definition at line 760 of file XGraphicsSystem.cc.
Void XEventPane::Hide () |
Definition at line 800 of file XGraphicsSystem.cc.
Void XEventPane::Resize (Int x, Int y) |
Definition at line 790 of file XGraphicsSystem.cc.
Void XEventPane::SetTitle (StrConst title) |
Definition at line 805 of file XGraphicsSystem.cc.
Void XEventPane::Show () |
Void XEventPane::TrackMouse (Int sx, Int sy, Int modifiers) [virtual]
|
Void XEventPane::XGetMouse (Int * x, Int * y, UInt * keyState) |
Void XEventPane::XHandleEvent (XEvent * event) [virtual]
|
Definition at line 700 of file XGraphicsSystem.cc.