Lines 182-188
protected:
Link Here
|
182 |
* if you're a KDEPrint developer. The API might change in the |
182 |
* if you're a KDEPrint developer. The API might change in the |
183 |
* future and binary compatibility might be broken. |
183 |
* future and binary compatibility might be broken. |
184 |
*/ |
184 |
*/ |
185 |
class DrChoiceGroup : public DrGroup |
185 |
class KDEPRINT_EXPORT DrChoiceGroup : public DrGroup |
186 |
{ |
186 |
{ |
187 |
public: |
187 |
public: |
188 |
DrChoiceGroup(); |
188 |
DrChoiceGroup(); |
Lines 327-333
public:
Link Here
|
327 |
* if you're a KDEPrint developer. The API might change in the |
327 |
* if you're a KDEPrint developer. The API might change in the |
328 |
* future and binary compatibility might be broken. |
328 |
* future and binary compatibility might be broken. |
329 |
*/ |
329 |
*/ |
330 |
class DrConstraint |
330 |
class KDEPRINT_EXPORT DrConstraint |
331 |
{ |
331 |
{ |
332 |
public: |
332 |
public: |
333 |
DrConstraint(const QString& o1, const QString& o2, const QString& c1 = QString::null, const QString& c2 = QString::null); |
333 |
DrConstraint(const QString& o1, const QString& o2, const QString& c1 = QString::null, const QString& c2 = QString::null); |
Lines 352-358
protected:
Link Here
|
352 |
* if you're a KDEPrint developer. The API might change in the |
352 |
* if you're a KDEPrint developer. The API might change in the |
353 |
* future and binary compatibility might be broken. |
353 |
* future and binary compatibility might be broken. |
354 |
*/ |
354 |
*/ |
355 |
class DrPageSize |
355 |
class KDEPRINT_EXPORT DrPageSize |
356 |
{ |
356 |
{ |
357 |
public: |
357 |
public: |
358 |
DrPageSize(const QString& s, float width, float height, float left, float bottom, float right, float top); |
358 |
DrPageSize(const QString& s, float width, float height, float left, float bottom, float right, float top); |