LeechCraft Monocle 0.6.70-14794-g33744ae6ce
Modular document viewer for LeechCraft
Loading...
Searching...
No Matches
iformfield.h File Reference
#include <memory>
#include <QtPlugin>
+ Include dependency graph for iformfield.h:

Go to the source code of this file.

Classes

class  LC::Monocle::IFormField
 Base interface to be implemented by form fields. More...
 
class  LC::Monocle::IFormFieldText
 Interface to be implemented by text fields. More...
 
class  LC::Monocle::IFormFieldChoice
 Interface to be implemented by choice fields. More...
 
class  LC::Monocle::IFormFieldButton
 Interface to be implemented by button fields. More...
 

Namespaces

namespace  LC
 
namespace  LC::Monocle
 

Typedefs

typedef std::shared_ptr< IFormField > LC::Monocle::IFormField_ptr
 A shared pointer to a IFormField.
 

Enumerations

enum class  LC::Monocle::FormType { LC::Monocle::Text , LC::Monocle::Choice , LC::Monocle::Button }
 Describes the possible types of a form field. More...