kaddressbook
ringbinderstyle.cpp File Reference
#include "ringbinderstyle.h"
#include "printingwizard.h"
#include "printprogress.h"
#include "ui_rbs_appearance.h"
#include <KConfig>
#include <KGlobal>
#include <KLocale>
#include <QPrinter>
#include <QTextDocument>
Include dependency graph for ringbinderstyle.cpp:
Go to the source code of this file.
Namespaces | |
KABPrinting | |
Enumerations | |
enum | PrintField { PhoneNumbers = 1, Emails = 2, Addresses = 4, Organization = 8, Birthday = 16, Note = 32 } |
Functions | |
static QString | contactsToHtml (const KABC::Addressee::List &contacts, int fields) |
Variables | |
const char * | RingBinderConfigSectionName = "RingBinderPrintStyle" |
const char * | ShowBirthday = "ShowBirthday" |
const char * | ShowEmailAddresses = "ShowEmailAddresses" |
const char * | ShowNote = "ShowNote" |
const char * | ShowOrganization = "ShowOrganization" |
const char * | ShowPhoneNumbers = "ShowPhoneNumbers" |
const char * | ShowStreetAddresses = "ShowStreetAddresses" |
Enumeration Type Documentation
enum PrintField |
Enumerator | |
---|---|
PhoneNumbers | |
Emails | |
Addresses | |
Organization | |
Birthday | |
Note |
Definition at line 47 of file ringbinderstyle.cpp.
Function Documentation
|
static |
Definition at line 56 of file ringbinderstyle.cpp.
Variable Documentation
const char* RingBinderConfigSectionName = "RingBinderPrintStyle" |
Definition at line 39 of file ringbinderstyle.cpp.
const char* ShowBirthday = "ShowBirthday" |
Definition at line 44 of file ringbinderstyle.cpp.
const char* ShowEmailAddresses = "ShowEmailAddresses" |
Definition at line 41 of file ringbinderstyle.cpp.
const char* ShowNote = "ShowNote" |
Definition at line 45 of file ringbinderstyle.cpp.
const char* ShowOrganization = "ShowOrganization" |
Definition at line 43 of file ringbinderstyle.cpp.
const char* ShowPhoneNumbers = "ShowPhoneNumbers" |
Definition at line 40 of file ringbinderstyle.cpp.
const char* ShowStreetAddresses = "ShowStreetAddresses" |
Definition at line 42 of file ringbinderstyle.cpp.
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:55:52 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:55:52 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.