document-properties.h revision 280e31bdf7f5ffd28f8b14565c1d93de4070bd0c
/** \file
* \brief Document Properties dialog
*/
/* Authors:
* Ralf Stephan <ralf@ark.in-berlin.de>
* Bryce W. Harrington <bryce@bryceharrington.org>
*
* Copyright (C) 2006-2008 Johan Engelen <johan@shouraizou.nl>
* Copyright (C) 2004, 2005 Authors
*
* Released under GNU GPL. Read the file 'COPYING' for more information.
*/
#include <list>
#include <gtkmm/notebook.h>
#include "ui/widget/notebook-page.h"
#include "ui/widget/page-sizer.h"
#include "ui/widget/registered-widget.h"
#include "ui/widget/registry.h"
#include "ui/widget/tolerance-slider.h"
#include "xml/helper-observer.h"
void update();
static DocumentProperties &getInstance();
static void destroy();
void update_gridspage();
void build_page();
void build_grid();
void build_guides();
void build_snap();
void build_snap_dtls();
void build_gridspage();
#if ENABLE_LCMS
void build_cms();
#endif // ENABLE_LCMS
void init();
virtual void on_response (int);
#if ENABLE_LCMS
void populate_available_profiles();
void populate_linked_profiles_box();
void linkSelectedProfile();
void removeSelectedProfile();
#endif // ENABLE_LCMS
//---------------------------------------------------------------
//---------------------------------------------------------------
//---------------------------------------------------------------
//---------------------------------------------------------------
//---------------------------------------------------------------
{
};
//---------------------------------------------------------------
//---------------------------------------------------------------
// callback methods for buttons on grids page.
void onNewGrid();
void onRemoveGrid();
};
} // namespace Dialog
} // namespace UI
} // namespace Inkscape
#endif // INKSCAPE_UI_DIALOG_DOCUMENT_PREFERENCES_H
/*
Local Variables:
mode:c++
c-file-style:"stroustrup"
c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
indent-tabs-mode:nil
fill-column:99
End:
*/
// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :