Home
last modified time | relevance | path

Searched refs:emScreen (Results 1 – 25 of 26) sorted by relevance

12

/dports/x11/eaglemode/eaglemode-0.95.0/src/emCore/
H A DemScreen.cpp26 emRef<emScreen> emScreen::LookupInherited(emContext & context) in LookupInherited()
28 return emVarModel<emRef<emScreen> >::GetInherited( in LookupInherited()
31 emRef<emScreen>() in LookupInherited()
36 emScreen::emScreen(emContext & context, const emString & name) in emScreen() function in emScreen
43 emScreen::~emScreen() in ~emScreen()
48 int emScreen::GetMonitorIndexOfRect(double x, double y, double w, double h) const in GetMonitorIndexOfRect()
73 void emScreen::LeaveFullscreenModes(emWindow * exceptForWindow) in LeaveFullscreenModes()
90 void emScreen::Install() in Install()
92 emVarModel<emRef<emScreen> >::Set( in Install()
95 emRef<emScreen>(this), in Install()
H A DemGUIFramework.cpp102 Screen=emScreen::LookupInherited(rootContext); in AutoTerminatorClass()
H A DemWindowStateSaver.cpp98 emScreen * screen; in Restore()
H A DemInstallInfo.cpp226 if (emScreen::LookupInherited(context).Get()!=NULL) { in emGetConfigDirOverloadable()
H A DemWindow.cpp40 Screen=emScreen::LookupInherited(parentContext); in emWindow()
H A DemCoreConfigPanel.cpp819 emScreen * screen=GetScreen(); in InvalidatePaintingOfAllWindows()
H A DemListBox.cpp657 emScreen * screen; in KeyWalk()
H A DemView.cpp214 emScreen * emView::GetScreen() const in GetScreen()
216 return (emScreen*)ScreenRef.Get(); in GetScreen()
225 const emScreen * screen; in GetMaxPopupViewRect()
1209 else ScreenRef=emScreen::LookupInherited(*this); in SetWindowAndScreen()
H A DemViewInputFilter.cpp326 emScreen * screen; in MoveMousePointer()
/dports/x11/eaglemode/eaglemode-0.95.0/include/emCore/
H A DemScreen.h36 class emScreen : public emModel {
53 static emRef<emScreen> LookupInherited(emContext & context);
130 emScreen(emContext & context, const emString & name);
133 virtual ~emScreen();
153 inline const emSignal & emScreen::GetGeometrySignal() const in GetGeometrySignal()
158 inline const emArray<emWindow*> & emScreen::GetWindows() const in GetWindows()
163 inline const emSignal & emScreen::GetWindowsSignal() const in GetWindowsSignal()
168 inline void emScreen::SignalGeometrySignal() in SignalGeometrySignal()
H A DemWindow.h105 emScreen & GetScreen() const;
202 emRef<emScreen> Screen;
291 inline emScreen & emWindow::GetScreen() const in GetScreen()
H A DemGUIFramework.h105 emRef<emScreen> Screen;
H A DemPanel.h153 emScreen * GetScreen() const;
894 inline emScreen * emPanel::GetScreen() const in GetScreen()
H A DemView.h43 class emScreen; variable
186 emScreen * GetScreen() const;
/dports/x11/eaglemode/eaglemode-0.95.0/include/emMain/
H A DemMainWindow.h80 static void RecreateContentPanels(emScreen & screen);
/dports/x11/eaglemode/eaglemode-0.95.0/include/emWnds/
H A DemWndsScreen.h41 class emWndsScreen : public emScreen {
/dports/x11/eaglemode/eaglemode-0.95.0/src/emClock/
H A DemAlarmClockModel.cpp81 emScreen * screen; in Beep()
/dports/x11/eaglemode/eaglemode-0.95.0/include/emX11/
H A DemX11Screen.h49 class emX11Screen : public emScreen {
/dports/x11/eaglemode/eaglemode-0.95.0/src/emFileMan/
H A DemDirPanel.cpp122 emScreen * screen; in Input()
361 emScreen * screen; in KeyWalk()
H A DemFileManControlPanel.cpp360 emScreen * screen; in Cycle()
H A DemDirEntryPanel.cpp877 emScreen * screen; in Select()
/dports/x11/eaglemode/eaglemode-0.95.0/src/emX11/
H A DemX11Screen.cpp43 m->emScreen::Install(); in Install()
114 : emScreen(context,name), in emX11Screen()
1154 emRef<emScreen> screen; in CheckIfUnreliableXWayland()
1164 screen=emScreen::LookupInherited(context); in CheckIfUnreliableXWayland()
/dports/x11/eaglemode/eaglemode-0.95.0/src/emWnds/
H A DemWndsScreen.cpp45 m->emScreen::Install(); in Install()
114 : emScreen(context,name) in emWndsScreen()
H A DemWndsWindowPort.cpp313 if (&w->GetScreen()!=(emScreen*)&Screen) break; in emWndsWindowPort()
/dports/x11/eaglemode/eaglemode-0.95.0/src/emMain/
H A DemMainWindow.cpp278 void emMainWindow::RecreateContentPanels(emScreen & screen) in RecreateContentPanels()

12