GDS-Render v1.2.1
|
Header file for the Conversion Settings Dialog. More...
#include <gtk/gtk.h>
Go to the source code of this file.
Data Structures | |
struct | render_settings |
This struct holds the renderer configuration. More... | |
Macros | |
#define | RENDERER_TYPE_SETTINGS_DIALOG (renderer_settings_dialog_get_type()) |
Enumerations | |
enum | output_renderer { RENDERER_LATEX_TIKZ , RENDERER_CAIROGRAPHICS_PDF , RENDERER_CAIROGRAPHICS_SVG } |
return type of the RedererSettingsDialog More... | |
Functions | |
RendererSettingsDialog * | renderer_settings_dialog_new (GtkWindow *parent) |
Create a new RedererSettingsDialog GObject. More... | |
G_END_DECLS void | renderer_settings_dialog_set_settings (RendererSettingsDialog *dialog, struct render_settings *settings) |
Apply settings to dialog. More... | |
void | renderer_settings_dialog_get_settings (RendererSettingsDialog *dialog, struct render_settings *settings) |
Get the settings configured in the dialog. More... | |
void | renderer_settings_dialog_set_cell_width (RendererSettingsDialog *dialog, unsigned int width) |
renderer_settings_dialog_set_cell_width Set width for rendered cell More... | |
void | renderer_settings_dialog_set_cell_height (RendererSettingsDialog *dialog, unsigned int height) |
renderer_settings_dialog_set_cell_height Set height for rendered cell More... | |
void | renderer_settings_dialog_set_database_unit_scale (RendererSettingsDialog *dialog, double unit_in_meters) |
renderer_settings_dialog_set_database_unit_scale Set database scale More... | |
Header file for the Conversion Settings Dialog.
Definition in file conv-settings-dialog.h.