Graphviz 12.0.1~dev.20240716.0800
Loading...
Searching...
No Matches
frmobjectui.h File Reference
#include "smyrnadefs.h"
Include dependency graph for frmobjectui.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define ATTR_NOTEBOOK_IDX   6
 

Functions

_BB void on_txtAttr_changed (GtkWidget *widget, gpointer user_data)
 
_BB void on_attrApplyBtn_clicked (GtkWidget *widget, gpointer user_data)
 
_BB void on_attrAddBtn_clicked (GtkWidget *widget, gpointer user_data)
 
_BB void on_attrSearchBtn_clicked (GtkWidget *widget, gpointer user_data)
 
_BB void on_attrRB0_clicked (GtkWidget *widget, gpointer user_data)
 
_BB void on_attrProg_toggled (GtkWidget *widget, gpointer user_data)
 
attr_listload_attr_list (Agraph_t *g)
 
void showAttrsWidget (void)
 

Macro Definition Documentation

◆ ATTR_NOTEBOOK_IDX

#define ATTR_NOTEBOOK_IDX   6

Definition at line 16 of file frmobjectui.h.

Function Documentation

◆ load_attr_list()

attr_list * load_attr_list ( Agraph_t g)
extern

Definition at line 509 of file frmobjectui.c.

References _ViewInfo::activeGraph, AGEDGE, AGNODE, agnxtattr(), AGRAPH, attr_list_add(), attr_list_new(), binarySearch(), attr_t::defValE, attr_t::defValG, attr_t::defValN, _ViewInfo::g, get_attr_data_type(), gv_strdup(), attr_t::index, attr_t::name, new_attr(), new_attr_with_ref(), NULL, attr_t::objType, set_attr_object_type(), smyrnaPath(), attr_t::type, and view.

Referenced by initSmGraph().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ on_attrAddBtn_clicked()

_BB void on_attrAddBtn_clicked ( GtkWidget *  widget,
gpointer  user_data 
)

◆ on_attrApplyBtn_clicked()

_BB void on_attrApplyBtn_clicked ( GtkWidget *  widget,
gpointer  user_data 
)

Definition at line 426 of file frmobjectui.c.

References doApply().

Here is the call graph for this function:

◆ on_attrProg_toggled()

_BB void on_attrProg_toggled ( GtkWidget *  widget,
gpointer  user_data 
)

Definition at line 447 of file frmobjectui.c.

◆ on_attrRB0_clicked()

_BB void on_attrRB0_clicked ( GtkWidget *  widget,
gpointer  user_data 
)

Definition at line 434 of file frmobjectui.c.

References filter_attributes(), _ViewInfo::Topview, view, and xml.

Here is the call graph for this function:

◆ on_attrSearchBtn_clicked()

_BB void on_attrSearchBtn_clicked ( GtkWidget *  widget,
gpointer  user_data 
)

Definition at line 655 of file frmobjectui.c.

References get_object_type(), gvpr_select(), and xml.

Here is the call graph for this function:

◆ on_txtAttr_changed()

_BB void on_txtAttr_changed ( GtkWidget *  widget,
gpointer  user_data 
)

Definition at line 353 of file frmobjectui.c.

References filter_attributes(), _ViewInfo::Topview, and view.

Here is the call graph for this function:

◆ showAttrsWidget()

void showAttrsWidget ( void  )
extern

Definition at line 616 of file frmobjectui.c.

References ATTR_NOTEBOOK_IDX, filter_attributes(), set_header_text(), _ViewInfo::Topview, view, and xml.

Referenced by attrList(), and mAttributesSlot().

Here is the call graph for this function:
Here is the caller graph for this function: