![]() |
LeechCraft Monocle 0.6.70-17609-g3dde4097dd
Modular document viewer for LeechCraft
|
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... | |