Definition in file input.cpp.
#include <map>
#include <set>
#include <glib/gprintf.h>
#include <glibmm/i18n.h>
#include <gtkmm/comboboxtext.h>
#include <gtkmm/enums.h>
#include <gtkmm/eventbox.h>
#include <gtkmm/frame.h>
#include <gtkmm/image.h>
#include <gtkmm/menubar.h>
#include <gtkmm/notebook.h>
#include <gtkmm/paned.h>
#include <gtkmm/progressbar.h>
#include <gtkmm/scrolledwindow.h>
#include <gtkmm/table.h>
#include <gtkmm/treemodel.h>
#include <gtkmm/treemodelcolumn.h>
#include <gtkmm/treestore.h>
#include <gtkmm/treeview.h>
#include "ui/widget/panel.h"
#include "device-manager.h"
#include "input.h"
Go to the source code of this file.
Namespaces | |
namespace | Inkscape |
namespace | Inkscape::UI |
namespace | Inkscape::UI::Dialog |
Classes | |
class | Inkscape::UI::Dialog::InputDialogImpl |
class | Inkscape::UI::Dialog::MyModelColumns |
Variables | |
static char const * | axis_none_xpm [] |
static char const * | axis_off_xpm [] |
static char const * | axis_on_xpm [] |
static char const * | button_none [] |
static char const * | button_off [] |
static char const * | button_on [] |
static char const * | core_xpm [] |
static char const * | eraser [] |
static char const * | mouse [] |
static char const * | pen [] |
static char const * | sidebuttons [] |
static char const * | tablet [] |
static char const * | tip [] |