#include <webparam.h>
Inheritance diagram for WebPrefsDlgParam:
Definition at line 114 of file webparam.h.
|
WebPrefsDlgParam constructor.
Definition at line 130 of file webparam.cpp. 00131 { 00132 ViewportSel = DRAWING; 00133 ExportSel = DRAWING; 00134 BmpCompression = 100; 00135 Compression = TRUE; 00136 ExportPreviewBitmap = FALSE; 00137 ConvertTextToOutlines = TRUE; 00138 WebOk = FALSE; 00139 HTMLToClipboard = FALSE; 00140 ConvertBlendsToOutlines = FALSE; 00141 };
|
|
|
|
Definition at line 140 of file webparam.h. 00140 { return BmpCompression; }; // Bitmap compression flag
|
|
Definition at line 141 of file webparam.h. 00141 { return Compression; }; // File compression flag
|
|
Definition at line 144 of file webparam.h. 00144 { return ConvertBlendsToOutlines; }; // Convert blends to outlines
|
|
Definition at line 143 of file webparam.h. 00143 { return ConvertTextToOutlines; }; // Convert text to outlines
|
|
Definition at line 142 of file webparam.h. 00142 { return ExportPreviewBitmap; }; // Export preview bitmap
|
|
Definition at line 148 of file webparam.h. 00148 { return ExportSel; }; // Export spread, drawing or selection
|
|
Definition at line 150 of file webparam.h. 00150 { return HTMLToClipboard; }; // Whether an HTML tag should be exported to the clipboard
|
|
Definition at line 147 of file webparam.h. 00147 { return MinimalWebFormat; }; // whether we use our minimal web format or not
|
|
Definition at line 145 of file webparam.h. 00145 { return RemoveInvisibleLayers; }; // whether invisible layers should be removed or not
|
|
Definition at line 146 of file webparam.h. 00146 { return RemoveUnusedColours; }; // whether unused colours should be removed or not
|
|
Definition at line 149 of file webparam.h. 00149 { return ViewportSel; }; // Viewport spread, drawing or selection
|
|
Definition at line 151 of file webparam.h. 00151 { return WebOk; }; // Ok or cancel selected
|
|
Definition at line 126 of file webparam.h. 00126 { BmpCompression = BmpComp; }; // Bitmap compression flag
|
|
Definition at line 127 of file webparam.h. 00127 { Compression = Comp; }; // File compression flag
|
|
Definition at line 130 of file webparam.h. 00130 { ConvertBlendsToOutlines = b; }; // Convert blends to outlines
|
|
Definition at line 129 of file webparam.h. 00129 { ConvertTextToOutlines = b; }; // Convert text to outlines
|
|
Definition at line 128 of file webparam.h. 00128 { ExportPreviewBitmap = b; }; // Export preview bitmap
|
|
Definition at line 134 of file webparam.h.
|
|
Definition at line 136 of file webparam.h. 00136 { HTMLToClipboard = Ok; }; // whether an HTML tag should be exported to the clipboard
|
|
Definition at line 133 of file webparam.h. 00133 { MinimalWebFormat = b; }; // whether we use our minimal web format or not
|
|
Definition at line 131 of file webparam.h. 00131 { RemoveInvisibleLayers = b; }; // whether invisible layers should be removed or not
|
|
Definition at line 132 of file webparam.h. 00132 { RemoveUnusedColours = b; }; // whether unused colours should be removed or not
|
|
Definition at line 135 of file webparam.h. 00135 { ViewportSel = Type; }; // Viewport as spread, drawing or selection
|
|
Definition at line 137 of file webparam.h. 00137 { WebOk = Ok; }; // Ok or cancel selected
|
|
Definition at line 151 of file webparam.h. |
|
Definition at line 156 of file webparam.h. |
|
Definition at line 159 of file webparam.h. |
|
Definition at line 158 of file webparam.h. |
|
Definition at line 157 of file webparam.h. |
|
Definition at line 165 of file webparam.h. |
|
Definition at line 163 of file webparam.h. |
|
Definition at line 162 of file webparam.h. |
|
Definition at line 160 of file webparam.h. |
|
Definition at line 161 of file webparam.h. |
|
Definition at line 166 of file webparam.h. |
|
Definition at line 168 of file webparam.h. |