Home
last modified time | relevance | path

Searched refs:styleSelection (Results 1 – 8 of 8) sorted by relevance

/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonz/
H A Dstyleselection.h24 TStyleSelection(TStyleSelection *styleSelection) in TStyleSelection() argument
25 : m_palette(styleSelection->getPalette()) in TStyleSelection()
26 , m_pageIndex(styleSelection->getPageIndex()) in TStyleSelection()
27 , m_styleIndicesInPage(styleSelection->getIndicesInPage()) {} in TStyleSelection()
H A Dcolormodelviewer.cpp331 TStyleSelection *styleSelection = in pick() local
333 if (styleSelection) styleSelection->selectNone(); in pick()
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/include/toonzqt/
H A Dstyleselection.h45 TStyleSelection(TStyleSelection *styleSelection) in TStyleSelection() argument
46 : m_paletteHandle(styleSelection->getPaletteHandle()) in TStyleSelection()
47 , m_pageIndex(styleSelection->getPageIndex()) in TStyleSelection()
48 , m_styleIndicesInPage(styleSelection->getIndicesInPage()) {} in TStyleSelection()
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/tnztools/
H A Dstylepickertool.cpp186 TStyleSelection *styleSelection = in pick() local
188 if (styleSelection) styleSelection->selectNone(); in pick()
H A Dfingertool.cpp590 TStyleSelection *styleSelection = in pick() local
592 if (styleSelection) styleSelection->selectNone(); in pick()
/dports/print/scribus-devel/scribus-1.5.7/scribus/plugins/fileloader/scribus150format/
H A Dscribus150format.h213 void writeNotesStyles(ScXmlStreamWriter & docu, const QStringList& styleSelection);
H A Dscribus150format_save.cpp1501 …id Scribus150Format::writeNotesStyles(ScXmlStreamWriter & docu, const QStringList& styleSelection) in writeNotesStyles() argument
1503 if (styleSelection.isEmpty()) in writeNotesStyles()
1513 if (!styleSelection.contains(noteStyle->name())) in writeNotesStyles()
/dports/comms/gnuradio/gnuradio-3.8.4.0/gr-utils/python/utils/
H A Dgr_plot_qt383 def lineStyleComboBoxEdit(self, styleSelection):
384 stylestr = str(styleSelection.toAscii())