mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-26 14:20:59 +00:00
2f3ca9d9e4
I think I've finally figured out what I want the core hierarchy to be. Right now, it's just the two classes: View and Window (derived from View). Window has a Group, and Group is just a collection of Views that it manages. QwaqApplication is just an object but like a Window, it has a Group of views. View Window has a Group Group contains Views QwaqApplication has a group More work needs to be done on drawing and event handling, but things are working again. |
||
---|---|---|
.. | ||
.gdbinit | ||
builtins.c | ||
color.h | ||
event.h | ||
main.c | ||
Makefile.am | ||
progs.src.in | ||
qwaq-app.h | ||
qwaq-app.r | ||
qwaq-bi.c | ||
qwaq-curses.c | ||
qwaq-curses.h | ||
qwaq-draw.h | ||
qwaq-draw.r | ||
qwaq-garray.h | ||
qwaq-garray.r | ||
qwaq-group.h | ||
qwaq-group.r | ||
qwaq-rect.h | ||
qwaq-rect.r | ||
qwaq-screen.h | ||
qwaq-screen.r | ||
qwaq-textcontext.h | ||
qwaq-textcontext.r | ||
qwaq-view.h | ||
qwaq-view.r | ||
qwaq-window.h | ||
qwaq-window.r | ||
qwaq.c | ||
qwaq.h |