#include <configuration.h>
Public Attributes | |
| bool | UseCaption |
| If we are adding caption to the images. | |
| bool | CustomPos |
| If we are using custom caption position. Overrides mCaptionPos. | |
| int | Position |
| The caption position. Has to be one of Configuration::CaptionPosition. | |
| int | PositionX |
| The X value of caption position. | |
| int | PositionY |
| The Y value of caption position. | |
| QString | Text |
| The caption text. | |
| QColor | Color |
| The caption text color. | |
| QFont | Font |
| The caption font. | |
Definition at line 81 of file configuration.h.
1.3.9.1