Home
last modified time | relevance | path

Searched refs:bigIcon (Results 1 – 25 of 60) sorted by relevance

123

/dports/databases/phpmyadmin5/phpMyAdmin-5.1.2-all-languages/libraries/classes/Html/
H A DMySQLDocumentation.php25 * @param bool $bigIcon whether to use big icon (like in left frame)
36 bool $bigIcon = false, argument
47 if ($bigIcon) {
/dports/x11/kf5-kwindowsystem/kwindowsystem-5.89.0/src/platforms/windows/
H A Dkwindowsystem.cpp55 QPixmap bigIcon; member
272 QPixmap bigIcon; in readWindowInfo() local
290 bigIcon = QtWin::fromHICON(hBigIcon); in readWindowInfo()
293 winfo->bigIcon = bigIcon; in readWindowInfo()
481 pm = KWindowSystem::s_d_func()->winInfos[win].bigIcon; in icon()
513 s_d->winInfos[win].bigIcon = icon; in setIcons()
/dports/security/keybase/client-v5.7.1/shared/devices/add-device/
H A Dindex.tsx75 const bigIcon = isLargeScreen && Styles.isMobile
78 const size = bigIcon ? 96 : 64
93 return bigIcon ? 'icon-computer-96' : 'icon-computer-64'
/dports/x11-toolkits/fox14/fox-1.4.35/src/
H A DFXIconList.cpp149 if(bigIcon){ in drawBigIcon()
290 if(bigIcon){ in hitItem()
376 if(bigIcon!=icn) delete bigIcon; in setBigIcon()
379 bigIcon=icn; in setBigIcon()
401 if(bigIcon) bigIcon->create(); in create()
408 if((state&BIGICONOWNED) && bigIcon) bigIcon->destroy(); in destroy()
415 if(bigIcon) bigIcon->detach(); in detach()
427 if(bigIcon) iw=bigIcon->getWidth(); in getWidth()
449 if(bigIcon) ih=bigIcon->getHeight(); in getHeight()
472 store << bigIcon; in save()
[all …]
/dports/x11-toolkits/fox16/fox-1.6.57/src/
H A DFXIconList.cpp154 if(bigIcon){ in drawBigIcon()
295 if(bigIcon){ in hitItem()
381 if(bigIcon!=icn) delete bigIcon; in setBigIcon()
384 bigIcon=icn; in setBigIcon()
406 if(bigIcon) bigIcon->create(); in create()
413 if((state&BIGICONOWNED) && bigIcon) bigIcon->destroy(); in destroy()
420 if(bigIcon) bigIcon->detach(); in detach()
432 if(bigIcon) iw=bigIcon->getWidth(); in getWidth()
454 if(bigIcon) ih=bigIcon->getHeight(); in getHeight()
477 store << bigIcon; in save()
[all …]
/dports/math/reduce/Reduce-svn5758-src/csl/fox/src/
H A DFXIconList.cpp154 if(bigIcon){ in drawBigIcon()
295 if(bigIcon){ in hitItem()
381 if(bigIcon!=icn) delete bigIcon; in setBigIcon()
384 bigIcon=icn; in setBigIcon()
406 if(bigIcon) bigIcon->create(); in create()
413 if((state&BIGICONOWNED) && bigIcon) bigIcon->destroy(); in destroy()
420 if(bigIcon) bigIcon->detach(); in detach()
432 if(bigIcon) iw=bigIcon->getWidth(); in getWidth()
454 if(bigIcon) ih=bigIcon->getHeight(); in getHeight()
477 store << bigIcon; in save()
[all …]
/dports/audio/gogglesmm/gogglesmm-1.2.2/cfox/lib/
H A DFXIconList.cpp156 if(bigIcon){ in drawBigIcon()
300 if(bigIcon){ in hitItem()
386 if(bigIcon!=icn) delete bigIcon; in setBigIcon()
389 bigIcon=icn; in setBigIcon()
411 if(bigIcon) bigIcon->create(); in create()
418 if((state&BIGICONOWNED) && bigIcon) bigIcon->destroy(); in destroy()
425 if(bigIcon) bigIcon->detach(); in detach()
443 if(bigIcon) iw=bigIcon->getWidth(); in getWidth()
466 if(bigIcon) ih=bigIcon->getHeight(); in getHeight()
489 store << bigIcon; in save()
[all …]
/dports/x11-toolkits/fox17/fox-1.7.77/lib/
H A DFXIconList.cpp156 if(bigIcon){ in drawBigIcon()
299 if(bigIcon){ in hitItem()
385 if(bigIcon!=icn) delete bigIcon; in setBigIcon()
388 bigIcon=icn; in setBigIcon()
410 if(bigIcon) bigIcon->create(); in create()
417 if((state&BIGICONOWNED) && bigIcon) bigIcon->destroy(); in destroy()
424 if(bigIcon) bigIcon->detach(); in detach()
442 if(bigIcon) iw=bigIcon->getWidth(); in getWidth()
465 if(bigIcon) ih=bigIcon->getHeight(); in getHeight()
488 store << bigIcon; in save()
[all …]
/dports/x11-fm/xfe/xfe-1.44/src/
H A DIconList.cpp151 if (bigIcon) in drawBigIcon()
407 if (bigIcon) in hitItem()
412 if (bigIcon) in hitItem()
558 bigIcon = icn; in setBigIcon()
588 if (bigIcon) in create()
616 if (bigIcon) in detach()
639 if (bigIcon) in getWidth()
681 if (bigIcon) in getHeight()
728 store << bigIcon; in save()
739 store >> bigIcon; in load()
[all …]
H A DIconList.h39 FXIcon* bigIcon; // Icon of item variable
48 IconItem() : bigIcon(NULL), miniIcon(NULL), data(NULL), state(0) {} in IconItem()
71 …, FXIcon* bi = NULL, FXIcon* mi = NULL, void* ptr = NULL) : label(text), bigIcon(bi), miniIcon(mi)… in label()
88 return(bigIcon); in getBigIcon()
/dports/irc/kvirc/KVIrc-5.0.0-73-gbdeac0429/src/kvirc/ui/
H A DKviActionDrawer.cpp132 QPixmap * pixie = act->bigIcon(); in mousePressEvent()
159 QPixmap * p = pAction->bigIcon(); in KviActionDrawerPageListWidgetItem()
/dports/irc/kvirc/KVIrc-5.0.0-73-gbdeac0429/src/kvirc/kernel/
H A DKviAction.cpp154 QPixmap * KviAction::bigIcon() in bigIcon() function in KviAction
217 QPixmap * pBigPix = bigIcon(); in reloadImages()
537 QPixmap * pPix = bigIcon(); in addToCustomToolBar()
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/tools/ElfView/Source/
H A DElfViewFrame.cpp42 …HICON bigIcon = reinterpret_cast<HICON>(LoadImage(GetModuleHandle(NULL), MAKEINTRESOURCE(IDI_MAINI… in CElfViewFrame() local
45 SetIcon(ICON_BIG, bigIcon); in CElfViewFrame()
/dports/graphics/open3d/Open3D-0.2/src/External/GLFW/src/
H A Dwin32_window.c1270 if (window->win32.bigIcon) in _glfwPlatformDestroyWindow()
1271 DestroyIcon(window->win32.bigIcon); in _glfwPlatformDestroyWindow()
1290 HICON bigIcon = NULL, smallIcon = NULL; in _glfwPlatformSetWindowIcon() local
1301 bigIcon = createIcon(bigImage, 0, 0, GLFW_TRUE); in _glfwPlatformSetWindowIcon()
1306 bigIcon = (HICON) GetClassLongPtrW(window->win32.handle, GCLP_HICON); in _glfwPlatformSetWindowIcon()
1310 SendMessage(window->win32.handle, WM_SETICON, ICON_BIG, (LPARAM) bigIcon); in _glfwPlatformSetWindowIcon()
1313 if (window->win32.bigIcon) in _glfwPlatformSetWindowIcon()
1314 DestroyIcon(window->win32.bigIcon); in _glfwPlatformSetWindowIcon()
1321 window->win32.bigIcon = bigIcon; in _glfwPlatformSetWindowIcon()
/dports/graphics/py-open3d-python/Open3D-0.2/src/External/GLFW/src/
H A Dwin32_window.c1270 if (window->win32.bigIcon) in _glfwPlatformDestroyWindow()
1271 DestroyIcon(window->win32.bigIcon); in _glfwPlatformDestroyWindow()
1290 HICON bigIcon = NULL, smallIcon = NULL; in _glfwPlatformSetWindowIcon() local
1301 bigIcon = createIcon(bigImage, 0, 0, GLFW_TRUE); in _glfwPlatformSetWindowIcon()
1306 bigIcon = (HICON) GetClassLongPtrW(window->win32.handle, GCLP_HICON); in _glfwPlatformSetWindowIcon()
1310 SendMessage(window->win32.handle, WM_SETICON, ICON_BIG, (LPARAM) bigIcon); in _glfwPlatformSetWindowIcon()
1313 if (window->win32.bigIcon) in _glfwPlatformSetWindowIcon()
1314 DestroyIcon(window->win32.bigIcon); in _glfwPlatformSetWindowIcon()
1321 window->win32.bigIcon = bigIcon; in _glfwPlatformSetWindowIcon()
/dports/math/reduce/Reduce-svn5758-src/csl/fox/include/
H A DFXIconList.h64 FXIcon *bigIcon; variable
72 FXIconItem():bigIcon(NULL),miniIcon(NULL),data(NULL),state(0){} in FXIconItem()
91 …String& text,FXIcon* bi=NULL,FXIcon* mi=NULL,void* ptr=NULL):label(text),bigIcon(bi),miniIcon(mi),… in label()
103 FXIcon* getBigIcon() const { return bigIcon; } in getBigIcon()
/dports/audio/gogglesmm/gogglesmm-1.2.2/cfox/include/
H A DFXIconList.h61 FXIcon *bigIcon; // Big icon shown in big icon mode variable
69 FXIconItem():bigIcon(NULL),miniIcon(NULL),data(NULL),state(0){} in FXIconItem()
88 …String& text,FXIcon* bi=NULL,FXIcon* mi=NULL,FXptr ptr=NULL):label(text),bigIcon(bi),miniIcon(mi),… in label()
100 FXIcon* getBigIcon() const { return bigIcon; } in getBigIcon()
/dports/x11-toolkits/fox17/fox-1.7.77/include/
H A DFXIconList.h61 FXIcon *bigIcon; // Big icon shown in big icon mode variable
69 FXIconItem():bigIcon(NULL),miniIcon(NULL),data(NULL),state(0){} in FXIconItem()
88 …String& text,FXIcon* bi=NULL,FXIcon* mi=NULL,FXptr ptr=NULL):label(text),bigIcon(bi),miniIcon(mi),… in label()
100 FXIcon* getBigIcon() const { return bigIcon; } in getBigIcon()
/dports/x11-toolkits/fox16/fox-1.6.57/include/
H A DFXIconList.h64 FXIcon *bigIcon; variable
72 FXIconItem():bigIcon(NULL),miniIcon(NULL),data(NULL),state(0){} in FXIconItem()
91 …String& text,FXIcon* bi=NULL,FXIcon* mi=NULL,void* ptr=NULL):label(text),bigIcon(bi),miniIcon(mi),… in label()
103 FXIcon* getBigIcon() const { return bigIcon; } in getBigIcon()
/dports/x11-toolkits/fox14/fox-1.4.35/include/
H A DFXIconList.h64 FXIcon *bigIcon; variable
69 FXIconItem():bigIcon(NULL),miniIcon(NULL),data(NULL),state(0){} in FXIconItem()
88 …String& text,FXIcon* bi=NULL,FXIcon* mi=NULL,void* ptr=NULL):label(text),bigIcon(bi),miniIcon(mi),… in label()
100 FXIcon* getBigIcon() const { return bigIcon; } in getBigIcon()
/dports/misc/box2d/box2d-2.4.1/extern/glfw/src/
H A Dwin32_window.c1413 if (window->win32.bigIcon) in _glfwPlatformDestroyWindow()
1414 DestroyIcon(window->win32.bigIcon); in _glfwPlatformDestroyWindow()
1433 HICON bigIcon = NULL, smallIcon = NULL; in _glfwPlatformSetWindowIcon() local
1444 bigIcon = createIcon(bigImage, 0, 0, GLFW_TRUE); in _glfwPlatformSetWindowIcon()
1449 bigIcon = (HICON) GetClassLongPtrW(window->win32.handle, GCLP_HICON); in _glfwPlatformSetWindowIcon()
1453 SendMessage(window->win32.handle, WM_SETICON, ICON_BIG, (LPARAM) bigIcon); in _glfwPlatformSetWindowIcon()
1456 if (window->win32.bigIcon) in _glfwPlatformSetWindowIcon()
1457 DestroyIcon(window->win32.bigIcon); in _glfwPlatformSetWindowIcon()
1464 window->win32.bigIcon = bigIcon; in _glfwPlatformSetWindowIcon()
/dports/graphics/bonzomatic/Bonzomatic-2021-03-07/external/glfw/src/
H A Dwin32_window.c1441 if (window->win32.bigIcon) in _glfwPlatformDestroyWindow()
1442 DestroyIcon(window->win32.bigIcon); in _glfwPlatformDestroyWindow()
1461 HICON bigIcon = NULL, smallIcon = NULL; in _glfwPlatformSetWindowIcon() local
1472 bigIcon = createIcon(bigImage, 0, 0, GLFW_TRUE); in _glfwPlatformSetWindowIcon()
1477 bigIcon = (HICON) GetClassLongPtrW(window->win32.handle, GCLP_HICON); in _glfwPlatformSetWindowIcon()
1481 SendMessage(window->win32.handle, WM_SETICON, ICON_BIG, (LPARAM) bigIcon); in _glfwPlatformSetWindowIcon()
1484 if (window->win32.bigIcon) in _glfwPlatformSetWindowIcon()
1485 DestroyIcon(window->win32.bigIcon); in _glfwPlatformSetWindowIcon()
1492 window->win32.bigIcon = bigIcon; in _glfwPlatformSetWindowIcon()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/glfw/src/src/
H A Dwin32_window.c1402 if (window->win32.bigIcon) in _glfwPlatformDestroyWindow()
1403 DestroyIcon(window->win32.bigIcon); in _glfwPlatformDestroyWindow()
1422 HICON bigIcon = NULL, smallIcon = NULL; in _glfwPlatformSetWindowIcon() local
1433 bigIcon = createIcon(bigImage, 0, 0, GLFW_TRUE); in _glfwPlatformSetWindowIcon()
1438 bigIcon = (HICON) GetClassLongPtrW(window->win32.handle, GCLP_HICON); in _glfwPlatformSetWindowIcon()
1442 SendMessage(window->win32.handle, WM_SETICON, ICON_BIG, (LPARAM) bigIcon); in _glfwPlatformSetWindowIcon()
1445 if (window->win32.bigIcon) in _glfwPlatformSetWindowIcon()
1446 DestroyIcon(window->win32.bigIcon); in _glfwPlatformSetWindowIcon()
1453 window->win32.bigIcon = bigIcon; in _glfwPlatformSetWindowIcon()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/glfw/src/src/
H A Dwin32_window.c1402 if (window->win32.bigIcon) in _glfwPlatformDestroyWindow()
1403 DestroyIcon(window->win32.bigIcon); in _glfwPlatformDestroyWindow()
1422 HICON bigIcon = NULL, smallIcon = NULL; in _glfwPlatformSetWindowIcon() local
1433 bigIcon = createIcon(bigImage, 0, 0, GLFW_TRUE); in _glfwPlatformSetWindowIcon()
1438 bigIcon = (HICON) GetClassLongPtrW(window->win32.handle, GCLP_HICON); in _glfwPlatformSetWindowIcon()
1442 SendMessage(window->win32.handle, WM_SETICON, ICON_BIG, (LPARAM) bigIcon); in _glfwPlatformSetWindowIcon()
1445 if (window->win32.bigIcon) in _glfwPlatformSetWindowIcon()
1446 DestroyIcon(window->win32.bigIcon); in _glfwPlatformSetWindowIcon()
1453 window->win32.bigIcon = bigIcon; in _glfwPlatformSetWindowIcon()
/dports/graphics/glfw/glfw-3.3.4/src/
H A Dwin32_window.c1450 if (window->win32.bigIcon) in _glfwPlatformDestroyWindow()
1451 DestroyIcon(window->win32.bigIcon); in _glfwPlatformDestroyWindow()
1470 HICON bigIcon = NULL, smallIcon = NULL; in _glfwPlatformSetWindowIcon() local
1481 bigIcon = createIcon(bigImage, 0, 0, GLFW_TRUE); in _glfwPlatformSetWindowIcon()
1486 bigIcon = (HICON) GetClassLongPtrW(window->win32.handle, GCLP_HICON); in _glfwPlatformSetWindowIcon()
1490 SendMessage(window->win32.handle, WM_SETICON, ICON_BIG, (LPARAM) bigIcon); in _glfwPlatformSetWindowIcon()
1493 if (window->win32.bigIcon) in _glfwPlatformSetWindowIcon()
1494 DestroyIcon(window->win32.bigIcon); in _glfwPlatformSetWindowIcon()
1501 window->win32.bigIcon = bigIcon; in _glfwPlatformSetWindowIcon()

123