![]() |
LeechCraft Monocle 0.6.70-17609-g3dde4097dd
Modular document viewer for LeechCraft
|
Interface for documents that can toggle showing some of their contents. More...
#include "ihaveoptionalcontent.h"
Public Member Functions | |
virtual | ~IHaveOptionalContent () |
virtual QAbstractItemModel * | GetOptContentModel ()=0 |
Returns the optional contents model for the document. | |
Interface for documents that can toggle showing some of their contents.
The list of togglable contents is returned via the GetOptContentModel(), returning a model whose items can be checked or unchecked (and, possibly, edited).
Definition at line 24 of file ihaveoptionalcontent.h.
|
inlinevirtual |
Definition at line 27 of file ihaveoptionalcontent.h.
|
pure virtual |
Returns the optional contents model for the document.