Home
last modified time | relevance | path

Searched refs:widgetId (Results 1 – 25 of 125) sorted by relevance

12345

/dports/games/zangband/zangband/lib/script/tk/
H A Dmap.tcl55 set widget [NSWidget::Info $widgetId widget]
87 Info $oop widgetId $widgetId
94 "NSWidget::xview $widgetId scroll -10 units"
96 "NSWidget::xview $widgetId scroll 10 units"
98 "NSWidget::yview $widgetId scroll -10 units"
100 "NSWidget::yview $widgetId scroll 10 units"
102 "NSWidget::xview $widgetId moveto 0"
104 "NSWidget::xview $widgetId moveto 1"
106 "NSWidget::yview $widgetId moveto 0"
108 "NSWidget::yview $widgetId moveto 1"
[all …]
/dports/www/nextcloud/nextcloud/lib/private/Dashboard/
H A DDashboardManager.php66 * @param string $widgetId
72 public function getWidgetConfig(string $widgetId, string $userId): IWidgetConfig { argument
73 return $this->getWidgetsService()->getWidgetConfig($widgetId, $userId);
78 * @param string $widgetId
85 …public function createUsersEvent(string $widgetId, array $users, array $payload, string $uniqueId … argument
86 $this->getEventsService()->createUsersEvent($widgetId, $users, $payload, $uniqueId);
91 * @param string $widgetId
99 $this->getEventsService()->createGroupsEvent($widgetId, $groups, $payload, $uniqueId);
104 * @param string $widgetId
110 public function createGlobalEvent(string $widgetId, array $payload, string $uniqueId = '') { argument
[all …]
/dports/graphics/qgis/qgis-3.22.3/src/gui/editorwidgets/core/
H A Dqgseditorwidgetregistry.cpp101 if ( mWidgetFactories.contains( widgetId ) ) in create()
132 if ( mWidgetFactories.contains( widgetId ) ) in createSearchWidget()
152 if ( mWidgetFactories.contains( widgetId ) ) in createConfigWidget()
154 return mWidgetFactories[widgetId]->configWidget( vl, fieldIdx, parent ); in createConfigWidget()
159 QString QgsEditorWidgetRegistry::name( const QString &widgetId ) in name() argument
161 if ( mWidgetFactories.contains( widgetId ) ) in name()
163 return mWidgetFactories[widgetId]->name(); in name()
176 return mWidgetFactories.value( widgetId, mFallbackWidgetFactory.get() ); in factory()
186 else if ( mWidgetFactories.contains( widgetId ) ) in registerWidget()
193 mWidgetFactories.insert( widgetId, widgetFactory ); in registerWidget()
[all …]
H A Dqgseditorwidgetregistry.h99 QgsEditorWidgetWrapper *create( const QString &widgetId,
125 QgsSearchWidgetWrapper *createSearchWidget( const QString &widgetId,
142 …QgsEditorConfigWidget *createConfigWidget( const QString &widgetId, QgsVectorLayer *vl, int fieldI…
151 QString name( const QString &widgetId );
165 QgsEditorWidgetFactory *factory( const QString &widgetId );
175 …bool registerWidget( const QString &widgetId, QgsEditorWidgetFactory *widgetFactory SIP_TRANSFER );
/dports/graphics/qgis-ltr/qgis-3.16.16/src/gui/editorwidgets/core/
H A Dqgseditorwidgetregistry.cpp99 if ( mWidgetFactories.contains( widgetId ) ) in create()
130 if ( mWidgetFactories.contains( widgetId ) ) in createSearchWidget()
150 if ( mWidgetFactories.contains( widgetId ) ) in createConfigWidget()
152 return mWidgetFactories[widgetId]->configWidget( vl, fieldIdx, parent ); in createConfigWidget()
157 QString QgsEditorWidgetRegistry::name( const QString &widgetId ) in name() argument
159 if ( mWidgetFactories.contains( widgetId ) ) in name()
161 return mWidgetFactories[widgetId]->name(); in name()
174 return mWidgetFactories.value( widgetId, mFallbackWidgetFactory.get() ); in factory()
184 else if ( mWidgetFactories.contains( widgetId ) ) in registerWidget()
191 mWidgetFactories.insert( widgetId, widgetFactory ); in registerWidget()
[all …]
H A Dqgseditorwidgetregistry.h99 QgsEditorWidgetWrapper *create( const QString &widgetId,
125 QgsSearchWidgetWrapper *createSearchWidget( const QString &widgetId,
142 …QgsEditorConfigWidget *createConfigWidget( const QString &widgetId, QgsVectorLayer *vl, int fieldI…
151 QString name( const QString &widgetId );
165 QgsEditorWidgetFactory *factory( const QString &widgetId );
175 …bool registerWidget( const QString &widgetId, QgsEditorWidgetFactory *widgetFactory SIP_TRANSFER );
/dports/www/nextcloud/nextcloud/lib/public/Dashboard/
H A DIDashboardManager.php77 * @param string $widgetId
83 public function getWidgetConfig(string $widgetId, string $userId): IWidgetConfig; argument
100 * @param string $widgetId
106 …public function createUsersEvent(string $widgetId, array $users, array $payload, string $uniqueId … argument
115 * @param string $widgetId
121 …public function createGroupsEvent(string $widgetId, array $groups, array $payload, string $uniqueI… argument
130 * @param string $widgetId
135 public function createGlobalEvent(string $widgetId, array $payload, string $uniqueId = ''); argument
/dports/www/nextcloud/nextcloud/lib/public/Dashboard/Service/
H A DIEventsService.php52 * @param string $widgetId
57 public function createUsersEvent(string $widgetId, array $users, array $payload, string $uniqueId); argument
68 * @param string $widgetId
73 …public function createGroupsEvent(string $widgetId, array $groups, array $payload, string $uniqueI… argument
84 * @param string $widgetId
88 public function createGlobalEvent(string $widgetId, array $payload, string $uniqueId); argument
/dports/biology/ugene/ugene-40.1/src/corelibs/U2Gui/src/
H A DU2WidgetStateStorage.cpp39 WidgetParamSnapshot::WidgetParamSnapshot(const QString &widgetId) in WidgetParamSnapshot() argument
40 : widgetId(widgetId) { in WidgetParamSnapshot()
44 return widgetId; in getWidgetId()
56 return !widgetId.isEmpty(); in isValid()
69 const QString widgetId = widget.getWidgetId(); in saveWidgetState() local
70 WidgetParamSnapshot snapshot(widgetId); in saveWidgetState()
/dports/www/firefox/firefox-99.0/mobile/android/geckoview/src/main/java/org/mozilla/gecko/process/
H A DGeckoServiceGpuProcess.java50 public synchronized void onSurfaceChanged(final int widgetId, final Surface surface) { in onSurfaceChanged() argument
52 mSurfaces.put(widgetId, surface); in onSurfaceChanged()
54 mSurfaces.remove(widgetId); in onSurfaceChanged()
59 public synchronized Surface getCompositorSurface(final int widgetId) { in getCompositorSurface() argument
60 return mSurfaces.get(widgetId); in getCompositorSurface()
/dports/games/scummvm/scummvm-2.5.1/engines/ultima/ultima1/widgets/
H A Ddungeon_item.cpp31 DungeonItem::DungeonItem(Ultima1Game *game, Maps::MapBase *map, DungeonWidgetId widgetId, in DungeonItem() argument
32 const Point &pt) : DungeonWidget(game, map, widgetId, pt) { in DungeonItem()
35 DungeonItem::DungeonItem(Ultima1Game *game, Maps::MapBase *map, DungeonWidgetId widgetId) : in DungeonItem() argument
36 DungeonWidget(game, map, widgetId, Point()) { in DungeonItem()
H A Ddungeon_widget.cpp33 DungeonWidget::DungeonWidget(Ultima1Game *game, Maps::MapBase *map, DungeonWidgetId widgetId, in DungeonWidget() argument
34 const Point &pt) : Shared::Maps::DungeonWidget(game, map, pt), _widgetId(widgetId) { in DungeonWidget()
51 void DungeonWidget::drawWidget(Graphics::ManagedSurface &s, DungeonWidgetId widgetId, uint distance… in drawWidget() argument
63 data += READ_LE_UINT16(data + widgetId * 2); in drawWidget()
/dports/graphics/aseprite/aseprite-1.2.9/src/app/
H A Dwidget_loader.h48 ui::Widget* loadWidget(const char* fileName, const char* widgetId, ui::Widget* widget = NULL);
51 T* loadWidgetT(const char* fileName, const char* widgetId, T* widget = NULL) {
52 T* specificWidget = dynamic_cast<T*>(loadWidget(fileName, widgetId, widget));
54 throw WidgetTypeMismatch(widgetId);
62 const std::string& widgetId,
/dports/x11-toolkits/viewklass/ViewKlass-0.7.2/
H A DVkOptionMenu.C108 Widget widgetId; in getIndex() local
109 XtVaGetValues(_baseWidget, XmNmenuHistory, &widgetId, NULL); in getIndex()
110 return getItemPosition(widgetId); in getIndex()
116 Widget widgetId; in getItem() local
117 XtVaGetValues(_baseWidget, XmNmenuHistory, &widgetId, NULL); in getItem()
118 return (VkMenuItem*)_elements[getItemPosition(widgetId)]; in getItem()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/java/src/org/chromium/chrome/browser/bookmarkswidget/
H A DBookmarkWidgetServiceImpl.java73 if (widgetId < 0) { in onGetViewFactory()
77 return new BookmarkAdapter(getService(), widgetId); in onGetViewFactory()
84 static SharedPreferences getWidgetState(int widgetId) { in getWidgetState() argument
89 static void deleteWidgetState(int widgetId) { in deleteWidgetState() argument
90 SharedPreferences preferences = getWidgetState(widgetId); in deleteWidgetState()
97 if (widgetId >= 0 && serializedFolder != null) { in changeFolder()
98 SharedPreferences prefs = getWidgetState(widgetId); in changeFolder()
100 redrawWidget(widgetId); in changeFolder()
109 static void redrawWidget(int widgetId) { in redrawWidget() argument
288 public BookmarkAdapter(Context context, int widgetId) { in BookmarkAdapter() argument
[all …]
/dports/graphics/qgis/qgis-3.22.3/python/gui/auto_generated/editorwidgets/core/
H A Dqgseditorwidgetregistry.sip.in60 QgsEditorWidgetWrapper *create( const QString &widgetId,
71 :param widgetId: The id of the widget type to create an attribute editor for
98 QgsSearchWidgetWrapper *createSearchWidget( const QString &widgetId,
105 …QgsEditorConfigWidget *createConfigWidget( const QString &widgetId, QgsVectorLayer *vl, int fieldI…
109 :param widgetId: The id of the widget type to create a configuration widget for
117 QString name( const QString &widgetId );
121 :param widgetId: The widget type to get the name for
133 QgsEditorWidgetFactory *factory( const QString &widgetId );
140 … bool registerWidget( const QString &widgetId, QgsEditorWidgetFactory *widgetFactory /Transfer/ );
144 :param widgetId: The id which will be used later to refer to this widget type
[all …]
/dports/graphics/qgis-ltr/qgis-3.16.16/python/gui/auto_generated/editorwidgets/core/
H A Dqgseditorwidgetregistry.sip.in60 QgsEditorWidgetWrapper *create( const QString &widgetId,
71 :param widgetId: The id of the widget type to create an attribute editor for
98 QgsSearchWidgetWrapper *createSearchWidget( const QString &widgetId,
105 …QgsEditorConfigWidget *createConfigWidget( const QString &widgetId, QgsVectorLayer *vl, int fieldI…
109 :param widgetId: The id of the widget type to create a configuration widget for
117 QString name( const QString &widgetId );
121 :param widgetId: The widget type to get the name for
133 QgsEditorWidgetFactory *factory( const QString &widgetId );
140 … bool registerWidget( const QString &widgetId, QgsEditorWidgetFactory *widgetFactory /Transfer/ );
144 :param widgetId: The id which will be used later to refer to this widget type
[all …]
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/Devprojects/Resource/
H A DControlwidgets.php32 * @param string $widgetId The definition ID of the control widget.
40 public function embed($projectId, $widgetId, $optParams = array()) argument
42 $params = array('projectId' => $projectId, 'widgetId' => $widgetId);
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Devprojects/Resource/
H A DControlwidgets.php32 * @param string $widgetId The definition ID of the control widget.
40 public function embed($projectId, $widgetId, $optParams = array()) argument
42 $params = array('projectId' => $projectId, 'widgetId' => $widgetId);
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Type/
H A DStatsKmcEvent.php68 if(count($xml->widgetId))
69 $this->widgetId = (string)$xml->widgetId;
123 public $widgetId = null; variable in Kaltura\\Client\\Type\\StatsKmcEvent
H A DStatsEvent.php68 if(count($xml->widgetId))
69 $this->widgetId = (string)$xml->widgetId;
155 public $widgetId = null; variable in Kaltura\\Client\\Type\\StatsEvent
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mail/modules/
H A DMailUsageTelemetry.jsm86 function telemetryId(widgetId, obscureAddons = true) {
101 if (widgetId.endsWith("-browserAction-toolbarbutton")) {
102 widgetId = addonId(
103 widgetId.substring(
105 widgetId.length - "-browserAction-toolbarbutton".length
109 widgetId = addonId(
110 widgetId.substring(
112 widgetId.length - "-messageDisplayAction-toolbarbutton".length
115 } else if (widgetId.startsWith("ext-keyset-id-")) {
118 widgetId = addonId(widgetId.substring("ext-keyset-id-".length));
[all …]
/dports/www/matomo/piwik/core/Widget/
H A DWidgetsList.php75 $widgetId = $containerWidget->getId();
77 $this->container[$widgetId] = $containerWidget;
80 if (isset($this->containerWidgets[$widgetId])) {
81 foreach ($this->containerWidgets[$widgetId] as $widget) {
84 unset($this->containerWidgets[$widgetId]);
/dports/graphics/recastnavigation/recastnavigation-e75adf86f91eb3082220085e42dda62679f9a3ea/RecastDemo/Source/
H A Dimgui.cpp150 insideCurrentScroll(false), areaId(0), widgetId(0) in GuiState()
170 unsigned int widgetId; member
282 g_state.widgetId = 1; in imguiBeginFrame()
327 g_state.widgetId = 0; in imguiBeginScrollArea()
328 g_scrollId = (g_state.areaId<<16) | g_state.widgetId; in imguiBeginScrollArea()
429 g_state.widgetId++; in imguiButton()
430 unsigned int id = (g_state.areaId<<16) | g_state.widgetId; in imguiButton()
452 g_state.widgetId++; in imguiItem()
477 g_state.widgetId++; in imguiCheck()
510 g_state.widgetId++; in imguiCollapse()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/browser/modules/
H A DBrowserUsageTelemetry.jsm177 if (widgetId.endsWith("-browser-action")) {
178 widgetId = addonId(
179 widgetId.substring(0, widgetId.length - "-browser-action".length)
196 widgetId = addonId(widgetId.substring("ext-keyset-id-".length));
199 widgetId = widgetId.substring("ext-key-id-".length);
201 widgetId = addonId(
202 widgetId.substring(0, widgetId.length - "-sidebar-action".length)
207 return widgetId.replace(/_/g, "-");
1091 if (widgetId == "urlbar-container") {
1137 this.widgetMap.set(widgetId, newPos);
[all …]

12345