Searched refs:WMAdaptor (Results 1 – 8 of 8) sorted by relevance
199 WMAdaptor* WMAdaptor::createWMAdaptor( SalDisplay* pSalDisplay ) in createWMAdaptor()201 WMAdaptor* pAdaptor = NULL; in createWMAdaptor()239 WMAdaptor::WMAdaptor( SalDisplay* pDisplay ) : in WMAdaptor() function in WMAdaptor421 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 …]
857 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()
583 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 …]
44 class VCLPLUG_GEN_PUBLIC WMAdaptor class168 WMAdaptor( SalDisplay * )181 virtual ~WMAdaptor();186 static WMAdaptor* createWMAdaptor( SalDisplay* );
56 namespace vcl_sal { class WMAdaptor; }374 vcl_sal::WMAdaptor* m_pWMAdaptor;492 ::vcl_sal::WMAdaptor* getWMAdaptor() const { return m_pWMAdaptor; } in getWMAdaptor()
48 namespace vcl_sal { class WMAdaptor; class NetWMAdaptor; class GnomeWMAdaptor; }58 friend class vcl_sal::WMAdaptor;
953 … 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()
154 pEvent->xproperty.atom == pDisplay->getWMAdaptor()->getAtom( WMAdaptor::XSETTINGS ) && in filterGdkEvent()
Completed in 101 milliseconds