X11PCDLPixmap.h

Classes

X11PCDLPixmap --

(full description)


class X11PCDLPixmap : public X11PCDisplayListObject

Interface

Public Members
X11PCDLPixmap()
X11PCDLPixmap(::XDisplay * display, Pixmap pm, uInt w, uInt h, Int x, Int y)
virtual ~X11PCDLPixmap()
virtual void translate(Int xt, Int yt)
virtual void draw(::XDisplay * display, Drawable d, GC gc, Int xt, Int yt)
virtual Char optType() const

Description

Prerequisite

Etymology

The name of X11PCDLPixmap comes from ...

Synopsis

Display Class File

Motivation

Example

none available.

To Do

Member Description

X11PCDLPixmap()

Default Constructor Required

X11PCDLPixmap(::XDisplay * display, Pixmap pm, uInt w, uInt h, Int x, Int y)

User Constructor

virtual ~X11PCDLPixmap()

Destructor

virtual void translate(Int xt, Int yt)

translate

virtual void draw(::XDisplay * display, Drawable d, GC gc, Int xt, Int yt)

draw func

virtual Char optType() const

For caching optimization