Home
last modified time | relevance | path

Searched refs:TApp (Results 1 – 25 of 231) sorted by relevance

12345678910

/dports/devel/cli11/CLI11-2.1.2/tests/
H A DAppTest.cpp12 TEST_CASE_METHOD(TApp, "OneFlagShort", "[app]") {
90 TEST_CASE_METHOD(TApp, "CountNonExist", "[app]") {
97 TEST_CASE_METHOD(TApp, "OneFlagLong", "[app]") {
181 TEST_CASE_METHOD(TApp, "OneFlagRef", "[app]") {
252 TEST_CASE_METHOD(TApp, "OneString", "[app]") {
465 TEST_CASE_METHOD(TApp, "SepInt", "[app]") {
765 TEST_CASE_METHOD(TApp, "JoinOpt", "[app]") {
777 TEST_CASE_METHOD(TApp, "JoinOpt2", "[app]") {
1479 TEST_CASE_METHOD(TApp, "Reset", "[app]") {
1780 TEST_CASE_METHOD(TApp, "Env", "[app]") {
[all …]
H A DCreationTest.cpp10 TEST_CASE_METHOD(TApp, "AddingExistingShort", "[creation]") {
18 TEST_CASE_METHOD(TApp, "AddingExistingLong", "[creation]") {
38 TEST_CASE_METHOD(TApp, "AddingExistingWithCase", "[creation]") {
95 TEST_CASE_METHOD(TApp, "RecoverSubcommands", "[creation]") {
227 TEST_CASE_METHOD(TApp, "CheckName", "[creation]") {
255 TEST_CASE_METHOD(TApp, "CheckNameNoCase", "[creation]") {
345 TEST_CASE_METHOD(TApp, "PreSpaces", "[creation]") {
354 TEST_CASE_METHOD(TApp, "AllSpaces", "[creation]") {
422 TEST_CASE_METHOD(TApp, "GetNameCheck", "[creation]") {
503 TEST_CASE_METHOD(TApp, "SubcommandMinMax", "[creation]") {
[all …]
H A DOptionTypeTest.cpp22 TEST_CASE_METHOD(TApp, "OneStringAgain", "[optiontype]") {
42 TEST_CASE_METHOD(TApp, "doubleFunction", "[optiontype]") {
170 TEST_CASE_METHOD(TApp, "BoolOption", "[optiontype]") {
216 TEST_CASE_METHOD(TApp, "CharOption", "[optiontype]") {
272 TEST_CASE_METHOD(TApp, "mapInput", "[optiontype]") {
304 TEST_CASE_METHOD(TApp, "pair_check", "[optiontype]") {
736 TApp tapp;
764 TApp tapp;
783 TApp_container_tuple() : TApp() {} in TApp_container_tuple()
796 TApp tapp;
[all …]
H A DSetTest.cpp34 TEST_CASE_METHOD(TApp, "SimpleMaps", "[set]") {
46 TEST_CASE_METHOD(TApp, "StringStringMap", "[set]") {
80 TEST_CASE_METHOD(TApp, "EnumMap", "[set]") {
94 TEST_CASE_METHOD(TApp, "EnumCMap", "[set]") {
106 TEST_CASE_METHOD(TApp, "structMap", "[set]") {
183 TEST_CASE_METHOD(TApp, "NonCopyableMap", "[set]") {
255 TEST_CASE_METHOD(TApp, "SimpleSets", "[set]") {
327 TEST_CASE_METHOD(TApp, "OtherTypeSets", "[set]") {
401 TEST_CASE_METHOD(TApp, "InSet", "[set]") {
451 TEST_CASE_METHOD(TApp, "InIntSet", "[set]") {
[all …]
H A DNewParseTest.cpp16 TEST_CASE_METHOD(TApp, "ComplexOption", "[newparse]") {
36 TEST_CASE_METHOD(TApp, "ComplexFloatOption", "[newparse]") {
231 TEST_CASE_METHOD(TApp, "stringWrapper", "[newparse]") {
250 TEST_CASE_METHOD(TApp, "doubleWrapper", "[newparse]") {
273 TEST_CASE_METHOD(TApp, "intWrapper", "[newparse]") {
294 TEST_CASE_METHOD(TApp, "floatWrapper", "[newparse]") {
323 TEST_CASE_METHOD(TApp, "dobjWrapper", "[newparse]") {
369 TEST_CASE_METHOD(TApp, "uint16Wrapper", "[newparse]") {
401 TEST_CASE_METHOD(TApp, "wrapperInt", "[newparse]") {
410 TEST_CASE_METHOD(TApp, "wrapperString", "[newparse]") {
[all …]
H A DConfigFileTest.cpp637 TEST_CASE_METHOD(TApp, "MultiConfig", "[config]") {
737 TEST_CASE_METHOD(TApp, "IniOverwrite", "[config]") {
759 TEST_CASE_METHOD(TApp, "IniRequired", "[config]") {
909 TEST_CASE_METHOD(TApp, "IniVector", "[config]") {
931 TEST_CASE_METHOD(TApp, "TOMLVector", "[config]") {
1082 TEST_CASE_METHOD(TApp, "IniLayered", "[config]") {
1294 TEST_CASE_METHOD(TApp, "IniSection", "[config]") {
1318 TEST_CASE_METHOD(TApp, "IniSection2", "[config]") {
1535 TEST_CASE_METHOD(TApp, "IniFailure", "[config]") {
1670 TEST_CASE_METHOD(TApp, "IniShort", "[config]") {
[all …]
H A DOptionalTest.cpp65 TEST_CASE_METHOD(TApp, "StdOptionalTest", "[optional]") {
99 TEST_CASE_METHOD(TApp, "StdOptionalComplexDirect", "[optional]") {
120 TEST_CASE_METHOD(TApp, "StdOptionalUint", "[optional]") {
140 TEST_CASE_METHOD(TApp, "ExperimentalOptionalTest", "[optional]") {
160 TEST_CASE_METHOD(TApp, "BoostOptionalTest", "[optional]") {
177 TEST_CASE_METHOD(TApp, "BoostOptionalTestZarg", "[optional]") {
193 TEST_CASE_METHOD(TApp, "BoostOptionalint64Test", "[optional]") {
210 TEST_CASE_METHOD(TApp, "BoostOptionalStringTest", "[optional]") {
230 TEST_CASE_METHOD(TApp, "BoostOptionalEnumTest", "[optional]") {
255 TEST_CASE_METHOD(TApp, "BoostOptionalVector", "[optional]") {
[all …]
H A DTransformTest.cpp23 TEST_CASE_METHOD(TApp, "SimpleTransform", "[transform]") {
33 TEST_CASE_METHOD(TApp, "SimpleTransformInitList", "[transform]") {
53 TEST_CASE_METHOD(TApp, "EnumTransform", "[transform]") {
82 TEST_CASE_METHOD(TApp, "EnumCheckedTransform", "[transform]") {
150 TEST_CASE_METHOD(TApp, "SimpleTransformFn", "[transform]") {
233 TEST_CASE_METHOD(TApp, "EnumTransformFn", "[transform]") {
343 TEST_CASE_METHOD(TApp, "TransformCascade", "[transform]") {
410 TEST_CASE_METHOD(TApp, "IntTransformFn", "[transform]") {
528 TEST_CASE_METHOD(TApp, "BoundTests", "[transform]") {
856 TEST_CASE_METHOD(TApp, "duration_test", "[transform]") {
[all …]
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonz/
H A Dvcrcommand.cpp55 int row = TApp::instance()->getCurrentFrame()->getFrame(); in execute()
65 TApp::instance()->getCurrentFrame()->setFrame(row); in execute()
81 int row = TApp::instance()->getCurrentFrame()->getFrame(); in execute()
100 TApp::instance()->getCurrentFrame()->setFrame(row); in execute()
112 int row = TApp::instance()->getCurrentFrame()->getFrame(); in execute()
115 TApp::instance()->getCurrentFrame()->setFrame(row + step); in execute()
126 int row = TApp::instance()->getCurrentFrame()->getFrame(); in execute()
140 int row = TApp::instance()->getCurrentFrame()->getFrame(); in execute()
146 TApp::instance()->getCurrentFrame()->setFrame(newFrame); in execute()
163 if (!panel) panel = TApp::instance()->getActiveViewer(); in execute()
[all …]
H A Dtapp.cpp69 return TApp::instance() in getCurrentCameraSize()
78 TPointD dpi = TApp::instance() in getCurrentDpi()
92 TApp::TApp() in TApp() function in TApp
215 TApp *TApp::instance() { in instance()
216 static TApp _instance; in instance()
222 TApp::~TApp() {} in ~TApp()
226 void TApp::init() { in init()
246 void TApp::writeSettings() { in writeSettings()
341 void TApp::updateXshLevel() { in updateXshLevel()
501 void TApp::onFxSwitched() { in onFxSwitched()
[all …]
H A Dcellselectioncommand.cpp414 TApp *app = TApp::instance(); in undo()
516 TApp *app = TApp::instance(); in undo()
619 TApp *app = TApp::instance(); in undo()
653 TApp *app = TApp::instance(); in redo()
830 TApp *app = TApp::instance(); in ResetStepUndo()
865 TApp *app = TApp::instance(); in undo()
964 TApp *app = TApp::instance(); in undo()
1089 TApp *app = TApp::instance(); in undo()
1160 TApp *app = TApp::instance(); in redo()
1233 TApp *app = TApp::instance(); in setKeyframes()
[all …]
H A Dfilmstripselection.cpp48 TXshSimpleLevel *sl = TApp::instance()->getCurrentLevel()->getSimpleLevel(); in enableCommands()
113 TXshSimpleLevel *sl = TApp::instance()->getCurrentLevel()->getSimpleLevel(); in updateInbetweenRange()
135 TApp *app = TApp::instance(); in select()
166 TXshSimpleLevel *sl = TApp::instance()->getCurrentLevel()->getSimpleLevel(); in selectNone()
173 TXshSimpleLevel *sl = TApp::instance()->getCurrentLevel()->getSimpleLevel(); in selectAll()
180 TTool *tool = TApp::instance()->getCurrentTool()->getTool(); in selectAll()
192 TXshSimpleLevel *sl = TApp::instance()->getCurrentLevel()->getSimpleLevel(); in invertSelection()
204 TTool *tool = TApp::instance()->getCurrentTool()->getTool(); in invertSelection()
215 TXshSimpleLevel *sl = TApp::instance()->getCurrentLevel()->getSimpleLevel(); in addFrames()
248 TApp::instance()->getCurrentFrame()->setFid(fId); in cutFrames()
[all …]
H A Dscenesettingspopup.cpp85 : QDialog(TApp::instance()->getMainWindow()) { in SceneSettingsPopup()
268 TApp::instance()->getCurrentScene()->notifySceneChanged(); in onFrameRateEditingFinished()
270 TApp::instance()->getCurrentXsheet()->notifyXsheetChanged(); in onFrameRateEditingFinished()
281 TApp::instance()->getCurrentScene()->notifySceneChanged(); in onFieldGuideSizeEditingFinished()
293 TApp::instance()->getCurrentScene()->notifySceneChanged(); in onFieldGuideAspectRatioEditingFinished()
306 TApp::instance()->getCurrentScene()->notifySceneChanged(); in onFullColorSubsampEditingFinished()
319 TApp::instance()->getCurrentScene()->notifySceneChanged(); in onTlvSubsampEditingFinished()
334 TApp::instance()->getCurrentScene()->notifySceneChanged(); in onMakerIntervalEditingFinished()
349 TApp::instance()->getCurrentScene()->notifySceneChanged(); in onStartFrameEditingFinished()
360 TApp::instance()->getCurrentScene()->notifySceneChanged(); in setBgColor()
[all …]
H A Dcamerasettingspopup.cpp65 TXsheet *xsheet = TApp::instance()->getCurrentXsheet()->getXsheet(); in execute()
67 TApp::instance()->getCurrentObject()->getObjectId(); in execute()
82 : QDialog(TApp::instance()->getMainWindow()) { in CameraSettingsPopup()
125 TApp::instance()->getCurrentLevel()->getLevel()); in showEvent()
127 TSceneHandle *sceneHandle = TApp::instance()->getCurrentScene(); in showEvent()
130 TXshLevelHandle *levelHandle = TApp::instance()->getCurrentLevel(); in showEvent()
223 TApp::instance()->getCurrentScene()->notifySceneChanged(); in onChanged()
224 TApp::instance()->getCurrentXsheet()->notifyXsheetChanged(); in onChanged()
237 TApp::instance()->getCurrentScene()->notifySceneChanged(); in onNameChanged()
238 TApp::instance()->getCurrentXsheet()->notifyXsheetChanged(); in onNameChanged()
[all …]
H A Dkeyframeselection.cpp97 TApp *app = TApp::instance(); in deleteKeyframesWithoutUndo()
166 TApp::instance()->getCurrentXsheet()->notifyXsheetChanged(); in undo()
173 TApp::instance()->getCurrentXsheet()->notifyXsheetChanged(); in redo()
305 TApp *app = TApp::instance(); in unselectLockedColumn()
335 TApp *app = TApp::instance(); in setKeyframes()
360 TApp::instance()->getCurrentScene()->setDirtyFlag(true); in setKeyframes()
464 TApp::instance()->getCurrentScene()->setDirtyFlag(true); in pasteKeyframesWithShift()
465 TApp::instance()->getCurrentXsheet()->notifyXsheetChanged(); in pasteKeyframesWithShift()
491 TApp::instance()->getCurrentScene()->setDirtyFlag(true); in deleteKeyframesWithShift()
492 TApp::instance()->getCurrentXsheet()->notifyXsheetChanged(); in deleteKeyframesWithShift()
[all …]
H A Dxsheetcmd.cpp85 TApp *app = TApp::instance(); in getColumns()
965 TApp *app = TApp::instance(); in undo()
972 TApp *app = TApp::instance(); in redo()
1080 TApp *app = TApp::instance(); in execute()
1524 TApp *app = TApp::instance(); in execute()
1572 TApp *app = TApp::instance(); in execute()
1616 TApp *app = TApp::instance(); in execute()
1657 TApp *app = TApp::instance(); in execute()
1702 TApp *app = TApp::instance(); in execute()
1758 TApp *app = TApp::instance(); in execute()
[all …]
H A Dtoolbar.cpp93 TApp *app = TApp::instance(); in updateToolbar()
167 ToolHandle *toolHandle = TApp::instance()->getCurrentTool(); in updateToolbar()
239 TColumnHandle *columnHandle = TApp::instance()->getCurrentColumn(); in showEvent()
243 TFrameHandle *frameHandle = TApp::instance()->getCurrentFrame(); in showEvent()
247 TXsheetHandle *xsheetHandle = TApp::instance()->getCurrentXsheet(); in showEvent()
250 connect(TApp::instance()->getCurrentTool(), SIGNAL(toolSwitched()), in showEvent()
257 connect(TApp::instance()->getCurrentScene(), in showEvent()
265 disconnect(TApp::instance()->getCurrentLevel(), 0, this, 0); in hideEvent()
269 disconnect(TApp::instance()->getCurrentColumn(), in hideEvent()
280 disconnect(TApp::instance()->getCurrentScene(), in hideEvent()
[all …]
H A Dstudiopalettecmd.cpp50 TApp::instance()->getCurrentPalette()->notifyPaletteChanged(); in undo()
54 TApp::instance()->getCurrentPalette()->notifyPaletteChanged(); in redo()
81 TApp::instance()->getCurrentPalette()->notifyPaletteChanged(); in undo()
86 TApp::instance()->getCurrentPalette()->notifyPaletteChanged(); in redo()
210 TApp::instance()->getCurrentScene()->setDirtyFlag(true); in loadIntoCurrentPalette()
220 TApp *app = TApp::instance(); in loadIntoCurrentPalette()
272 TApp *app = TApp::instance(); in mergeIntoCurrentPalette()
309 : TApp::instance() in replaceWithCurrentPalette()
341 TPalette *current = TApp::instance() in loadIntoCleanupPalette()
368 TPalette *current = TApp::instance() in replaceWithCleanupPalette()
[all …]
H A Dcellselection.cpp417 TApp::instance()->getCurrentScene()->setDirtyFlag(true); in redo()
427 TApp::instance()->getCurrentScene()->setDirtyFlag(true); in undo()
439 TApp *app = TApp::instance(); in pasteStrokesInCellWithoutUndo()
564 TApp::instance() in undo()
603 TApp *app = TApp::instance(); in pasteRasterImageInCellWithoutUndo()
1113 TApp *app = TApp::instance(); in renameCellsWithoutUndo()
3224 TApp *app = TApp::instance(); in CreateLevelUndo()
3233 TApp *app = TApp::instance(); in undo()
3258 TApp *app = TApp::instance(); in redo()
3425 TApp *app = TApp::instance(); in convertToToonzRaster()
[all …]
H A Dtimestretchpopup.cpp82 TApp *app = TApp::instance(); in undo()
124 TApp *app = TApp::instance(); in redo()
151 TApp::instance()->getCurrentSelection()->getSelection()); in timeStretch()
162 TXsheet *xsheet = TApp::instance()->getCurrentXsheet()->getXsheet(); in timeStretch()
193 TApp::instance()->getCurrentScene()->setDirtyFlag(true); in timeStretch()
194 TApp::instance()->getCurrentXsheet()->notifyXsheetChanged(); in timeStretch()
195 TApp::instance()->getCurrentXsheet()->notifyXsheetSoundChanged(); in timeStretch()
255 TXsheetHandle *xsheetHandle = TApp::instance()->getCurrentXsheet(); in showEvent()
271 TXsheetHandle *xsheetHandle = TApp::instance()->getCurrentXsheet(); in hideEvent()
280 updateValues(TApp::instance()->getCurrentSelection()->getSelection()); in updateValues()
[all …]
H A Dlevelcommand.cpp47 TApp::instance()->getCurrentScene()->notifyCastChange(); in undo()
52 TApp::instance()->getCurrentScene()->notifyCastChange(); in redo()
74 TApp *app = TApp::instance(); in execute()
99 TApp::instance()->getCurrentXsheet()->notifyXsheetChanged(); in execute()
100 TApp::instance()->getCurrentScene()->notifyCastChange(); in execute()
116 TApp *app = TApp::instance(); in removeLevel()
147 TApp::instance()->getCurrentXsheet()->notifyXsheetChanged(); in execute()
148 TApp::instance()->getCurrentScene()->notifyCastChange(); in execute()
313 TApp *app = TApp::instance(); in revertTo()
449 TApp::instance()->getCurrentScene()->notifyCastChange(); in undo()
[all …]
H A Dlevelsettingspopup.cpp153 TApp::instance()->getCurrentScene()->notifyCastChange(); in setName()
171 TApp::instance() in setPath()
183 TApp::instance() in setPath()
204 TApp::instance()->getCurrentScene()->setDirtyFlag(true); in setDpiType()
222 TApp::instance() in setSubsampling()
546 connect(TApp::instance()->getCurrentSelection(), in showEvent()
575 disconnect(TApp::instance()->getCurrentSelection(), in hideEvent()
764 TApp *app = TApp::instance(); in updateLevelSettings()
1086 TApp::instance() in onPathChanged()
1098 TApp::instance() in onPathChanged()
[all …]
H A Dsceneviewer.cpp896 TApp *app = TApp::instance(); in setReferenceMode()
927 TApp *app = TApp::instance(); in enablePreview()
1019 TApp *app = TApp::instance(); in showEvent()
1107 TApp *app = TApp::instance(); in hideEvent()
1284 TApp *app = TApp::instance(); in drawBuildVars()
1354 TApp *app = TApp::instance(); in drawBackground()
1525 TApp *app = TApp::instance(); in drawPreview()
1585 TApp *app = TApp::instance(); in drawOverlay()
1931 TApp *app = TApp::instance(); in drawScene()
2774 TApp *app = TApp::instance(); in setActualPixelSize()
[all …]
H A Dduplicatepopup.cpp61 TApp *app = TApp::instance(); in undo()
72 TApp *app = TApp::instance(); in redo()
91 : QDialog(TApp::instance()->getMainWindow()), m_count(0), m_upTo(0) { in DuplicatePopup()
142 ret = ret && connect(TApp::instance()->getCurrentSelection(), in DuplicatePopup()
152 TApp::instance()->getCurrentSelection()->getSelection()); in onApplyPressed()
163 TApp *app = TApp::instance(); in onApplyPressed()
167 TApp::instance()->getCurrentScene()->setDirtyFlag(true); in onApplyPressed()
168 TApp::instance()->getCurrentXsheet()->notifyXsheetChanged(); in onApplyPressed()
208 TApp::instance()->getCurrentSelection()->getSelection()); in updateValues()
H A Dviewerpane.cpp125 TApp *app = TApp::instance(); in SceneViewerPanel()
266 TApp *app = TApp::instance(); in onDrawFrame()
310 TApp *app = TApp::instance(); in showEvent()
363 TApp *app = TApp::instance(); in hideEvent()
593 TApp *app = TApp::instance(); in changeWindowTitle()
666 TFrameHandle *fh = TApp::instance()->getCurrentFrame(); in updateFrameRange()
678 TFrameHandle *fh = TApp::instance()->getCurrentFrame(); in updateFrameMarkers()
692 TApp *app = TApp::instance(); in onSceneChanged()
696 m_flipConsole->setFrameRate(TApp::instance() in onSceneChanged()
720 m_flipConsole->setFrameRate(TApp::instance() in onSceneSwitched()
[all …]

12345678910