Home
last modified time | relevance | path

Searched refs:m_app (Results 1 – 25 of 394) sorted by relevance

12345678910>>...16

/dports/audio/kid3-qt5/kid3-3.8.6/src/core/model/
H A Dscriptinterface.cpp76 m_app->unloadAllTags(); in unloadAllTags()
250 m_app->selectAllFiles(); in selectAll()
258 m_app->deselectAllFiles(); in deselectAll()
318 return m_app->nextFile(true); in selectNextFile()
371 m_app->applyTagFormat(); in applyTagFormat()
379 m_app->applyTextEncoding(); in applyTextEncoding()
443 m_app->convertToId3v24(); in convertToId3v24()
451 m_app->convertToId3v23(); in convertToId3v23()
461 return m_app->getDirPath(); in getDirectoryName()
666 m_app->readConfig(); in reparseConfiguration()
[all …]
/dports/audio/kid3-kf5/kid3-3.8.6/src/core/model/
H A Dscriptinterface.cpp76 m_app->unloadAllTags(); in unloadAllTags()
250 m_app->selectAllFiles(); in selectAll()
258 m_app->deselectAllFiles(); in deselectAll()
318 return m_app->nextFile(true); in selectNextFile()
371 m_app->applyTagFormat(); in applyTagFormat()
379 m_app->applyTextEncoding(); in applyTextEncoding()
443 m_app->convertToId3v24(); in convertToId3v24()
451 m_app->convertToId3v23(); in convertToId3v23()
461 return m_app->getDirPath(); in getDirectoryName()
666 m_app->readConfig(); in reparseConfiguration()
[all …]
/dports/net-p2p/minder/minder-2.0.2/
H A DMyHandler.cpp55 for (app_m::iterator it = m_app.begin(); it != m_app.end() && ok; it++) in CheckTimeout()
73 for (host_v::iterator it = m_app[app].begin(); it != m_app[app].end(); it++) in reg_host()
105 for (host_v::iterator it = m_app[app].begin(); it != m_app[app].end(); it++) in unreg_host()
111 m_app[app].erase(it); in unreg_host()
124 for (host_v::iterator it = m_app[app].begin(); it != m_app[app].end(); it++) in GetRandomHOST()
148 p = m_app[app][x]; in GetRandomHOST()
155 if (m_app[app].size()) in GetRandomHOST()
158 return m_app[app][rand() % m_app[app].size()]; in GetRandomHOST()
160 return m_app[app][random() % m_app[app].size()]; in GetRandomHOST()
170 for (host_v::iterator it = m_app[app].begin(); it != m_app[app].end(); it++) in reset_sent()
[all …]
/dports/audio/kid3-kf5/kid3-3.8.6/src/gui/forms/
H A Dbasemainwindow.cpp146 m_app, in BaseMainWindowImpl()
241 m_app->saveConfig(); in saveOptions()
249 m_app->readConfig(); in readOptions()
346 m_app->deleteAudioPlayer(); in saveDirectory()
397 m_app->saveDirectory(); in saveDirectory()
420 if(m_app->isModified() && !m_app->getDirName().isEmpty()) in saveModified()
484 m_app->getSettings()->sync(); in cleanup()
1199 m_app->playAudio(); in slotPlayAudio()
1241 if (m_app->isFiltered()) { in updateWindowCaption()
1243 .arg(m_app->filterPassedCount()).arg(m_app->filterTotalCount()); in updateWindowCaption()
[all …]
/dports/audio/kid3-qt5/kid3-3.8.6/src/gui/forms/
H A Dbasemainwindow.cpp146 m_app, in BaseMainWindowImpl()
241 m_app->saveConfig(); in saveOptions()
249 m_app->readConfig(); in readOptions()
346 m_app->deleteAudioPlayer(); in saveDirectory()
397 m_app->saveDirectory(); in saveDirectory()
420 if(m_app->isModified() && !m_app->getDirName().isEmpty()) in saveModified()
484 m_app->getSettings()->sync(); in cleanup()
1199 m_app->playAudio(); in slotPlayAudio()
1241 if (m_app->isFiltered()) { in updateWindowCaption()
1243 .arg(m_app->filterPassedCount()).arg(m_app->filterTotalCount()); in updateWindowCaption()
[all …]
/dports/devel/bullet/bullet3-3.21/examples/RenderingExamples/
H A DCoordinateSystemDemo.cpp12 CommonGraphicsApp* m_app; member in CoordinateSystemDemo
19 : m_app(app), in CoordinateSystemDemo()
24 m_app->setUpAxis(2); in CoordinateSystemDemo()
27 int boxId = m_app->registerCubeShape(0.1, 0.1, 0.1); in CoordinateSystemDemo()
35 m_app->m_renderer->writeTransforms(); in CoordinateSystemDemo()
55 m_app->m_renderer->renderScene(); in renderScene()
56 m_app->drawText3D("X", 1, 0, 0, 1); in renderScene()
57 m_app->drawText3D("Y", 0, 1, 0, 1); in renderScene()
58 m_app->drawText3D("Z", 0, 0, 1, 1); in renderScene()
141 if (m_app->m_renderer && m_app->m_renderer->getActiveCamera()) in resetCamera()
[all …]
H A DRenderInstancingDemo.cpp14 CommonGraphicsApp* m_app; member in RenderInstancingDemo
27 : m_app(app), in RenderInstancingDemo()
32 m_app->setUpAxis(2); in RenderInstancingDemo()
36 extents[m_app->getUpAxis()] = 1; in RenderInstancingDemo()
43 m_app->registerGrid(xres, yres, color0, color1); in RenderInstancingDemo()
47 int boxId = m_app->registerCubeShape(0.1, 0.1, 0.1); in RenderInstancingDemo()
64 m_app->m_renderer->writeTransforms(); in RenderInstancingDemo()
90 pos[m_app->getUpAxis()] = 1 + 1 * b3Sin(m_x + i - j); in stepSimulation()
95 m_app->m_renderer->writeTransforms(); in stepSimulation()
99 m_app->m_renderer->renderScene(); in renderScene()
[all …]
H A DDynamicTexturedCubeDemo.cpp22 CommonGraphicsApp* m_app; member in DynamicTexturedCubeDemo
35 : m_app(app), in DynamicTexturedCubeDemo()
38 m_app->setUpAxis(2); in DynamicTexturedCubeDemo()
42 extents[m_app->getUpAxis()] = 1; in DynamicTexturedCubeDemo()
49 m_app->registerGrid(xres, yres, color0, color1); in DynamicTexturedCubeDemo()
59 m_tinyVrGUI = new TinyVRGui(comboParams, m_app->m_renderer); in DynamicTexturedCubeDemo()
62 m_app->m_renderer->writeTransforms(); in DynamicTexturedCubeDemo()
88 m_app->m_renderer->writeTransforms(); in stepSimulation()
92 m_app->m_renderer->renderScene(); in renderScene()
117 if (m_app->m_renderer && m_app->m_renderer->getActiveCamera()) in resetCamera()
[all …]
/dports/devel/py-bullet3/bullet3-3.21/examples/RenderingExamples/
H A DCoordinateSystemDemo.cpp12 CommonGraphicsApp* m_app; member in CoordinateSystemDemo
19 : m_app(app), in CoordinateSystemDemo()
24 m_app->setUpAxis(2); in CoordinateSystemDemo()
27 int boxId = m_app->registerCubeShape(0.1, 0.1, 0.1); in CoordinateSystemDemo()
35 m_app->m_renderer->writeTransforms(); in CoordinateSystemDemo()
55 m_app->m_renderer->renderScene(); in renderScene()
56 m_app->drawText3D("X", 1, 0, 0, 1); in renderScene()
57 m_app->drawText3D("Y", 0, 1, 0, 1); in renderScene()
58 m_app->drawText3D("Z", 0, 0, 1, 1); in renderScene()
141 if (m_app->m_renderer && m_app->m_renderer->getActiveCamera()) in resetCamera()
[all …]
H A DRenderInstancingDemo.cpp14 CommonGraphicsApp* m_app; member in RenderInstancingDemo
27 : m_app(app), in RenderInstancingDemo()
32 m_app->setUpAxis(2); in RenderInstancingDemo()
36 extents[m_app->getUpAxis()] = 1; in RenderInstancingDemo()
43 m_app->registerGrid(xres, yres, color0, color1); in RenderInstancingDemo()
47 int boxId = m_app->registerCubeShape(0.1, 0.1, 0.1); in RenderInstancingDemo()
64 m_app->m_renderer->writeTransforms(); in RenderInstancingDemo()
90 pos[m_app->getUpAxis()] = 1 + 1 * b3Sin(m_x + i - j); in stepSimulation()
95 m_app->m_renderer->writeTransforms(); in stepSimulation()
99 m_app->m_renderer->renderScene(); in renderScene()
[all …]
H A DDynamicTexturedCubeDemo.cpp22 CommonGraphicsApp* m_app; member in DynamicTexturedCubeDemo
35 : m_app(app), in DynamicTexturedCubeDemo()
38 m_app->setUpAxis(2); in DynamicTexturedCubeDemo()
42 extents[m_app->getUpAxis()] = 1; in DynamicTexturedCubeDemo()
49 m_app->registerGrid(xres, yres, color0, color1); in DynamicTexturedCubeDemo()
59 m_tinyVrGUI = new TinyVRGui(comboParams, m_app->m_renderer); in DynamicTexturedCubeDemo()
62 m_app->m_renderer->writeTransforms(); in DynamicTexturedCubeDemo()
88 m_app->m_renderer->writeTransforms(); in stepSimulation()
92 m_app->m_renderer->renderScene(); in renderScene()
117 if (m_app->m_renderer && m_app->m_renderer->getActiveCamera()) in resetCamera()
[all …]
/dports/finance/kmymoney/kmymoney-5.1.1/kmymoney/plugins/interfaces/
H A Dkmmappinterface.cpp34 m_app(app) in KMMAppInterface()
41 return m_app->fileOpen(); in fileOpen()
46 return m_app->isDatabase(); in isDatabase()
51 return m_app->isNativeFile(); in isNativeFile()
56 return m_app->filenameURL(); in filenameURL()
61 m_app->writeFilenameURL(url); in writeFilenameURL()
66 return m_app->lastOpenedURL(); in lastOpenedURL()
76 m_app->slotFileOpenRecent(url); in slotFileOpenRecent()
81 m_app->addToRecentFiles(url); in addToRecentFiles()
86 return m_app->progressCallback(); in progressCallback()
[all …]
/dports/databases/pgadmin3/pgadmin3-1.22.2/pgadmin/pgscript/statements/
H A DpgsStmtList.cpp52 if (m_app != 0 && m_app->TestDestroy()) in eval()
60 if (m_app != 0) in eval()
62 m_app->LockOutput(); in eval()
70 if (m_app != 0) in eval()
72 m_app->UnlockOutput(); in eval()
81 if (m_app != 0) in eval()
83 m_app->LockOutput(); in eval()
92 if (m_app != 0) in eval()
94 m_app->UnlockOutput(); in eval()
100 if (m_app != 0) in eval()
[all …]
/dports/devel/bullet/bullet3-3.21/examples/Collision/
H A DCollisionTutorialBullet2.cpp55 CommonGraphicsApp* m_app; member in CollisionTutorialBullet2
69 : m_app(guiHelper->getAppInterface()), in CollisionTutorialBullet2()
79 m_app->setUpAxis(1); in CollisionTutorialBullet2()
228 m_app->m_renderer->writeTransforms(); in CollisionTutorialBullet2()
301 if (m_app && m_app->m_renderer) in renderScene()
303 m_app->m_renderer->renderScene(); in renderScene()
305 m_app->m_renderer->clearZBuffer(); in renderScene()
307 m_app->drawText3D("X", 1, 0, 0, 1); in renderScene()
308 m_app->drawText3D("Y", 0, 1, 0, 1); in renderScene()
309 m_app->drawText3D("Z", 0, 0, 1, 1); in renderScene()
[all …]
/dports/devel/py-bullet3/bullet3-3.21/examples/Collision/
H A DCollisionTutorialBullet2.cpp55 CommonGraphicsApp* m_app; member in CollisionTutorialBullet2
69 : m_app(guiHelper->getAppInterface()), in CollisionTutorialBullet2()
79 m_app->setUpAxis(1); in CollisionTutorialBullet2()
228 m_app->m_renderer->writeTransforms(); in CollisionTutorialBullet2()
301 if (m_app && m_app->m_renderer) in renderScene()
303 m_app->m_renderer->renderScene(); in renderScene()
305 m_app->m_renderer->clearZBuffer(); in renderScene()
307 m_app->drawText3D("X", 1, 0, 0, 1); in renderScene()
308 m_app->drawText3D("Y", 0, 1, 0, 1); in renderScene()
309 m_app->drawText3D("Z", 0, 0, 1, 1); in renderScene()
[all …]
/dports/math/libflame/libflame-5.2.0/src/lapack/util/app/givens/rf/flamec/
H A DFLA_Apply_G_rf_asm_var3b.c167 int m_app; in FLA_Apply_G_rf_asd_var3b() local
224 m_app = max( m_app, 0 ); in FLA_Apply_G_rf_asd_var3b()
231 MAC_Apply_G_mx2_asd( m_app, in FLA_Apply_G_rf_asd_var3b()
290 m_app = max( m_app, 0 ); in FLA_Apply_G_rf_asd_var3b()
293 MAC_Apply_G_mx2_asd( m_app, in FLA_Apply_G_rf_asd_var3b()
337 m_app = max( m_app, 0 ); in FLA_Apply_G_rf_asd_var3b()
408 m_app = max( m_app, 0 ); in FLA_Apply_G_rf_asd_var3b()
412 MAC_Apply_G_mx2_asd( m_app, in FLA_Apply_G_rf_asd_var3b()
459 m_app = m_A; in FLA_Apply_G_rf_asd_var3b()
502 m_app = m_A; in FLA_Apply_G_rf_asd_var3b()
[all …]
H A DFLA_Apply_G_rf_asm_var6b.c157 int m_app; in FLA_Apply_G_rf_asd_var6b() local
201 m_app = max( m_app, 0 ); in FLA_Apply_G_rf_asd_var6b()
207 MAC_Apply_G_mx2_asd( m_app, in FLA_Apply_G_rf_asd_var6b()
217 MAC_Apply_G_mx2_asd( m_app, in FLA_Apply_G_rf_asd_var6b()
249 m_app = max( m_app, 0 ); in FLA_Apply_G_rf_asd_var6b()
252 MAC_Apply_G_mx2_asd( m_app, in FLA_Apply_G_rf_asd_var6b()
285 m_app = max( m_app, 0 ); in FLA_Apply_G_rf_asd_var6b()
291 MAC_Apply_G_mx2_asd( m_app, in FLA_Apply_G_rf_asd_var6b()
333 m_app = max( m_app, 0 ); in FLA_Apply_G_rf_asd_var6b()
368 m_app = m_A; in FLA_Apply_G_rf_asd_var6b()
[all …]
/dports/x11/plasma5-plasma-workspace/plasma-workspace-5.23.5/dataengines/apps/
H A Dappsource.cpp16 , m_app() in AppSource()
27 , m_app(app) in AppSource()
30 setObjectName(m_app->storageId()); in AppSource()
46 return m_app; in getApp()
83 setData(QStringLiteral("iconName"), m_app->icon()); in updateApp()
84 setData(QStringLiteral("name"), m_app->name()); in updateApp()
86 setData(QStringLiteral("menuId"), m_app->menuId()); in updateApp()
87 setData(QStringLiteral("entryPath"), m_app->entryPath()); in updateApp()
88 setData(QStringLiteral("comment"), m_app->comment()); in updateApp()
89 setData(QStringLiteral("keywords"), m_app->keywords()); in updateApp()
[all …]
/dports/editors/kate/kate-21.12.3/kate/
H A Dkateappadaptor.cpp27 , m_app(app) in KateAppAdaptor()
33 KateMainWindow *win = m_app->activeKateMainWindow(); in activate()
52 return m_app->openUrl(QUrl(url), encoding, false); in openUrl()
59 return m_app->openUrl(QUrl(url), encoding, isTempFile); in openUrl()
64 return m_app->isOnActivity(activity); in isOnActivity()
70 KTextEditor::Document *doc = m_app->openDocUrl(QUrl(url), encoding, false); in tokenOpenUrl()
94 m_app->setCursor(line, column); in tokenOpenUrlAt()
101 return m_app->setCursor(line, column); in setCursor()
106 return m_app->openInput(text, encoding); in openInput()
111 return m_app->sessionManager()->activateSession(session); in activateSession()
[all …]
/dports/science/chrono/chrono-7.0.1/src/chrono_vehicle/driver/
H A DChIrrGuiDriver.cpp42 m_app(app), in ChIrrGuiDriver()
120 if (m_app.m_vehicle->GetPowertrain()) { in OnEvent()
189 m_time_shift = m_app.m_vehicle->GetSystem()->GetChTime(); in OnEvent()
194 if (m_mode == KEYBOARD && m_app.m_vehicle->GetPowertrain()) in OnEvent()
198 if (m_mode == KEYBOARD && m_app.m_vehicle->GetPowertrain()) in OnEvent()
202 if (m_mode == KEYBOARD && m_app.m_vehicle->GetPowertrain()) in OnEvent()
221 if (m_mode == KEYBOARD && m_app.m_vehicle->GetPowertrain()) in OnEvent()
222 m_app.m_vehicle->GetPowertrain()->ShiftUp(); in OnEvent()
225 if (m_mode == KEYBOARD && m_app.m_vehicle->GetPowertrain()) in OnEvent()
226 m_app.m_vehicle->GetPowertrain()->ShiftDown(); in OnEvent()
[all …]
/dports/net-p2p/bitcoin-utils/bitcoin-22.0/src/qt/test/
H A Dapptests.cpp72 m_app.parameterSetup(); in appTests()
73 m_app.createOptionsModel(true /* reset settings */); in appTests()
75 m_app.setupPlatformStyle(); in appTests()
76 m_app.createWindow(style.data()); in appTests()
77 connect(&m_app, &BitcoinApplication::windowShown, this, &AppTests::guiTests); in appTests()
79 m_app.baseInitialize(); in appTests()
80 m_app.requestInitialize(); in appTests()
81 m_app.exec(); in appTests()
82 m_app.requestShutdown(); in appTests()
83 m_app.exec(); in appTests()
[all …]
/dports/net-p2p/bitcoin/bitcoin-22.0/src/qt/test/
H A Dapptests.cpp72 m_app.parameterSetup(); in appTests()
73 m_app.createOptionsModel(true /* reset settings */); in appTests()
75 m_app.setupPlatformStyle(); in appTests()
76 m_app.createWindow(style.data()); in appTests()
77 connect(&m_app, &BitcoinApplication::windowShown, this, &AppTests::guiTests); in appTests()
79 m_app.baseInitialize(); in appTests()
80 m_app.requestInitialize(); in appTests()
81 m_app.exec(); in appTests()
82 m_app.requestShutdown(); in appTests()
83 m_app.exec(); in appTests()
[all …]
/dports/net-p2p/bitcoin-daemon/bitcoin-22.0/src/qt/test/
H A Dapptests.cpp72 m_app.parameterSetup(); in appTests()
73 m_app.createOptionsModel(true /* reset settings */); in appTests()
75 m_app.setupPlatformStyle(); in appTests()
76 m_app.createWindow(style.data()); in appTests()
77 connect(&m_app, &BitcoinApplication::windowShown, this, &AppTests::guiTests); in appTests()
79 m_app.baseInitialize(); in appTests()
80 m_app.requestInitialize(); in appTests()
81 m_app.exec(); in appTests()
82 m_app.requestShutdown(); in appTests()
83 m_app.exec(); in appTests()
[all …]
/dports/net-p2p/litecoin-daemon/litecoin-0.18.1/src/qt/test/
H A Dapptests.cpp69 m_app.parameterSetup(); in appTests()
70 m_app.createOptionsModel(true /* reset settings */); in appTests()
73 m_app.setupPlatformStyle(); in appTests()
74 m_app.createWindow(style.data()); in appTests()
75 connect(&m_app, &BitcoinApplication::windowShown, this, &AppTests::guiTests); in appTests()
77 m_app.baseInitialize(); in appTests()
78 m_app.requestInitialize(); in appTests()
79 m_app.exec(); in appTests()
80 m_app.requestShutdown(); in appTests()
81 m_app.exec(); in appTests()
[all …]
/dports/net-p2p/litecoin/litecoin-0.18.1/src/qt/test/
H A Dapptests.cpp69 m_app.parameterSetup(); in appTests()
70 m_app.createOptionsModel(true /* reset settings */); in appTests()
73 m_app.setupPlatformStyle(); in appTests()
74 m_app.createWindow(style.data()); in appTests()
75 connect(&m_app, &BitcoinApplication::windowShown, this, &AppTests::guiTests); in appTests()
77 m_app.baseInitialize(); in appTests()
78 m_app.requestInitialize(); in appTests()
79 m_app.exec(); in appTests()
80 m_app.requestShutdown(); in appTests()
81 m_app.exec(); in appTests()
[all …]

12345678910>>...16