| Trolltech Home | Qt-interest Home | Recent Threads | All Threads | Author | Date | |
| All threads index page 8 | |
<<< text/html: EXCLUDED >>>
Please search for GOF observer pattern on the internet. A book from Eric Gamma (and several others) titled "Design Patterns" talk about this kinda stuff. Its from Addison Wesley. Also the book from Craig Larman "Applying UML with Patterns" is a source to consult Salman --- Olivier RIFFAUD <oriffaud@ifremer.fr> wrote: > Hello ! > > I would like to make my engine/work independant from > GUI with QT for a 3D Viewer-Modeler. Is some one > know how implement class collaboration for make my > engine class independant of my interface class made > with QT ?? > Are there somme homepage with schema ( pattern) ? > Thank You ! > > I french so excuse me for my english :-) > > regards > __________________________________________________ Do You Yahoo!? Yahoo! Movies - coverage of the 74th Academy Awards® http://movies.yahoo.com/
Hi Olivier, what you are looking for is the Model-View-Controller pattern, which uses the Observer pattern mentioned by Salman. The Model-View-Controller pattern is described in Volume 1 of "Pattern-oriented Software Architecture" written by Frank Buschmann et al. Best regards, Burkhard Salman Khilji wrote: > Please search for GOF observer pattern on the > internet. A book from Eric Gamma (and several others) > titled "Design Patterns" talk about this kinda stuff. > Its from Addison Wesley. > > Also the book from Craig Larman "Applying UML with > Patterns" is a source to consult > > Salman > > --- Olivier RIFFAUD <oriffaud@ifremer.fr> wrote: > > Hello ! > > > > I would like to make my engine/work independant from > > GUI with QT for a 3D Viewer-Modeler. Is some one > > know how implement class collaboration for make my > > engine class independant of my interface class made > > with QT ?? > > Are there somme homepage with schema ( pattern) ? > > Thank You ! > > > > I french so excuse me for my english :-) > > > > regards > > > > __________________________________________________ > Do You Yahoo!? > Yahoo! Movies - coverage of the 74th Academy Awards® > http://movies.yahoo.com/ > > -- > List archive and information: http://qt-interest.trolltech.com