eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'DeviceHandle':

Home

Documentation
www.exept.de
Everywhere
for:
[back]

Class: DeviceHandle


Inheritance:

   Object
   |
   +--DeviceHandle
      |
      +--DeviceGraphicsContext::DevicePixmapGCHandle
      |
      +--DeviceGraphicsContext::DeviceWindowGCHandle

Package:
stx:libview
Category:
Graphics-Support
Version:
rev: 1.19 date: 2021/01/20 14:35:39
user: cg
file: DeviceHandle.st directory: libview
module: stx stc-classLibrary: libview

Description:


This is an abstract class for device handles which are responsible
for finalization i.e. to destroy underlying system resources, when the GC
frees an object which has created some system object.
Currently, these are forms and views (streams, cursors, colors and
fonts could also make use of this class - however, for historical reasons,
they continue to use their own private finalization machanisms. This may
change in future versions).

copyright

COPYRIGHT (c) 1995 by Claus Gittinger All Rights Reserved This software is furnished under a license and may be used only in accordance with the terms of that license and with the inclusion of the above copyright notice. This software may not be provided or otherwise made available to, or used by, any other person. No title to or ownership of the software is hereby transferred.

Class protocol:

queries
o  isAbstract
Return if this class is an abstract class.
True is returned here for myself only; false for subclasses.
Abstract subclasses must redefine this again.


Instance protocol:

accessing
o  device

o  id
return the id of the dravable

finalization
o  finalize
I am abstract

** This method must be redefined in concrete classes (subclassResponsibility) **

private-accessing
o  setDevice: aDevice id: aDrawableId gcId: aGCId
set the handles contents



ST/X 7.7.0.0; WebServer 1.702 at 20f6060372b9.unknown:8081; Mon, 18 Nov 2024 04:16:50 GMT