Searched defs:action (Results 1 - 25 of 33) sorted by relevance

12

/inkscape/src/widgets/
H A Dege-output-action.h70 GtkAction action; member in struct:_EgeOutputAction
92 * @param name Functional name for the action.
93 * @param label Display label for the action.
94 * @param tooltip Tooltip for the action.
105 * @param action The action to fetch the markup state for.
108 gboolean ege_output_action_get_use_markup( EgeOutputAction* action );
113 * @param action The action to set the markup state for.
116 void ege_output_action_set_use_markup( EgeOutputAction* action, gboolea
[all...]
H A Dege-select-one-action.h73 GtkAction action; member in struct:_EgeSelectOneAction
87 void (*changed) (EgeSelectOneAction* action);
100 * @param name Functional name for the action.
101 * @param label Display label for the action.
102 * @param tooltip Tooltip for the action.
112 GtkTreeModel *ege_select_one_action_get_model(EgeSelectOneAction* action );
117 * @param action The action to fetch the selected index for.
119 gint ege_select_one_action_get_active( EgeSelectOneAction* action );
124 * @param action Th
[all...]
H A Dege-adjustment-action.h78 GtkAction action; member in struct:_EgeAdjustmentAction
120 * @param name Functional name for the action.
121 * @param label Display label for the action.
122 * @param tooltip Tooltip for the action.
141 * @param action The action to fetch the GtkAdjustment for.
143 GtkAdjustment* ege_adjustment_action_get_adjustment( EgeAdjustmentAction* action );
149 * @param action The action to set the widget for.
153 void ege_adjustment_action_set_focuswidget( EgeAdjustmentAction* action, GtkWidge
[all...]
H A Dbutton.h47 SPAction *action; member in struct:SPButton
62 GtkWidget *sp_button_new (Inkscape::IconSize size, SPButtonType type, SPAction *action, SPAction *doubleclick_action);
H A Dege-output-action.cpp46 #include "widgets/ege-output-action.h"
53 /* static GtkWidget* create_menu_item( GtkAction* action ); */
54 static GtkWidget* create_tool_item( GtkAction* action );
93 void ege_output_action_init( EgeOutputAction* action )
95 action->private_data = EGE_OUTPUT_ACTION_GET_PRIVATE( action );
96 action->private_data->useMarkup = FALSE;
98 g_signal_connect( action, "notify", G_CALLBACK( fixup_labels ), NULL );
114 EgeOutputAction* action = EGE_OUTPUT_ACTION( obj ); local
116 return action;
126 ege_output_action_set_use_markup( EgeOutputAction* action, gboolean setting ) argument
133 EgeOutputAction* action = EGE_OUTPUT_ACTION( obj ); local
146 EgeOutputAction* action = EGE_OUTPUT_ACTION( obj ); local
[all...]
H A Dbutton.cpp18 #include "helper/action-context.h"
21 #include "helper/action.h"
39 static void sp_button_set_action(SPButton *button, SPAction *action);
40 static void sp_button_set_doubleclick_action(SPButton *button, SPAction *action);
42 static void sp_button_set_composed_tooltip(GtkWidget *widget, SPAction *action);
64 button->action = NULL;
82 if (button->action) {
184 if (button->action) {
185 sp_action_perform(button->action, NULL);
189 GtkWidget *sp_button_new(Inkscape::IconSize size, SPButtonType type, SPAction *action, SPActio argument
214 sp_button_set_doubleclick_action(SPButton *button, SPAction *action) argument
225 sp_button_set_action(SPButton *button, SPAction *action) argument
252 sp_button_set_composed_tooltip(GTK_WIDGET(button), action); local
267 sp_button_set_composed_tooltip(GtkWidget *widget, SPAction *action) argument
294 SPAction *action = sp_action_new(Inkscape::ActionContext(view), name, name, tip, name, 0); local
[all...]
H A Dink-action.cpp6 #include "widgets/ink-action.h"
22 static GtkWidget* ink_action_create_menu_item( GtkAction* action );
23 static GtkWidget* ink_action_create_tool_item( GtkAction* action );
76 static void ink_action_init( InkAction* action )
78 action->private_data = INK_ACTION_GET_PRIVATE( action );
79 action->private_data->iconId = 0;
80 action->private_data->iconSize = Inkscape::ICON_SIZE_SMALL_TOOLBAR;
85 InkAction* action = INK_ACTION( obj ); local
87 g_free( action
107 InkAction* action = INK_ACTION( obj ); local
114 InkAction* action = INK_ACTION( obj ); local
136 InkAction* action = INK_ACTION( obj ); local
300 InkToggleAction* action = INK_TOGGLE_ACTION( obj ); local
324 InkToggleAction* action = INK_TOGGLE_ACTION( obj ); local
331 InkToggleAction* action = INK_TOGGLE_ACTION( obj ); local
353 InkToggleAction* action = INK_TOGGLE_ACTION( obj ); local
522 InkRadioAction* action = INK_RADIO_ACTION( obj ); local
543 InkRadioAction* action = INK_RADIO_ACTION( obj ); local
550 InkRadioAction* action = INK_RADIO_ACTION( obj ); local
572 InkRadioAction* action = INK_RADIO_ACTION( obj ); local
675 InkToolMenuAction* action = INK_TOOL_MENU_ACTION( obj ); local
[all...]
H A Dink-action.h26 GtkAction action; member in struct:_InkAction
63 GtkToggleAction action; member in struct:_InkToggleAction
101 GtkRadioAction action; member in struct:_InkRadioAction
139 InkAction action; member in struct:_InkToolMenuAction
H A Dgradient-selector.cpp30 #include "helper/action.h"
31 #include "helper/action-context.h"
531 SPAction *action = verb->get_action( Inkscape::ActionContext( ( Inkscape::UI::View::View * ) SP_ACTIVE_DESKTOP ) ); local
532 if ( action ) {
533 sp_action_perform( action, NULL );
H A Dimage-menu-item.c103 GtkAction *action,
106 GtkAction *action);
536 /* Man this is lame hardcoding action, but I can't
614 activatable_update_stock_id (ImageMenuItem *image_menu_item, GtkAction *action) argument
617 const gchar *stock_id = gtk_action_get_stock_id (action);
638 activatable_update_gicon (ImageMenuItem *image_menu_item, GtkAction *action) argument
641 GIcon *icon = gtk_action_get_gicon (action);
645 stock_id = gtk_action_get_stock_id (action);
664 activatable_update_icon_name (ImageMenuItem *image_menu_item, GtkAction *action) argument
667 const gchar *icon_name = gtk_action_get_icon_name (action);
680 image_menu_item_update(GtkActivatable *activatable, GtkAction *action, const gchar *property_name) argument
704 image_menu_item_sync_action_properties(GtkActivatable *activatable, GtkAction *action) argument
[all...]
H A Dink-comboboxentry-action.cpp33 #include "widgets/ink-comboboxentry-action.h"
37 static GtkWidget* create_tool_item( GtkAction* action );
38 static GtkWidget* create_menu_item( GtkAction* action );
41 static gint get_active_row_from_text( Ink_ComboBoxEntry_Action* action, const gchar* target_text, gboolean exclude = false, gboolean ignore_case = false );
42 static Glib::ustring check_comma_separated_text( Ink_ComboBoxEntry_Action* action );
71 static void ink_comboboxentry_action_init (Ink_ComboBoxEntry_Action *action);
86 Ink_ComboBoxEntry_Action *action = INK_COMBOBOXENTRY_ACTION (object); local
91 action->model = GTK_TREE_MODEL( g_value_get_object( value ));
95 action->combobox = GTK_COMBO_BOX (g_value_get_object (value));
99 action
135 Ink_ComboBoxEntry_Action *action = INK_COMBOBOXENTRY_ACTION (object); local
182 ink_comboboxentry_action_connect_proxy(GtkAction *action, GtkWidget *proxy) argument
304 ink_comboboxentry_action_init(Ink_ComboBoxEntry_Action *action) argument
391 g_signal_connect( G_OBJECT(comboBoxEntry), "changed", G_CALLBACK(combo_box_changed_cb), action ); local
453 g_signal_connect( G_OBJECT(child), "activate", G_CALLBACK(entry_activate_cb), action ); local
454 g_signal_connect( G_OBJECT(child), "key-press-event", G_CALLBACK(keypress_cb), action ); local
508 ink_comboboxentry_action_set_active_text( Ink_ComboBoxEntry_Action* action, const gchar* text, int row ) argument
621 ink_comboboxentry_action_set_entry_width( Ink_ComboBoxEntry_Action* action, gint entry_width ) argument
631 ink_comboboxentry_action_set_extra_width( Ink_ComboBoxEntry_Action* action, gint extra_width ) argument
666 g_signal_connect (G_OBJECT (action->entry_completion), "match-selected", G_CALLBACK (match_selected_cb), action ); local
681 ink_comboboxentry_action_set_tooltip( Ink_ComboBoxEntry_Action* action, const gchar* tooltip ) argument
693 ink_comboboxentry_action_set_info( Ink_ComboBoxEntry_Action* action, const gchar* info ) argument
706 ink_comboboxentry_action_set_info_cb( Ink_ComboBoxEntry_Action* action, gpointer info_cb ) argument
711 ink_comboboxentry_action_set_warning( Ink_ComboBoxEntry_Action* action, const gchar* warning ) argument
724 ink_comboboxentry_action_set_warning_cb( Ink_ComboBoxEntry_Action* action, gpointer warning_cb ) argument
729 ink_comboboxentry_action_set_altx_name( Ink_ComboBoxEntry_Action* action, const gchar* altx_name ) argument
746 get_active_row_from_text( Ink_ComboBoxEntry_Action* action, const gchar* target_text, gboolean exclude, gboolean ignore_case ) argument
847 Ink_ComboBoxEntry_Action *action = INK_COMBOBOXENTRY_ACTION( data ); local
876 Ink_ComboBoxEntry_Action *action = INK_COMBOBOXENTRY_ACTION( data ); local
897 Ink_ComboBoxEntry_Action *action = INK_COMBOBOXENTRY_ACTION( data ); local
937 Ink_ComboBoxEntry_Action* action = INK_COMBOBOXENTRY_ACTION( data ); local
[all...]
H A Dsp-xmlview-tree.cpp564 int action = 0; local
567 action = GDK_ACTION_MOVE;
573 action = 0;
577 action = 0;
580 action = 0;
583 action = 0;
588 gdk_drag_status (context, (GdkDragAction)action, time);
590 return (action == 0);
/inkscape/src/
H A Dmain-cmdlineact.cpp12 #include <helper/action.h>
13 #include <helper/action-context.h>
52 SPAction * action = verb->get_action(context); local
53 sp_action_perform(action, NULL);
H A Dsp-switch.cpp44 std::vector<SPObject*> SPSwitch::_childList(bool add_ref, SPObject::Action action) { argument
45 if ( action != SPObject::ActionGeneral ) {
46 return this->childList(add_ref, action);
H A Dshortcuts.cpp37 #include "helper/action.h"
38 #include "helper/action-context.h"
65 /* Returns true if action was performed */
72 SPAction *action = verb->get_action(Inkscape::ActionContext(view)); local
73 if (action) {
74 sp_action_perform(action, NULL);
429 void sp_shortcut_delete_from_file(char const * /*action*/, unsigned int const shortcut) {
447 //g_message("Removing key %s, mods %s action %s", key, modifiers.c_str(), action);
460 gchar const *verb_name=iter->attribute("action");
497 sp_shortcut_add_to_file(char const *action, unsigned int const shortcut) argument
[all...]
H A Dverbs.cpp51 #include "helper/action.h"
52 #include "helper/action-context.h"
101 gchar *sp_action_get_title(SPAction const *action) argument
103 char const *src = action->name;
127 static void perform(SPAction *action, void *mydata);
146 static void perform(SPAction *action, void *mydata);
165 static void perform(SPAction *action, void *mydata);
184 static void perform(SPAction *action, void *mydata);
203 static void perform(SPAction *action, void *mydata);
222 static void perform(SPAction *action, voi
589 SPAction *action; local
629 SPAction *action = NULL; local
663 ensure_desktop_valid(SPAction *action) argument
758 SPAction *action = action_found->second; local
851 perform(SPAction *action, void *data) argument
936 perform(SPAction *action, void *data) argument
1104 perform(SPAction *action, void *data) argument
1251 perform(SPAction *action, void *data) argument
1477 perform( SPAction *action, void *data) argument
1574 perform( SPAction *action, void *data) argument
1611 perform(SPAction *action, void *data) argument
1822 perform(SPAction *action, void * ) argument
1836 perform(SPAction *action, void *data) argument
2011 perform(SPAction *action, void *data) argument
2131 perform(SPAction *action, void *data) argument
2167 perform(SPAction *action, void *data) argument
2256 perform(SPAction *action, void *data) argument
2313 SPAction *action = make_action_helper(context, &perform); local
2320 perform(SPAction *action, void *data) argument
2379 SPAction *action = make_action_helper(context, &perform); local
2386 perform(SPAction *action, void *data) argument
[all...]
/inkscape/src/helper/
H A Daction.cpp21 #include "helper/action.h"
41 sp_action_init (SPAction *action) argument
43 action->sensitive = 0;
44 action->active = 0;
45 action->context = Inkscape::ActionContext();
46 action->id = action->name = action->tip = NULL;
47 action->image = NULL;
49 new (&action
61 SPAction *action = SP_ACTION(object); local
87 SPAction *action = (SPAction *)g_object_new(SP_TYPE_ACTION, NULL); local
111 ActionEvent(SPAction const *action) argument
130 sp_action_perform(SPAction *action, void * ) argument
143 sp_action_set_active(SPAction *action, unsigned int active) argument
155 sp_action_set_sensitive(SPAction *action, unsigned int sensitive) argument
164 sp_action_set_name(SPAction *action, Glib::ustring const &name) argument
178 sp_action_get_document(SPAction *action) argument
188 sp_action_get_selection(SPAction *action) argument
198 sp_action_get_view(SPAction *action) argument
208 sp_action_get_desktop(SPAction *action) argument
[all...]
/inkscape/src/ui/widget/
H A Dunit-tracker.cpp17 #include "widgets/ege-select-one-action.h"
155 void UnitTracker::_unitChangedCB(GtkAction *action, gpointer data) argument
157 if (action && data) {
158 EgeSelectOneAction *act = EGE_SELECT_ONE_ACTION(action);
H A Dpage-sizer.cpp39 #include "helper/action.h"
40 #include "helper/action-context.h"
725 SPAction *action = verb->get_action(Inkscape::ActionContext(dt)); local
726 if (action) {
727 sp_action_perform(action, NULL);
H A Dstyle-swatch.cpp30 #include "helper/action.h"
31 #include "helper/action-context.h"
204 SPAction *action = verb->get_action(Inkscape::ActionContext((Inkscape::UI::View::View *) this->_desktop)); local
205 sp_action_perform (action, NULL);
/inkscape/src/xml/
H A Devent.cpp130 for ( Event const *action = log ; action ; action = action->next ) {
131 action->undoOne(observer);
244 Inkscape::XML::Event *action; local
250 /* find the earliest action in the second log */
254 for ( action = b ; action->next ; action
271 Inkscape::XML::Event *action; local
293 cancel_add_or_remove(A *action) argument
[all...]
H A Devent.h83 static Event const *next(Event const *action) { argument
84 return action->next;
99 * This method notifies the specified observer of an action opposite to the one that
108 * This method notifies the specified event of the same action that it describes.
/inkscape/src/extension/
H A Deffect.cpp13 #include "helper/action.h"
369 /** \brief Decode the verb code and take appropriate action */
371 Effect::EffectVerb::perform( SPAction *action, void * data ) argument
373 g_return_if_fail(ensure_desktop_valid(action));
374 Inkscape::UI::View::View * current_view = sp_action_get_view(action);
/inkscape/src/ui/dialog/
H A Dsymbols.cpp78 #include "helper/action.h"
79 #include "helper/action-context.h"
389 SPAction *action = verb->get_action(Inkscape::ActionContext( (Inkscape::UI::View::View *) this->currentDesktop) ); local
390 sp_action_perform (action, NULL);
395 SPAction *action = verb->get_action(Inkscape::ActionContext( (Inkscape::UI::View::View *) this->currentDesktop ) ); local
396 sp_action_perform (action, NULL);
H A Dlayers.cpp29 #include "helper/action.h"
30 #include "helper/action-context.h"
103 SPAction *action = verb->get_action(Inkscape::ActionContext(desktop)); local
104 if ( !set && action && action->image ) {
105 GtkWidget *child = sp_icon_new( Inkscape::ICON_SIZE_SMALL_TOOLBAR, action->image );
111 if ( action && action->tip ) {
112 btn.set_tooltip_text (action->tip);
135 SPAction *action local
176 SPAction *action = verb->get_action(Inkscape::ActionContext(_desktop)); local
[all...]

Completed in 167 milliseconds

12