Interface for documents that can toggle showing some of their contents.
Q_DECLARE_INTERFACE(LeechCraft::Monocle::IHaveOptionalContent,"org.LeechCraft.Monocle.IHaveOptionalContent/1.0")
virtual QAbstractItemModel * GetOptContentModel()=0
Returns the optional contents model for the document.
virtual ~IHaveOptionalContent()