mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
remove empty sigc++2 directory
git-svn-id: svn://localhost/ardour2/branches/3.0@3432 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
2f3f697bb8
commit
9c0d7d72d7
2797 changed files with 0 additions and 992363 deletions
|
|
@ -1,67 +0,0 @@
|
|||
// -*- c++ -*-
|
||||
// Generated by gtkmmproc -- DO NOT MODIFY!
|
||||
#ifndef _GTKMM_TREEMODEL_P_H
|
||||
#define _GTKMM_TREEMODEL_P_H
|
||||
|
||||
|
||||
#include <glibmm/private/interface_p.h>
|
||||
|
||||
#include <glibmm/private/interface_p.h>
|
||||
|
||||
namespace Gtk
|
||||
{
|
||||
|
||||
class TreeModel_Class : public Glib::Interface_Class
|
||||
{
|
||||
public:
|
||||
typedef TreeModel CppObjectType;
|
||||
typedef GtkTreeModel BaseObjectType;
|
||||
typedef GtkTreeModelIface BaseClassType;
|
||||
typedef Glib::Interface_Class CppClassParent;
|
||||
|
||||
friend class TreeModel;
|
||||
|
||||
const Glib::Interface_Class& init();
|
||||
|
||||
static void iface_init_function(void* g_iface, void* iface_data);
|
||||
|
||||
static Glib::ObjectBase* wrap_new(GObject*);
|
||||
|
||||
protected:
|
||||
|
||||
#ifdef GLIBMM_DEFAULT_SIGNAL_HANDLERS_ENABLED
|
||||
//Callbacks (default signal handlers):
|
||||
//These will call the *_impl member methods, which will then call the existing default signal callbacks, if any.
|
||||
//You could prevent the original default signal handlers being called by overriding the *_impl method.
|
||||
static void row_changed_callback(GtkTreeModel* self, GtkTreePath* path, GtkTreeIter* iter);
|
||||
static void row_inserted_callback(GtkTreeModel* self, GtkTreePath* path, GtkTreeIter* iter);
|
||||
static void row_has_child_toggled_callback(GtkTreeModel* self, GtkTreePath* path, GtkTreeIter* iter);
|
||||
static void row_deleted_callback(GtkTreeModel* self, GtkTreePath* path);
|
||||
static void rows_reordered_callback(GtkTreeModel* self, GtkTreePath* path, GtkTreeIter* iter, gint* new_order);
|
||||
#endif //GLIBMM_DEFAULT_SIGNAL_HANDLERS_ENABLED
|
||||
|
||||
//Callbacks (virtual functions):
|
||||
#ifdef GLIBMM_VFUNCS_ENABLED
|
||||
static GtkTreeModelFlags get_flags_vfunc_callback(GtkTreeModel* self);
|
||||
static gint get_n_columns_vfunc_callback(GtkTreeModel* self);
|
||||
static GType get_column_type_vfunc_callback(GtkTreeModel* self, gint index);
|
||||
static gboolean iter_next_vfunc_callback(GtkTreeModel* self, GtkTreeIter* iter);
|
||||
static gboolean get_iter_vfunc_callback(GtkTreeModel* self, GtkTreeIter* iter, GtkTreePath* path);
|
||||
static gboolean iter_children_vfunc_callback(GtkTreeModel* self, GtkTreeIter* iter, GtkTreeIter* parent);
|
||||
static gboolean iter_parent_vfunc_callback(GtkTreeModel* self, GtkTreeIter* iter, GtkTreeIter* child);
|
||||
static gboolean iter_nth_child_vfunc_callback(GtkTreeModel* self, GtkTreeIter* iter, GtkTreeIter* parent, int n);
|
||||
static int iter_n_children_vfunc_callback(GtkTreeModel* self, GtkTreeIter* iter);
|
||||
static gboolean iter_has_child_vfunc_callback(GtkTreeModel* self, GtkTreeIter* iter);
|
||||
static void ref_node_vfunc_callback(GtkTreeModel* self, GtkTreeIter* iter);
|
||||
static void unref_node_vfunc_callback(GtkTreeModel* self, GtkTreeIter* iter);
|
||||
static GtkTreePath* get_path_vfunc_callback(GtkTreeModel* self, GtkTreeIter* iter);
|
||||
static void get_value_vfunc_callback(GtkTreeModel* self, GtkTreeIter* iter, gint column, GValue* value);
|
||||
#endif //GLIBMM_VFUNCS_ENABLED
|
||||
};
|
||||
|
||||
|
||||
} // namespace Gtk
|
||||
|
||||
|
||||
#endif /* _GTKMM_TREEMODEL_P_H */
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue