git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31060 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Richard Heck 2009-08-15 18:45:54 +00:00
parent 7372c173a6
commit 7cf4a9fb9f

View File

@ -19,6 +19,12 @@ namespace lyx {
class LayoutFile;
/**
Represents a list of modules, such as might be associated with
a particular document. Provides methods for adding modules, checking
if a module can be added, and, importantly, adapting the list to a
new DocumentClass.
*/
class LayoutModuleList {
public:
///