#include <XGraphicsSystem.h>
Inheritance diagram for XPane:
Public Members | |||
![]() | ![]() | XPane () | |
![]() | ![]() | virtual | ~XPane () |
![]() | ![]() | virtual Void | Init () |
![]() | ![]() | virtual XVisualInfo* | GetVisualInfo () |
![]() | ![]() | Void | CopyFrom (XPane &from) |
![]() | ![]() | Void | PutImage (Image &img, Int x = 0, Int y = 0) |
![]() | ![]() | XID | paneXID |
![]() | ![]() | Int | width |
![]() | ![]() | Int | height |
![]() | ![]() | XGraphicsSystem* | xgs |
![]() | ![]() | Bool | doubleBuffered |
Protected Members | |||
![]() | ![]() | XImage* | ImageToXImage (Image &img) |
Static Protected Members | |||
![]() | ![]() | XVisualInfo* | sVisualInfo = 0 |
Definition at line 87 of file XGraphicsSystem.h.
XPane::XPane () |
Definition at line 626 of file XGraphicsSystem.cc.
XPane::~XPane () [virtual]
|
Definition at line 677 of file XGraphicsSystem.cc.
Void XPane::CopyFrom (XPane & from) |
Definition at line 661 of file XGraphicsSystem.cc.
XVisualInfo * XPane::GetVisualInfo () [virtual]
|
XImage* XPane::ImageToXImage (Image & img) [protected]
|
Void XPane::Init () [virtual]
|
Void XPane::PutImage (Image & img, Int x = 0, Int y = 0) |
Definition at line 667 of file XGraphicsSystem.cc.
Bool XPane::doubleBuffered |
Int XPane::height |
Definition at line 100 of file XGraphicsSystem.h.
XID XPane::paneXID |
Definition at line 99 of file XGraphicsSystem.h.
XVisualInfo * XPane::sVisualInfo = 0 [static, protected]
|
Definition at line 107 of file XGraphicsSystem.h.
Int XPane::width |
Definition at line 100 of file XGraphicsSystem.h.
XGraphicsSystem * XPane::xgs |
Definition at line 101 of file XGraphicsSystem.h.