Home
last modified time | relevance | path

Searched refs:imageCell (Results 1 – 24 of 24) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/ios/chrome/browser/ui/table_view/cells/
H A Dtable_view_image_item_unittest.mm35 TableViewImageCell* imageCell =
37 EXPECT_FALSE(imageCell.textLabel.text);
38 EXPECT_FALSE(imageCell.detailTextLabel.text);
39 EXPECT_FALSE(imageCell.imageView.image);
42 EXPECT_NSEQ(text, imageCell.textLabel.text);
43 EXPECT_NSEQ(detailText, imageCell.detailTextLabel.text);
44 EXPECT_FALSE(imageCell.imageView.isHidden);
57 TableViewImageCell* imageCell =
62 EXPECT_TRUE(imageCell.imageView.isHidden);
/dports/www/grr/Grr-1.0/
H A DNumberedImageTextCell.m27 static NSImageCell* imageCell;
60 if (imageCell == nil) {
61 imageCell = [[NSImageCell alloc] init];
85 [imageCell setImageScaling: NSScaleNone];
86 [imageCell setImage: [NSImage imageNamed: @"blue-badge-left"]];
87 [imageCell drawWithFrame: leftBadgeRect inView: theView];
88 [imageCell setImage: [NSImage imageNamed: @"blue-badge-right"]];
89 [imageCell drawWithFrame: rightBadgeRect inView: theView];
90 [imageCell setImage: [NSImage imageNamed: @"blue-badge-mid"]];
91 [imageCell setImageScaling: NSScaleToFit];
[all …]
/dports/www/grafana8/grafana-8.3.6/packages/grafana-ui/src/components/Table/
H A DImageCell.tsx14 {!link && <img src={displayValue.text} className={tableStyles.imageCell} />}
23 <img src={displayValue.text} className={tableStyles.imageCell} />
H A Dstyles.ts139 imageCell: css`
/dports/math/wxmaxima/wxmaxima-Version-20.04.0/src/
H A DMathParser.cpp946 Cell *imageCell; in ParseTag() local
957 imageCell = new ImgCell(NULL, m_configuration, m_cellPointers, filename, noFS, true); in ParseTag()
959 imageCell = new SlideShow(NULL, m_configuration, m_cellPointers, filename, true); in ParseTag()
972 imageCell = new ImgCell(NULL, m_configuration, m_cellPointers, filename, noFS, false); in ParseTag()
974 imageCell = new SlideShow(NULL, m_configuration, m_cellPointers, filename, false); in ParseTag()
979 if(imageCell->GetType() == MC_TYPE_IMAGE) in ParseTag()
981 if((imageCell != NULL) && (gnuplotSource != wxEmptyString)) in ParseTag()
986 dynamic_cast<ImgCell *>(imageCell)->DrawRectangle(false); in ParseTag()
992 dynamic_cast<ImgCell *>(imageCell)->SetMaxWidth(width); in ParseTag()
998 dynamic_cast<ImgCell *>(imageCell)->SetMaxHeight(height); in ParseTag()
[all …]
/dports/devel/hs-threadscope/threadscope-0.2.14/GUI/
H A DKeyView.hs32 imageCell <- cellRendererPixbufNew
35 treeViewColumnPackStart keyColumn imageCell False
48 cellLayoutSetAttributes keyColumn imageCell keyStore $ \(_,_,img) ->
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/include/tools/
H A Drasterselection.h70 void setCurrentImage(const TImageP &img, const TXshCell &imageCell) { in setCurrentImage() argument
71 m_currentImage = img, m_currentImageCell = imageCell; in setCurrentImage()
/dports/devel/gorm/apps-gorm-04554d2/GormCore/
H A DGormOutlineView.m318 NSCell *imageCell = nil;
428 imageCell = [[NSCell alloc] initImageCell: image];
444 [imageCell drawWithFrame: imageRect inView: self];
467 imageCell = [[NSCell alloc] initImageCell: image];
472 [imageCell drawWithFrame: imageRect inView: self];
655 NSCell *imageCell = nil;
779 imageCell = [[NSCell alloc] initImageCell: image];
794 [imageCell drawWithFrame: imageRect inView: self];
/dports/x11-toolkits/gnustep-gui/libs-gui-gui-0_28_0/ColorPickers/
H A DGSStandardColorPicker.h44 NSButtonCell *imageCell; variable
H A DGSStandardColorPicker.m133 imageCell = newButtonCell;
246 [imageCell setImage: [[sender selectedCell] image]];
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/tnztools/
H A Drasterselectiontool.cpp526 const TXshCell &imageCell = TTool::getImageCell(); in modifySelectionOnClick() local
546 m_rasterSelection.setCurrentImage(image, imageCell); in modifySelectionOnClick()
562 m_rasterSelection.setCurrentImage(image, imageCell); in modifySelectionOnClick()
897 const TXshCell &imageCell = TTool::getImageCell(); in doOnActivate() local
900 imageCell.getImage(false, 1); // => See the onImageChanged() warning ! in doOnActivate()
907 m_rasterSelection.setCurrentImage(image, imageCell); in doOnActivate()
H A Dplastictool_build.cpp29 const TXshCell &imageCell = TTool::getImageCell(); in closestMeshVertexPos() local
31 TXshSimpleLevel *sl = imageCell.getSimpleLevel(); in closestMeshVertexPos()
42 const TPointD &dpi = sl->getDpi(imageCell.getFrameId()); in closestMeshVertexPos()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/gui/util/
H A Dqsystemtrayicon_mac.mm110 QT_MANGLE_NAMESPACE(QNSImageView) *imageCell; field
450 imageCell = [[QT_MANGLE_NAMESPACE(QNSImageView) alloc] initWithParent:self];
451 [item setView: imageCell];
457 [imageCell release];
496 [[NSNotificationCenter defaultCenter] addObserver:imageCell
/dports/graphics/netpbm/netpbm-10.91.01/converter/other/cameratopam/
H A Dcameratopam.c680 struct imageCell { in flipImage() struct
683 struct imageCell * img; in flipImage()
690 img = (struct imageCell *) image; in flipImage()
698 struct imageCell const hold = img[base]; in flipImage()
/dports/x11-toolkits/gnustep-gui/libs-gui-gui-0_28_0/Source/
H A DNSOutlineView.m928 NSCell *imageCell = nil;
1018 imageCell = [[NSCell alloc] initImageCell: image];
1024 willDisplayOutlineCell: imageCell
1030 if ([imageCell image])
1046 RELEASE(imageCell);
1645 NSCell *imageCell = nil;
1669 imageCell = [[NSCell alloc] initImageCell: image];
1675 willDisplayOutlineCell: imageCell
1681 if ([imageCell image])
1689 [imageCell drawWithFrame: imageRect inView: self];
[all …]
H A DNSWindow.m456 NSCell *imageCell; field
500 TEST_RELEASE(imageCell);
511 [imageCell
586 if (imageCell == nil)
588 imageCell = [[NSCell alloc] initImageCell: imgCopy];
589 [imageCell setBordered: NO];
593 [imageCell setImage: imgCopy];
/dports/databases/db5/db-5.3.28/docs/csharp/styles/
H A DPresentation.css249 div#mainSection table td.imageCell
603 div#mainSection table td.imageCell
/dports/databases/db5/db-5.3.28/docs/csharp/styles/Whidbey/
H A Dpresentation.css251 div#mainSection table td.imageCell
609 div#mainSection table td.imageCell
/dports/databases/db18/db-18.1.40/docs/csharp/styles/Whidbey/
H A Dpresentation.css251 div#mainSection table td.imageCell
609 div#mainSection table td.imageCell
/dports/databases/db18/db-18.1.40/docs/csharp/styles/
H A DPresentation.css249 div#mainSection table td.imageCell
603 div#mainSection table td.imageCell
/dports/multimedia/vlc/vlc-3.0.16/contrib/src/breakpad/
H A D0001-mac-client-Upgrade-Breakpad.xib-to-new-format.patch1346 + <imageCell key="cell" refusesFirstResponder="YES" …
/dports/x11/radare-cutter/r2cutter-0.1.1/scripts/
H A Dbreakpad_macos.patch1345 + <imageCell key="cell" refusesFirstResponder="YES" …
/dports/x11-toolkits/gnustep-gui/libs-gui-gui-0_28_0/
H A DChangeLog.32271 (-drawRect:): Move imageCell down to avoid overlapping with title.
6701 * Source/NSOutlineView.m (-drawRow:clipRect:): Release imageCell
/dports/www/grafana8/grafana-8.3.6/public/build/
H A D7095.0e38943fa459e872fe93.js.map1imageCell} />}\n {link && (\n <a\n href={link.href}\n onClick={onCli…