#include "gtk-config-store.h"
#include "attribute-iterator.h"
#include "ns3/config.h"
#include "ns3/string.h"
#include "ns3/pointer.h"
#include "ns3/log.h"
#include <gtk/gtk.h>
#include <fstream>
Go to the source code of this file.
Classes | |
struct | ns3::ModelNode |
class | ns3::ModelCreator |
Namespaces | |
namespace | ns3 |
Every class exported by the ns3 library is enclosed in the ns3 namespace. | |
Enumerations | |
enum | { ns3::COL_NODE = 0, ns3::COL_LAST } |
Functions | |
ns3::NS_LOG_COMPONENT_DEFINE ("GtkconfigStore") | |
static void | ns3::cell_data_function_col_1 (GtkTreeViewColumn *col, GtkCellRenderer *renderer, GtkTreeModel *model, GtkTreeIter *iter, gpointer user_data) |
static void | ns3::cell_data_function_col_0 (GtkTreeViewColumn *col, GtkCellRenderer *renderer, GtkTreeModel *model, GtkTreeIter *iter, gpointer user_data) |
static void | ns3::cell_edited_callback (GtkCellRendererText *cell, gchar *path_string, gchar *new_text, gpointer user_data) |
static int | ns3::get_col_number_from_tree_view_column (GtkTreeViewColumn *col) |
static gboolean | ns3::cell_tooltip_callback (GtkWidget *widget, gint x, gint y, gboolean keyboard_tip, GtkTooltip *tooltip, gpointer user_data) |
static GtkWidget * | ns3::create_view (GtkTreeStore *model) |
static void | ns3::save_clicked (GtkButton *button, gpointer user_data) |
static void | ns3::load_clicked (GtkButton *button, gpointer user_data) |
static void | ns3::exit_clicked_callback (GtkButton *button, gpointer user_data) |
static gboolean | ns3::delete_event_callback (GtkWidget *widget, GdkEvent *event, gpointer user_data) |
static gboolean | ns3::clean_model_callback (GtkTreeModel *model, GtkTreePath *path, GtkTreeIter *iter, gpointer data) |