]> git.lyx.org Git - lyx.git/blob - src/frontends/LyXScreenFactory.h
Really dull and boring header shit
[lyx.git] / src / frontends / LyXScreenFactory.h
1 /**
2  * \file LyXScreenFactory.h
3  * Read the file COPYING
4  *
5  * \author John Levon 
6  *
7  * Full author contact details are available in file CREDITS
8  */
9
10 #ifndef LYXSCREENFACTORY_H
11 #define LYXSCREENFACTORY_H
12  
13 class WorkArea;
14 class LyXScreen;
15
16 namespace LyXScreenFactory {
17         /**
18          * Make a screen renderer. Used because we want to 
19          * generate a toolkit-specific instance.
20          */
21         LyXScreen * create(WorkArea & owner);
22 }
23
24 #endif // LYXSCREEN_FACTORY_H