Home
last modified time | relevance | path

Searched refs:AppInterface (Results 1 – 22 of 22) sorted by relevance

/dports/devel/raknet/raknet-3.9.2_10,1/DependentExtensions/Ogre3DInterpDemo/
H A DAppInterface.cpp16 AppInterface::AppInterface() in AppInterface() function in AppInterface
26 AppInterface::~AppInterface() in ~AppInterface()
31 void AppInterface::PreConfigure(void) in PreConfigure()
43 void AppInterface::OnAppShutdown(void) in OnAppShutdown()
70 bool AppInterface::HasFocus(void) const in HasFocus()
74 void AppInterface::SetFocus(bool hasFocus) in SetFocus()
93 void AppInterface::PushState(int stateType) in PushState()
97 void AppInterface::PopState(int popCount) in PopState()
115 void AppInterface::AllocateStates(int numStates) in AllocateStates()
132 bool AppInterface::ShouldQuit(void) const in ShouldQuit()
[all …]
H A DRunnableState.h7 class AppInterface; variable
15 void SetParentApp(AppInterface *parent);
25 AppInterface *parent;
H A DAppInterface.h9 class AppInterface
12 AppInterface();
13 virtual ~AppInterface();
H A DRunnableState.cpp5 void RunnableState::SetParentApp(AppInterface *parent) in SetParentApp()
H A DApp3D.cpp34 AppInterface::Update(curTimeMS, elapsedTimeMS); in Update()
247 AppInterface::SetState(stateType, state); in SetState()
H A DApp3D.h21 class App3D : public AppInterface
/dports/x11/plasma5-plasma-workspace/plasma-workspace-5.23.5/shell/scripting/
H A Dappinterface.cpp36 AppInterface::AppInterface(ScriptEngine *env) in AppInterface() function in WorkspaceScripting::AppInterface
43 int AppInterface::screenCount() const in screenCount()
70 QList<int> AppInterface::panelIds() const in panelIds()
101 QString AppInterface::theme() const in theme()
111 QString AppInterface::locale() const in locale()
116 QString AppInterface::language() const in language()
121 QString AppInterface::languageId() const in languageId()
126 bool AppInterface::multihead() const in multihead()
141 bool AppInterface::coronaLocked() const in coronaLocked()
146 void AppInterface::sleep(int ms) in sleep()
[all …]
H A Dscriptengine.h28 class AppInterface; variable
80 AppInterface *m_appInterface;
H A Dappinterface.h25 class AppInterface : public QObject
47 explicit AppInterface(ScriptEngine *env);
H A Dscriptengine.cpp47 m_appInterface = new AppInterface(this); in ScriptEngine()
48 connect(m_appInterface, &AppInterface::print, this, &ScriptEngine::print); in ScriptEngine()
/dports/finance/kmymoney/kmymoney-5.1.1/kmymoney/plugins/
H A Dappinterface.cpp27 KMyMoneyPlugin::AppInterface::AppInterface(QObject* parent, const char* name) : in AppInterface() function in KMyMoneyPlugin::AppInterface
33 KMyMoneyPlugin::AppInterface::~AppInterface() in ~AppInterface()
H A Dappinterface.h40 class KMM_PLUGIN_EXPORT AppInterface : public QObject
45 explicit AppInterface(QObject* parent, const char* name = 0);
46 virtual ~AppInterface();
H A Dinterfaceloader.h24 namespace KMyMoneyPlugin { class AppInterface; } variable
49 KMyMoneyPlugin::AppInterface* appInterface;
H A Dkmymoneyplugin.h47 namespace KMyMoneyPlugin { class AppInterface; } variable
148 AppInterface* appInterface() const;
H A Dkmymoneyplugin.cpp84 KMyMoneyPlugin::AppInterface* KMyMoneyPlugin::Plugin::appInterface() const in appInterface()
/dports/x11-toolkits/ctk/CTK-2018-10-29/Plugins/org.commontk.dah.hostedapp/
H A DctkAppSoapMessageProcessor.cpp28 : AppInterface(inter) in ctkAppSoapMessageProcessor()
71 const ctkDicomAppHosting::State result = this->AppInterface->getState(); in processGetState()
85 bool result = this->AppInterface->setState(ctkDicomSoapState::getState(inputType)); in processSetState()
100 bool result = this->AppInterface->bringToFront(requestedScreenArea); in processBringToFront()
H A DctkAppSoapMessageProcessor.h49 ctkDicomAppInterface* AppInterface; variable
/dports/java/berkeley-db/je-6.2.31/test/com/sleepycat/je/rep/persist/test/
H A DUpgradeTest.java85 private AppInterface masterApp;
86 private AppInterface replicaApp1;
87 private AppInterface replicaApp2;
813 final AppInterface tmpApp = replicaApp1; in bounceMaster()
849 private AppInterface newAppObject(final int appVersion) in newAppObject()
852 AppInterface app = (AppInterface) Proxy.newProxyInstance in newAppObject()
853 (AppInterface.class.getClassLoader(), in newAppObject()
854 new Class[] { AppInterface.class }, in newAppObject()
H A DAppInterface.java13 public interface AppInterface { interface
28 public void adopt(AppInterface other); in adopt()
H A DAppBaseImpl.java17 public abstract class AppBaseImpl implements AppInterface {
58 public void adopt(AppInterface other) { in adopt()
/dports/finance/kmymoney/kmymoney-5.1.1/kmymoney/plugins/interfaces/
H A Dkmmappinterface.cpp33 AppInterface(parent, name), in KMMAppInterface()
36 connect(m_app, &KMyMoneyApp::kmmFilePlugin, this, &AppInterface::kmmFilePlugin); in KMMAppInterface()
H A Dkmmappinterface.h43 class KMMAppInterface : public AppInterface