#include <cassert>
#include <gtkmm.h>
#include <gtksourceviewmm.h>
#include <libgnomecanvasmm.h>
#include <libgtkhtml/gtkhtml.h>
#include <list>
#include <map>
#include <QtGui>
#include <stdint.h>
#include <set>
Go to the source code of this file.
Classes | |
class | instigate::toolkit::window |
Window widget. More... | |
struct | instigate::toolkit::window::tree_view_column |
struct | instigate::toolkit::window::gtk_tree_view_base |
struct | instigate::toolkit::window::gtk_tree_view_base::gtk_column_properties |
Column properties. More... | |
struct | instigate::toolkit::window::gtk_tree_view |
struct | instigate::toolkit::window::gtk_list_view |
struct | instigate::toolkit::window::qt_tree_view |
struct | instigate::toolkit::window::qt_tree_view::qt_column_properties |
Corresponding column index to column editable mode. More... | |
class | instigate::toolkit::window::qt_notebook |
struct | instigate::toolkit::window::qt_notebook_page |
struct | instigate::toolkit::window::callback |
struct | instigate::toolkit::window::template_callback< T > |
struct | instigate::toolkit::window::event_handler |
Base event handler. | |
struct | instigate::toolkit::window::q_event_handler< T > |
Qt event handler. | |
struct | instigate::toolkit::window::g_event_handler< T > |
Gtk event handler. | |
struct | instigate::toolkit::window::gtk_graphic_context |
struct | instigate::toolkit::window::qt_graphic_context |
struct | instigate::toolkit::window::line_coordinates |
Enumerations | |
enum | toolkit_type { gtk, qt } |
Variables | |
toolkit_type | instigate::toolkit::toolkit_mode |