(defclass WINDOW ()(...)) |
scope | package ORG.LANGBAND.ENGINE |
location | classes.lisp |
# variables | 20 |
# methods | 40 |
((SETF WINDOW.BACKGROUND) (OBJ WINDOW)) [accessor] |
Description | Either NIL, or an index to the background image. | |
Called By |
(WINDOW.BACKGROUND (OBJ WINDOW)) [accessor] |
Description | Either NIL, or an index to the background image. |
((SETF WINDOW.BACKGROUNDFILE) (OBJ WINDOW)) [accessor] |
Description | Either NIL, or a filename for the background image. | |
Called By |
(WINDOW.BACKGROUNDFILE (OBJ WINDOW)) [accessor] |
Description | Either NIL, or a filename for the background image. |
((SETF WINDOW.DATA) (OBJ WINDOW)) [accessor] |
Description | The actual window data, probably an x,y,z array. | |
Called By |
(WINDOW.DATA (OBJ WINDOW)) [accessor] |
Description | The actual window data, probably an x,y,z array. | |
Called By | (SETF WINDOW-COORD), CLEAR-COORD, CLEAR-ROW, CLEAR-WINDOW and WINDOW-COORD |
((SETF WINDOW.DISABLED?) (OBJ WINDOW)) [accessor] |
Description | Is the window currently disabled? | |
Called By |
(WINDOW.DISABLED? (OBJ WINDOW)) [accessor] |
Description | Is the window currently disabled? | |
Called By | %SWITCH-IN-WINDOW, ACTIVATE-WINDOW, DEACTIVATE-WINDOW, DISPLAY-VISUAL-STATES, ESTABLISH-UI-THEME-SIZE-CALCULATIONS&, INVOKE-IN-DIALOGUE, IS-FRAME-SHOWN? and PROCESS-SUBWINDOW-DATA! |
((SETF WINDOW.FLAGMAP) (OBJ WINDOW)) [accessor] |
Description | An x,y map with flags for various tiles, e.g if it is updated. | |
Called By |
(WINDOW.FLAGMAP (OBJ WINDOW)) [accessor] |
Description | An x,y map with flags for various tiles, e.g if it is updated. | |
Called By | (SETF WINDOW-COORD), CLEAR-COORD, CLEAR-ROW and CLEAR-WINDOW |
((SETF WINDOW.FLAGS) (OBJ WINDOW)) [accessor] |
Description | Any bitflags needed to describe the window. |
((SETF WINDOW.GFX-TILES?) (OBJ WINDOW)) [accessor] |
Description | Is the subwindow using graphical tiles or should output be ascii? | |
Called By |
(WINDOW.GFX-TILES? (OBJ WINDOW)) [accessor] |
Description | Is the subwindow using graphical tiles or should output be ascii? | |
Called By | DISPLAY-MOVING-OBJECT, DRAW-RELATIVE-EFFECT!, PAINT-COORD, SET-CURSOR-TO and WINDOW-ALLOWS-GFX-TILES? |
((SETF WINDOW.HEIGHT) (OBJ WINDOW)) [accessor] |
Description | Height of window in tiles. Rows. | |
Called By |
(WINDOW.ID (OBJ WINDOW)) [accessor] |
Description | A string id for the window. | |
Called By | CLEAR-ROW, CLEAR-WINDOW, ESTABLISH-UI-THEME-SIZE-CALCULATIONS&, FETCH-THEME-VAR, PRINT-OBJECT and PROCESS-UI-THEME-DATA! |
((SETF WINDOW.NAME) (OBJ WINDOW)) [accessor] |
Description | The name/var for this window. Should be a string |
((SETF WINDOW.NUM-ID) (OBJ WINDOW)) [accessor] |
Description | The numeric id, or index for the window, can be used for array lookups. | |
Called By |
(WINDOW.NUM-ID (OBJ WINDOW)) [accessor] |
Description | The numeric id, or index for the window, can be used for array lookups. | |
Called By |
((SETF WINDOW.PIXEL-HEIGHT) (OBJ WINDOW)) [accessor] |
Description | The max height of the window in pixels. | |
Called By | ESTABLISH-UI-THEME-SIZE-CALCULATIONS& and PROCESS-SUBWINDOW-DATA! |
(WINDOW.PIXEL-HEIGHT (OBJ WINDOW)) [accessor] |
Description | The max height of the window in pixels. | |
Called By | CLEAR-WINDOW, ESTABLISH-UI-THEME-SIZE-CALCULATIONS&, FETCH-THEME-VAR, LOAD-SETTING-BACKGROUND and PLAY-GAME& |
((SETF WINDOW.PIXEL-WIDTH) (OBJ WINDOW)) [accessor] |
Description | The max width of the window in pixels. | |
Called By | ESTABLISH-UI-THEME-SIZE-CALCULATIONS& and PROCESS-SUBWINDOW-DATA! |
(WINDOW.PIXEL-WIDTH (OBJ WINDOW)) [accessor] |
Description | The max width of the window in pixels. | |
Called By | CLEAR-WINDOW, ESTABLISH-UI-THEME-SIZE-CALCULATIONS&, FETCH-THEME-VAR, HANDLE-MOUSE-CLICK, LOAD-SETTING-BACKGROUND and PLAY-GAME& |
((SETF WINDOW.TILE-HEIGHT) (OBJ WINDOW)) [accessor] |
Description | The height of an individual tile. | |
Called By |
((SETF WINDOW.TILE-WIDTH) (OBJ WINDOW)) [accessor] |
Description | The width of an individual tile. | |
Called By |
((SETF WINDOW.VISIBLE?) (OBJ WINDOW)) [accessor] |
Description | Is the window currently shown/visible? | |
Called By |
(WINDOW.VISIBLE? (OBJ WINDOW)) [accessor] |
Description | Is the window currently shown/visible? | |
Called By |
((SETF WINDOW.WIDTH) (OBJ WINDOW)) [accessor] |
Description | Width of window in tiles. Columns. | |
Called By |
((SETF WINDOW.X-OFFSET) (OBJ WINDOW)) [accessor] |
Description | The x-offset in pixels on the underlying display area. | |
Called By | ESTABLISH-UI-THEME-SIZE-CALCULATIONS& and PROCESS-SUBWINDOW-DATA! |
(WINDOW.X-OFFSET (OBJ WINDOW)) [accessor] |
Description | The x-offset in pixels on the underlying display area. | |
Called By | %MOUSE-CLICKED, ESTABLISH-UI-THEME-SIZE-CALCULATIONS& and FETCH-THEME-VAR |
((SETF WINDOW.Y-OFFSET) (OBJ WINDOW)) [accessor] |
Description | The y-offset in pixels on the underlying display area. | |
Called By | ESTABLISH-UI-THEME-SIZE-CALCULATIONS& and PROCESS-SUBWINDOW-DATA! |
(WINDOW.Y-OFFSET (OBJ WINDOW)) [accessor] |
Description | The y-offset in pixels on the underlying display area. | |
Called By | %MOUSE-CLICKED, ESTABLISH-UI-THEME-SIZE-CALCULATIONS& and FETCH-THEME-VAR |
slot FLAGMAP is of type T |
Description | An x,y map with flags for various tiles, e.g if it is updated. |
slot GFX-TILES? is of type T |
Description | Is the subwindow using graphical tiles or should output be ascii? |
slot NUM-ID is of type T |
Description | The numeric id, or index for the window, can be used for array lookups. |
This documentation was generated Autumn 2003 from the original sources by Albert v.0.4.9.