#include <GUI.h>
Inheritance diagram for GUI:


Public Methods | |
| GUI (LyXView &lv, Dialogs &d) | |
| Controller & | controller () |
| Controller const & | controller () const |
Private Attributes | |
| Controller | controller_ |
| GUIview | view_ |
Definition at line 23 of file GUI.h.
|
||||||||||||||||
|
Definition at line 41 of file GUI.h. References controller_, and view_.
00042 : controller_(lv, d), 00043 view_() 00044 { 00045 controller_.setView(view_); 00046 view_.setController(controller_); 00047 controller_.bc().view(new GUIbc(controller_.bc())); 00048 controller_.bc().bp(new Policy); 00049 } |
|
|||||||||
|
Definition at line 30 of file GUI.h.
00030 { return controller_; }
|
|
|||||||||
|
Definition at line 28 of file GUI.h.
00028 { return controller_; }
|
|
|||||
|
Definition at line 33 of file GUI.h. Referenced by GUI< ControlPrint, FormPrint, OkApplyCancelPolicy, xformsBC >::controller, and GUI. |
|
|||||
|
Definition at line 35 of file GUI.h. Referenced by GUI. |
1.2.14 written by Dimitri van Heesch,
© 1997-2002