![]() |
LeechCraft Monocle
0.6.70-10870-g558588d6ec
Modular document viewer for LeechCraft
|
#include <memory>#include <QtPlugin>
Include dependency graph for iformfield.h:Go to the source code of this file.
Classes | |
| class | LeechCraft::Monocle::IFormField |
| Base interface to be implemented by form fields. More... | |
| class | LeechCraft::Monocle::IFormFieldText |
| Interface to be implemented by text fields. More... | |
| class | LeechCraft::Monocle::IFormFieldChoice |
| Interface to be implemented by choice fields. More... | |
| class | LeechCraft::Monocle::IFormFieldButton |
| Interface to be implemented by button fields. More... | |
Namespaces | |
| LeechCraft | |
| LeechCraft::Monocle | |
Typedefs | |
| typedef std::shared_ptr< IFormField > | LeechCraft::Monocle::IFormField_ptr |
| A shared pointer to a IFormField. More... | |
Enumerations | |
| enum | LeechCraft::Monocle::FormType { LeechCraft::Monocle::FormType::Text, LeechCraft::Monocle::FormType::Choice, LeechCraft::Monocle::FormType::Button } |
| Describes the possible types of a form field. More... | |