Lines Matching defs:tracker
40 #include "ege-color-prof-tracker.h"
47 #include "ui/widget/unit-tracker.h"
61 #include "util/ege-appear-time-tracker.h"
160 static void hook(EgeColorProfTracker *tracker, gint a, gint b, CMSPrefWatcher *watcher);
199 void CMSPrefWatcher::hook(EgeColorProfTracker * /*tracker*/, gint screen, gint monitor, CMSPrefWatcher * /*watcher*/)
208 void CMSPrefWatcher::hook(EgeColorProfTracker * /*tracker*/, gint /*screen*/, gint /*monitor*/, CMSPrefWatcher * /*watcher*/)
795 // Time tracker takes ownership of the timer.
796 AppearTimeTracker *tracker = new AppearTimeTracker(overallTimer, GTK_WIDGET(dtw), "first SPDesktopWidget");
797 tracker->setAutodelete(true);
1062 void sp_dtw_color_profile_event(EgeColorProfTracker */*tracker*/, SPDesktopWidget *dtw)
1077 void sp_dtw_color_profile_event(EgeColorProfTracker */*tracker*/, SPDesktopWidget * /*dtw*/)
1822 * looking for widgets that hold some "tracker" data (this is used by
1840 gpointer t = sp_search_by_data_recursive(GTK_WIDGET(j->data), (gpointer) "tracker");
1841 if (t == NULL) // didn't find any tracker data
1844 UnitTracker *tracker = reinterpret_cast<UnitTracker*>( t );
1845 if (tracker == NULL) // it's null when inkscape is first opened
1848 tracker->setActiveUnit( nv->display_units );