Home
last modified time | relevance | path

Searched refs:ColorRef (Results 1 – 25 of 288) sorted by relevance

12345678910>>...12

/dports/graphics/pencil2d/pencil-0.6.6/core_lib/src/graphics/vector/
H A Dcolorref.cpp25 ColorRef::ColorRef() in ColorRef() function in ColorRef
31 ColorRef::ColorRef(QColor theColor, QString theName) in ColorRef() function in ColorRef
34 name = theName.isNull() ? ColorRef::getDefaultColorName(theColor) : theName; in ColorRef()
37 bool ColorRef::operator==(ColorRef colorRef1) in operator ==()
49 bool ColorRef::operator!=(ColorRef colorRef1) in operator !=()
61 QDebug& operator<<(QDebug debug, const ColorRef& colorRef) in operator <<()
67 QString ColorRef::getDefaultColorName(const QColor c) in getDefaultColorName()
H A Dcolorref.h24 class ColorRef
27 ColorRef();
28 ColorRef(QColor theColor, QString theName = QString());
29 bool operator==(ColorRef colorRef1);
30 bool operator!=(ColorRef colorRef1);
38 QDebug& operator<<(QDebug debug, const ColorRef &colorRef);
/dports/graphics/pencil2d/pencil-0.6.6/core_lib/src/structure/
H A Dobject.cpp342 ColorRef Object::getColor(int index) const in getColor()
344 ColorRef result(Qt::white, tr("error")); in getColor()
359 void Object::setColorRef(int index, ColorRef newColorRef) in setColorRef()
386 void Object::addColorAtIndex(int index, ColorRef newColor) in addColorAtIndex()
450 for (ColorRef ref : mPalette) in exportPaletteGPL()
467 ColorRef ref = mPalette.at(i); in exportPalettePencil()
580 mPalette.append(ColorRef(color, name)); in importPaletteGPL()
647 addColor(ColorRef(QColor(Qt::red), QString(tr("Red")))); in loadDefaultPalette()
655 addColor(ColorRef(QColor(Qt::cyan), QString(tr("Cyan")))); in loadDefaultPalette()
657 addColor(ColorRef(QColor(Qt::blue), QString(tr("Blue")))); in loadDefaultPalette()
[all …]
H A Dobject.h87 ColorRef getColor(int index) const;
89 void setColorRef(int index, ColorRef newColorRef);
94 void addColor(ColorRef newColor) { mPalette.append(newColor); } in addColor()
95 void addColorAtIndex(int index, ColorRef newColor);
174 QList<ColorRef> mPalette;
H A Dfilemanager.h46 QList<ColorRef> loadPaletteFile(QString strFilename);
/dports/editors/cudatext/CudaText-1.151.0/doc/
H A Dcocoa-textout-speedup.patch32 - FText.BackgroundColor := BkBrush.ColorRef;
61 + ColorToNSColor(BkBrush.ColorRef).SetFill;
71 + FText.BackgroundColor := BkBrush.ColorRef;
/dports/editors/abiword/abiword-3.0.5/src/wp/ap/win/
H A Dap_Win32Dialog_Columns.cpp118 COLORREF ColorRef = GetSysColor(COLOR_BTNFACE); in _onInitDialog() local
119 UT_RGBColor Color(GetRValue(ColorRef), GetGValue(ColorRef), GetBValue(ColorRef)); in _onInitDialog()
H A Dap_Win32Dialog_PageSetup.cpp455 COLORREF ColorRef = GetSysColor(COLOR_BTNFACE); in _onInitDialog() local
456 UT_RGBColor Color( GetRValue(ColorRef), GetGValue(ColorRef), GetBValue(ColorRef)); in _onInitDialog()
/dports/editors/joe/joe-4.6/syntax/
H A Djcf.jsf11 =ColorRef +Type
53 :color_ref ColorRef
/dports/editors/lazarus/lazarus/lcl/interfaces/qt/
H A Dqtwscontrols.pp654 ColorRef: TColorRef;
669 ColorRef := ColorToRGB(AWinControl.Color);
672 QColor_fromRgb(@QColor,Red(ColorRef),Green(ColorRef),Blue(ColorRef));
711 ColorRef: TColorRef;
739 ColorRef := ColorToRGB(AFont.Color);
740 QColor_fromRgb(@QColor,Red(ColorRef),Green(ColorRef),Blue(ColorRef));
/dports/editors/lazarus/lazarus/lcl/interfaces/qt5/
H A Dqtwscontrols.pp653 ColorRef: TColorRef;
668 ColorRef := ColorToRGB(AWinControl.Color);
671 QColor_fromRgb(@QColor,Red(ColorRef),Green(ColorRef),Blue(ColorRef));
710 ColorRef: TColorRef;
738 ColorRef := ColorToRGB(AFont.Color);
739 QColor_fromRgb(@QColor,Red(ColorRef),Green(ColorRef),Blue(ColorRef));
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/qt/
H A Dqtwscontrols.pp627 ColorRef: TColorRef;
642 ColorRef := ColorToRGB(AWinControl.Color);
645 QColor_fromRgb(@QColor,Red(ColorRef),Green(ColorRef),Blue(ColorRef));
684 ColorRef: TColorRef;
712 ColorRef := ColorToRGB(AFont.Color);
713 QColor_fromRgb(@QColor,Red(ColorRef),Green(ColorRef),Blue(ColorRef));
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/qt/
H A Dqtwscontrols.pp627 ColorRef: TColorRef;
642 ColorRef := ColorToRGB(AWinControl.Color);
645 QColor_fromRgb(@QColor,Red(ColorRef),Green(ColorRef),Blue(ColorRef));
684 ColorRef: TColorRef;
712 ColorRef := ColorToRGB(AFont.Color);
713 QColor_fromRgb(@QColor,Red(ColorRef),Green(ColorRef),Blue(ColorRef));
/dports/editors/lazarus-qt5/lazarus/lcl/interfaces/qt5/
H A Dqtwscontrols.pp653 ColorRef: TColorRef;
668 ColorRef := ColorToRGB(AWinControl.Color);
671 QColor_fromRgb(@QColor,Red(ColorRef),Green(ColorRef),Blue(ColorRef));
710 ColorRef: TColorRef;
738 ColorRef := ColorToRGB(AFont.Color);
739 QColor_fromRgb(@QColor,Red(ColorRef),Green(ColorRef),Blue(ColorRef));
/dports/editors/lazarus-qt5/lazarus/lcl/interfaces/qt/
H A Dqtwscontrols.pp654 ColorRef: TColorRef;
669 ColorRef := ColorToRGB(AWinControl.Color);
672 QColor_fromRgb(@QColor,Red(ColorRef),Green(ColorRef),Blue(ColorRef));
711 ColorRef: TColorRef;
739 ColorRef := ColorToRGB(AFont.Color);
740 QColor_fromRgb(@QColor,Red(ColorRef),Green(ColorRef),Blue(ColorRef));
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/sfntly/cpp/src/sfntly/table/bitmap/
H A Dbitmap_size_table.h89 int32_t ColorRef();
133 int32_t ColorRef();
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/sfntly/cpp/src/sfntly/table/bitmap/
H A Dbitmap_size_table.h89 int32_t ColorRef();
133 int32_t ColorRef();
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/qt5/
H A Dqtwscontrols.pp679 ColorRef: TColorRef;
694 ColorRef := ColorToRGB(AWinControl.Color);
697 QColor_fromRgb(@QColor,Red(ColorRef),Green(ColorRef),Blue(ColorRef));
736 ColorRef: TColorRef;
764 ColorRef := ColorToRGB(AFont.Color);
765 QColor_fromRgb(@QColor,Red(ColorRef),Green(ColorRef),Blue(ColorRef));
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/qt5/
H A Dqtwscontrols.pp679 ColorRef: TColorRef;
694 ColorRef := ColorToRGB(AWinControl.Color);
697 QColor_fromRgb(@QColor,Red(ColorRef),Green(ColorRef),Blue(ColorRef));
736 ColorRef: TColorRef;
764 ColorRef := ColorToRGB(AFont.Color);
765 QColor_fromRgb(@QColor,Red(ColorRef),Green(ColorRef),Blue(ColorRef));
/dports/multimedia/musikcube/musikcube-0.96.7/src/musikwin/win32cpp/
H A DWindow.hpp164 typedef std::unique_ptr<Color> ColorRef; typedef in win32cpp::Window
366 ColorRef backgroundColor;
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/lazreport/source/
H A Dlr_ctrls.pas450 ColorRef: TColorRef;
455 ColorRef := ColorToRGB(Color);
456 Index := Byte(Longint(Word(GetRValue(ColorRef)) * 77 +
457 Word(GetGValue(ColorRef)) * 150 + Word(GetBValue(ColorRef)) * 29) shr 8);
/dports/editors/lazarus/lazarus/components/lazreport/source/
H A Dlr_ctrls.pas450 ColorRef: TColorRef;
455 ColorRef := ColorToRGB(Color);
456 Index := Byte(Longint(Word(GetRValue(ColorRef)) * 77 +
457 Word(GetGValue(ColorRef)) * 150 + Word(GetBValue(ColorRef)) * 29) shr 8);
/dports/editors/lazarus-qt5/lazarus/components/lazreport/source/
H A Dlr_ctrls.pas450 ColorRef: TColorRef;
455 ColorRef := ColorToRGB(Color);
456 Index := Byte(Longint(Word(GetRValue(ColorRef)) * 77 +
457 Word(GetGValue(ColorRef)) * 150 + Word(GetBValue(ColorRef)) * 29) shr 8);
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/lazreport/source/
H A Dlr_ctrls.pas450 ColorRef: TColorRef;
455 ColorRef := ColorToRGB(Color);
456 Index := Byte(Longint(Word(GetRValue(ColorRef)) * 77 +
457 Word(GetGValue(ColorRef)) * 150 + Word(GetBValue(ColorRef)) * 29) shr 8);
/dports/graphics/pencil2d/pencil-0.6.6/app/src/
H A Dcolorpalettewidget.cpp138 ColorRef ref(newColor); in addItem()
225 const ColorRef colorRef = mObject->getColor(i); in refreshColorList()
586 ColorRef ref(newColor); in clickAddColorButton()

12345678910>>...12