Remoto - VFS: breakField.h Source File
Remoto - VFS
breakField.h
Go to the documentation of this file.
1 #ifndef VFS_BREAK_FIELD_H
2 #define VFS_BREAK_FIELD_H
3 
4 #include "../VFS_form_field.h"
5 
6 class breakField : public VFS_form_field
7 {
8  public:
9  explicit breakField();
10 };
11 
12 #endif
Base class for all form field types.
Definition: VFS_form_field.h:7
The breakField class adds a space to a form field. Useful for visually separating groups of fields.
Definition: breakField.h:7