Home
last modified time | relevance | path

Searched refs:WMAdaptor (Results 1 – 8 of 8) sorted by relevance

/trunk/main/vcl/unx/generic/app/
H A Dwmadaptor.cxx199 WMAdaptor* WMAdaptor::createWMAdaptor( SalDisplay* pSalDisplay ) in createWMAdaptor()
201 WMAdaptor* pAdaptor = NULL; in createWMAdaptor()
239 WMAdaptor::WMAdaptor( SalDisplay* pDisplay ) : in WMAdaptor() function in WMAdaptor
421 WMAdaptor::~WMAdaptor() in ~WMAdaptor()
430 WMAdaptor( pSalDisplay ) in NetWMAdaptor()
832 bool WMAdaptor::getNetWmName() in getNetWmName()
978 WMAdaptor * pWMA = const_cast<WMAdaptor*>(this); in getWMshouldSwitchWorkspace()
1001 bool WMAdaptor::isValid() const in isValid()
1035 void WMAdaptor::initAtoms() in initAtoms()
1050 WMAdaptor::initAtoms(); in initAtoms()
[all …]
H A Dsaldisp.cxx857 m_pWMAdaptor = ::vcl_sal::WMAdaptor::createWMAdaptor( this ); in Init()
2302 … if( pEvent->xproperty.atom == getWMAdaptor()->getAtom( WMAdaptor::VCL_SYSTEM_SETTINGS ) ) in Dispatch()
2703 … i_pEvent->xproperty.atom == pSalDisplay->getWMAdaptor()->getAtom( WMAdaptor::SAL_GETTIMEEVENT ) in timestamp_predicate()
2718 Atom nAtom = getWMAdaptor()->getAtom( WMAdaptor::SAL_GETTIMEEVENT ); in GetLastUserEventTime()
/trunk/main/vcl/unx/generic/window/
H A Dsalframe.cxx583 int nDecoFlags = WMAdaptor::decoration_All; in Init()
592 nDecoFlags = WMAdaptor::decoration_Border; in Init()
603 nDecoFlags |= WMAdaptor::decoration_Resize; in Init()
608 nDecoFlags |= WMAdaptor::decoration_Title; in Init()
611 WMAdaptor::WMWindowType eType = WMAdaptor::windowType_Normal; in Init()
613 eType = WMAdaptor::windowType_Splash; in Init()
617 eType = WMAdaptor::windowType_Utility; in Init()
619 eType = WMAdaptor::windowType_Toolbar; in Init()
622 eType = WMAdaptor::windowType_Dock; in Init()
707 meWindowType = WMAdaptor::windowType_Normal; in X11SalFrame()
[all …]
/trunk/main/vcl/inc/unx/
H A Dwmadaptor.hxx44 class VCLPLUG_GEN_PUBLIC WMAdaptor class
168 WMAdaptor( SalDisplay * )
181 virtual ~WMAdaptor();
186 static WMAdaptor* createWMAdaptor( SalDisplay* );
H A Dsaldisp.hxx56 namespace vcl_sal { class WMAdaptor; }
374 vcl_sal::WMAdaptor* m_pWMAdaptor;
492 ::vcl_sal::WMAdaptor* getWMAdaptor() const { return m_pWMAdaptor; } in getWMAdaptor()
H A Dsalframe.h48 namespace vcl_sal { class WMAdaptor; class NetWMAdaptor; class GnomeWMAdaptor; }
58 friend class vcl_sal::WMAdaptor;
/trunk/main/vcl/unx/gtk/window/
H A Dgtkframe.cxx953 … aEvent.xclient.message_type = getDisplay()->getWMAdaptor()->getAtom( vcl_sal::WMAdaptor::XEMBED ); in askForXEmbedFocus()
2507 vcl_sal::WMAdaptor* pAdaptor = getDisplay()->getWMAdaptor(); in Dispatch()
2508 Atom nDesktopAtom = pAdaptor->getAtom( vcl_sal::WMAdaptor::NET_WM_DESKTOP ); in Dispatch()
2553 …ent->xclient.message_type == getDisplay()->getWMAdaptor()->getAtom( vcl_sal::WMAdaptor::XEMBED ) && in Dispatch()
2857 Atom nStateAtom = getDisplay()->getWMAdaptor()->getAtom(vcl_sal::WMAdaptor::NET_WM_STATE); in IMPL_LINK()
2858 …Atom nFSAtom = getDisplay()->getWMAdaptor()->getAtom(vcl_sal::WMAdaptor::NET_WM_STATE_FULLSCREEN ); in IMPL_LINK()
/trunk/main/vcl/unx/gtk/app/
H A Dgtkdata.cxx154 pEvent->xproperty.atom == pDisplay->getWMAdaptor()->getAtom( WMAdaptor::XSETTINGS ) && in filterGdkEvent()

Completed in 112 milliseconds