Scribus
Open source desktop publishing at your fingertips
|
A class to represent the necessary preferences from Resources/Preferences.xml in the idml package. These values will be used as default if the attribute value returned is null. Hence, every element in the above defined structures are QString type, which will be converted to their natives types while assigning it to the Scribus native objects!. More...
#include <docpreference.h>
Public Member Functions | |
DocPreferences () | |
bool | processFile (QDomElement &root) |
Public Attributes | |
docPrefer | preference |
marginPrefer | marginPreference |
PageItemDefault | pageDefault |
StoryPrefer | storyPreference |
TextDefault | textDefault |
A class to represent the necessary preferences from Resources/Preferences.xml in the idml package. These values will be used as default if the attribute value returned is null. Hence, every element in the above defined structures are QString type, which will be converted to their natives types while assigning it to the Scribus native objects!.
DocPreferences::DocPreferences | ( | ) |
root | is the root node of the preferences.xml document |