symbols.h revision df717630fe580e7c753ac381f197e901885985b9
/** @file
* @brief Symbols dialog
*/
/* Authors:
* Tavmjong Bah
*
* Copyright (C) 2012 Tavmjong Bah
*
* Released under GNU GPL, read the file 'COPYING' for more information
*/
#ifndef INKSCAPE_UI_DIALOG_SYMBOLS_H
#define INKSCAPE_UI_DIALOG_SYMBOLS_H
#include "ui/dialog/desktop-tracker.h"
#include <glib.h>
#include <gtkmm/treemodel.h>
#include <vector>
/**
* A dialog that displays selectable symbols.
*/
virtual ~SymbolsDialog();
static SymbolsDialog& getInstance();
static SymbolColumns *getColumns();
void rebuild();
void iconChanged();
void get_symbols();
unsigned /*visionkey*/);
/* Keep track of all symbol template documents */
/* For rendering the template drawing */
unsigned key;
};
} //namespace Dialogs
} //namespace UI
} //namespace Inkscape
#endif // INKSCAPE_UI_DIALOG_SYMBOLS_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:fileencoding=utf-8:textwidth=99 :