Home
last modified time | relevance | path

Searched refs:xsheet (Results 1 – 25 of 71) sorted by relevance

123

/dports/multimedia/opentoonz/opentoonz-1.5.0/stuff/config/qss/Default/less/layouts/
H A Dxsheet.less12 background-color: @xsheet-empty-bg-color;
33 border-color: @xsheet-CellFocus-color;
47 background-color: @xsheet-menu-preview-color;
51 background-color: @xsheet-menu-lock-color;
55 background-color: @xsheet-menu-camstand-color;
61 color: @xsheet-menu-text-color;
65 color: @xsheet-notes-text-color;
76 qproperty-TextColor: @xsheet-text-color;
78 qproperty-BGColor: @xsheet-bg-color;
149 qproperty-LightBGColor: @xsheet-LightBG-color;
[all …]
H A Dschematic.less9 qproperty-LevelColumnColor: @xsheet-LevelColumn-color;
10 qproperty-VectorColumnColor: @xsheet-VectorColumn-color;
11 qproperty-ChildColumnColor: @xsheet-ChildColumn-color;
12 qproperty-FullcolorColumnColor: @xsheet-FullColorColumn-color;
13 qproperty-FxColumnColor: @xsheet-FxColumn-color;
14 qproperty-PaletteColumnColor: @xsheet-PaletteColumn-color;
15 qproperty-MeshColumnColor: @xsheet-MeshColumn-color;
16 qproperty-ReferenceColumnColor: @xsheet-ReferenceColumn-color;
H A Dall.less21 @import 'xsheet';
/dports/multimedia/opentoonz/opentoonz-1.5.0/stuff/config/qss/Default/less/themes/
H A DLight.less179 @xsheet-PreviewFrameText-color: #2d42b9;
192 @xsheet-EmptyCell-color: @xsheet-OnionSkinAreaBG-color;
193 @xsheet-NotEmptyColumn-color: @xsheet-bg-color;
194 @xsheet-SelectedEmptyCell-color: fade(mix(lighten(@xsheet-EmptyCell-color, -20), @cellHi…
196 @xsheet-LevelColumn-color: #a1cea1;
197 @xsheet-VectorColumn-color: #d3cf9a;
198 @xsheet-ChildColumn-color: #cca3cc;
199 @xsheet-FullColorColumn-color: #b0cbdd;
200 @xsheet-FxColumn-color: #ceb694;
201 @xsheet-ReferenceColumn-color: #c2c2c2;
[all …]
H A DNeutral.less199 @xsheet-PreviewFrameText-color: #17239c;
201 @xsheet-EmptyCell-color: @xsheet-OnionSkinAreaBG-color;
202 @xsheet-NotEmptyColumn-color: @xsheet-bg-color;
203 @xsheet-PlayRange-Color: @bg;
205 @xsheet-VerticalLineHead-color: @accent;
209 @xsheet-CellFocus-color: #000;
218 @xsheet-LevelColumn-color: #78a578;
219 @xsheet-VectorColumn-color: #a7a163;
220 @xsheet-ChildColumn-color: #9a759c;
221 @xsheet-FullColorColumn-color: #839bb1;
[all …]
H A DDark.less96 @xsheet-LightLine-color: rgba(0, 0, 0, 0.3);
97 @xsheet-VerticalLine-color: rgba(0, 0, 0, 0.4);
98 @xsheet-bg-color: @bg;
99 @xsheet-OnionSkinAreaBG-color: darken(@bg, 3);
100 @xsheet-NotEmptyColumn-color: @bg;
101 @xsheet-LightLightBG-color: darken(@bg, 3);
102 @xsheet-PlayRange-Color: lighten(@bg, 3);
103 @xsheet-EmptyCell-color: darken(@bg, 3);
/dports/multimedia/opentoonz/opentoonz-1.5.0/stuff/config/qss/Default/less/
H A DDefault.less379 @xsheet-menu-preview-color: #E6E678;
382 @xsheet-menu-text-color: #000;
385 @xsheet-notes-text-color: #000;
391 @xsheet-empty-bg-color: @bg;
399 @xsheet-EmptyColumnHead-color: @bg;
402 @xsheet-PlayRange-Color: @bg;
409 @xsheet-CellFocus-color: #000;
422 @xsheet-EmptyCell-color: @xsheet-OnionSkinAreaBG-color;
424 @xsheet-SelectedEmptyCell-color: fade(mix(lighten(@xsheet-EmptyCell-color, 20), @cellHig…
438 @xsheet-SoundPreviewTool-color: darken(@xsheet-SoundColumnTrack-color, 20);
[all …]
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/include/toonzqt/
H A Dstageobjectsdata.h93 void storeObjects(const std::vector<TStageObjectId> &ids, TXsheet *xsheet,
97 void storeColumns(const std::set<int> &columnIndexes, TXsheet *xsheet,
101 void storeFxs(const std::set<TFx *> &fxs, TXsheet *xsheet, int fxFlags);
118 bool checkCircularReferences(TXsheet *xsheet) const;
131 TXsheet *xsheet, int fxFlags, const TPointD &pos = TConst::nowhere) const;
135 TXsheet *xsheet, int fxFlags,
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonzlib/
H A Dtxsheethandle.cpp24 void TXsheetHandle::setXsheet(TXsheet *xsheet) { in setXsheet() argument
25 if (m_xsheet == xsheet) return; in setXsheet()
27 m_xsheet = xsheet; in setXsheet()
H A Dtxshchildlevel.cpp66 void TXshChildLevel::setXsheet(TXsheet *xsheet) { in setXsheet() argument
67 xsheet->addRef(); in setXsheet()
69 m_xsheet = xsheet; in setXsheet()
H A Dtframehandle.cpp326 void TFrameHandle::scrubXsheet(int r0, int r1, TXsheet *xsheet, in scrubXsheet() argument
328 m_xsheet = xsheet; in scrubXsheet()
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonz/
H A Dtimestretchpopup.cpp162 TXsheet *xsheet = TApp::instance()->getCurrentXsheet()->getXsheet(); in timeStretch() local
169 r1 = xsheet->getFrameCount() - 1; in timeStretch()
171 c1 = xsheet->getColumnCount() - 1; in timeStretch()
174 if (!xsheet->getColumn(c) && !xsheet->getColumn(c)->isEmpty()) break; in timeStretch()
181 xsheet->timeStretch(r0, c0, r1, c1, newRange); in timeStretch()
288 TXsheet *xsheet = TApp::instance()->getCurrentXsheet()->getXsheet(); in updateValues() local
289 newRange = xsheet->getFrameCount(); in updateValues()
H A Dxdtsio.cpp279 for (int col = 0; col < xsheet->getFirstFreeColumnIndex(); col++) { in build()
280 if (xsheet->isColumnEmpty(col)) { in build()
284 TXshCellColumn *column = xsheet->getColumn(col)->getCellColumn(); in build()
375 void XdtsTimeTableItem::build(TXsheet *xsheet, QString name, int duration) { in build() argument
380 field.build(xsheet, columnLabels); in build()
432 void XdtsData::build(TXsheet *xsheet, QString name, int duration) { in build() argument
434 timeTable.build(xsheet, name, duration); in build()
559 TXsheet *xsheet = TApp::instance()->getCurrentXsheet()->getXsheet(); in execute() local
567 if (scene->getTopXsheet() == xsheet && oprop->getRange(from, to, step)) in execute()
570 duration = xsheet->getFrameCount(); in execute()
[all …]
H A Dtapp.cpp346 TXsheet *xsheet = m_currentXsheet->getXsheet(); in updateXshLevel() local
349 if (xsheet->getColumn(column) && in updateXshLevel()
350 xsheet->getColumn(column)->getSoundColumn()) { in updateXshLevel()
351 if (xsheet->getColumn(column)->getSoundColumn()->m_levels.size() > 0) { in updateXshLevel()
352 xl = static_cast<TXshLevel *>(xsheet->getColumn(column) in updateXshLevel()
357 } else if (xsheet && column >= 0 && frame >= 0 && in updateXshLevel()
358 !xsheet->isColumnEmpty(column)) { in updateXshLevel()
359 TXshCell cell = xsheet->getCell(frame, column); in updateXshLevel()
365 TXshCell cell = xsheet->getCell(frame - 1, column); in updateXshLevel()
H A Dantialiaspopup.cpp302 TXsheet *xsheet = TApp::instance()->getCurrentXsheet()->getXsheet(); in undo() local
303 TXshCell cell = xsheet->getCell(m_r, m_c); in undo()
330 TXsheet *xsheet = TApp::instance()->getCurrentXsheet()->getXsheet(); in redo() local
331 TXshCell cell = xsheet->getCell(m_r, m_c); in redo()
366 TXsheet *xsheet = TApp::instance()->getCurrentXsheet()->getXsheet(); in apply() local
372 TXshCell cell = xsheet->getCell(r, c); in apply()
H A Dlinesfadepopup.cpp322 TXsheet *xsheet = TApp::instance()->getCurrentXsheet()->getXsheet(); in undo() local
323 TXshCell cell = xsheet->getCell(m_r, m_c); in undo()
342 TXsheet *xsheet = TApp::instance()->getCurrentXsheet()->getXsheet(); in redo() local
343 TXshCell cell = xsheet->getCell(m_r, m_c); in redo()
375 TXsheet *xsheet = TApp::instance()->getCurrentXsheet()->getXsheet(); in apply() local
381 TXshCell cell = xsheet->getCell(r, c); in apply()
H A Dcamerasettingspopup.cpp65 TXsheet *xsheet = TApp::instance()->getCurrentXsheet()->getXsheet(); in execute() local
197 TXsheet *xsheet = TApp::instance()->getCurrentXsheet()->getXsheet(); in getCameraObject() local
200 cameraId = xsheet->getStageObjectTree()->getCurrentCameraId(); in getCameraObject()
202 return xsheet->getStageObject(cameraId); in getCameraObject()
H A Dbrightnessandcontrastpopup.cpp427 TXsheet *xsheet = TApp::instance()->getCurrentXsheet()->getXsheet(); in undo() local
428 TXshCell cell = xsheet->getCell(m_r, m_c); in undo()
447 TXsheet *xsheet = TApp::instance()->getCurrentXsheet()->getXsheet(); in redo() local
448 TXshCell cell = xsheet->getCell(m_r, m_c); in redo()
479 TXsheet *xsheet = TApp::instance()->getCurrentXsheet()->getXsheet(); in apply() local
485 TXshCell cell = xsheet->getCell(r, c); in apply()
H A Dadjustlevelspopup.cpp602 TXsheet *xsheet = TApp::instance()->getCurrentXsheet()->getXsheet(); in undo() local
603 TXshCell cell = xsheet->getCell(m_r, m_c); in undo()
626 TXsheet *xsheet = TApp::instance()->getCurrentXsheet()->getXsheet(); in redo() local
627 TXshCell cell = xsheet->getCell(m_r, m_c); in redo()
665 TXsheet *xsheet = TApp::instance()->getCurrentXsheet()->getXsheet(); in apply() local
673 const TXshCell &cell = xsheet->getCell(r, c); in apply()
H A Dlevelcommand.cpp132 TXsheet *xsheet = TApp::instance()->getCurrentXsheet()->getXsheet(); in execute() local
169 TXsheet *xsheet = TApp::instance()->getCurrentXsheet()->getXsheet(); in getLevelSelectedFids() local
173 TXshCell cell = xsheet->getCell(r, c); in getLevelSelectedFids()
348 TXsheet *xsheet = app->getCurrentXsheet()->getXsheet(); in revertTo() local
355 TXshCell cell = xsheet->getCell(r, c); in revertTo()
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/include/toonz/
H A Dchildstack.h102 void setXsheet(TXsheet *xsheet) { m_xsheet = xsheet; } in setXsheet() argument
H A Dtxshcolumn.h231 virtual void setXsheet(TXsheet *xsheet) { m_xsheet = xsheet; } in setXsheet() argument
H A Dtxsheethandle.h37 void setXsheet(TXsheet *xsheet);
H A Dtxshchildlevel.h70 void setXsheet(TXsheet *xsheet);
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/eeschema/netlist_exporters/
H A Dnetlist_exporter_xml.cpp383 XNODE* xsheet; in makeDesignHeader() local
414 xdesign->AddChild( xsheet = node( "sheet" ) ); in makeDesignHeader()
420 xsheet->AddAttribute( "number", sheetTxt ); in makeDesignHeader()
421 xsheet->AddAttribute( "name", sheetList[i].PathHumanReadable() ); in makeDesignHeader()
422 xsheet->AddAttribute( "tstamps", sheetList[i].PathAsString() ); in makeDesignHeader()
427 xsheet->AddChild( xtitleBlock = node( "title_block" ) ); in makeDesignHeader()

123