Home
last modified time | relevance | path

Searched refs:YFrameClient (Results 1 – 19 of 19) sorted by relevance

/dports/x11-wm/icewm/icewm-2.9.4/src/
H A Dwmclient.cc45 YFrameClient::YFrameClient(YWindow *parent, YFrameWindow *frame, Window win, in YFrameClient() function in YFrameClient
105 YFrameClient::~YFrameClient() { in ~YFrameClient()
139 void YFrameClient::getSizeHints() { in getSizeHints()
187 void YFrameClient::getClassHint() { in getClassHint()
195 void YFrameClient::getTransient() { in getTransient()
329 void YFrameClient::sendDelete() { in sendDelete()
335 void YFrameClient::sendPing() { in sendPing()
383 bool YFrameClient::killPid() { in killPid()
777 void YFrameClient::queryShape() { in queryShape()
1116 void YFrameClient::getWMHints() { in getWMHints()
[all …]
H A Dwmdock.h9 class YFrameClient; variable
26 bool dock(YFrameClient* client);
27 bool undock(YFrameClient* client);
45 YFrameClient* client;
47 docking(Window w, YFrameClient* c, int o) : in docking()
52 YFrameClient* dragged;
55 int ordering(YFrameClient* client, bool* startClose, bool* forced);
H A Dwmclient.h168 class YFrameClient: public YDndWindow
173 YFrameClient(YWindow *parent, YFrameWindow *frame, Window win = 0,
175 virtual ~YFrameClient();
389 YFrameClient(const YFrameClient &);
390 YFrameClient &operator=(const YFrameClient &);
H A Dydialog.cc20 YFrameClient(nullptr, nullptr), in YDialog()
62 return YFrameClient::handleTimer(timer); in handleTimer()
118 return YFrameClient::handleKey(key); in handleKey()
H A Dwmminiicon.h7 class YFrameClient; variable
41 YFrameClient* client() const;
H A Dyxcontext.h115 class YFrameClient; variable
119 extern YContext<YFrameClient> clientContext;
H A Dwmmgr.h14 class YFrameClient; variable
110 YFrameClient *findClient(Window win);
111 void manageClient(YFrameClient* client, bool mapClient = false);
112 void unmanageClient(YFrameClient *client);
318 YFrameClient* allocateClient(Window win, bool mapClient);
319 YFrameWindow* allocateFrame(YFrameClient* client);
H A Dwmdock.cc135 bool DockApp::dock(YFrameClient* client) { in dock()
142 YFrameClient* other = dynamic_cast<YFrameClient*>(ptr); in dock()
214 int DockApp::ordering(YFrameClient* client, bool* startClose, bool* forced) { in ordering()
381 bool DockApp::undock(YFrameClient* client) { in undock()
397 if (kill || !dock.client->protocol(YFrameClient::wpDeleteWindow)) { in revoke()
H A Dydialog.h6 class YDialog: public YFrameClient {
H A Dmovesize.cc412 YFrameClient::csRound | in handleResizeMouse()
413 ((grabX != 0) ? YFrameClient::csKeepX : 0) | in handleResizeMouse()
414 ((grabY != 0) ? YFrameClient::csKeepY : 0)); in handleResizeMouse()
704 YFrameClient::csRound | in handleKey()
705 (grabX ? YFrameClient::csKeepX : 0) | in handleKey()
706 (grabY ? YFrameClient::csKeepY : 0)); in handleKey()
H A Dwmmgr.cc32 YContext<YFrameClient> clientContext("clientContext", false);
813 YFrameClient* client = new YFrameClient(desktop, nullptr); in handleClientMessage()
913 YFrameClient* cli(iter->client()); in findWindow()
969 YFrameClient *YWindowManager::findClient(Window win) { in findClient()
974 YFrameClient *c = f ? f->client() : nullptr; in setFocus()
1028 (c->protocol(YFrameClient::wpTakeFocus) || in setFocus()
1187 YFrameClient* client = frame->client(); in unmanageClients()
1488 YFrameClient *client = frame->client(); in placeWindow()
1572 YFrameClient* client = findClient(win); in allocateClient()
1747 YFrameClient* client = allocateClient(win, true); in mapClient()
[all …]
H A Dwmframe.h35 void doManage(YFrameClient *client, bool &doActivate, bool &requestFocus);
110 YFrameClient *client() const { return fClient; } in client()
448 YFrameClient *fClient;
H A Dwmwinlist.h57 class WindowList: public YFrameClient {
H A Dwmtaskbar.h56 public YFrameClient,
H A Dwmminiicon.cc21 inline YFrameClient* MiniIcon::client() const { in client()
H A Dwmwinlist.cc337 YFrameClient(aParent, nullptr), in WindowList()
661 return YFrameClient::handleTimer(timer); in handleTimer()
H A Dwmswitch.cc144 YFrameClient* client = frame->client(); in updateList()
278 YFrameClient* client = frame->client(); in createdItem()
H A Dwmframe.cc201 void YFrameWindow::doManage(YFrameClient *clientw, bool &doActivate, bool &requestFocus) { in doManage()
1527 if (client()->protocol(YFrameClient::wpDeleteWindow)) { in wmClose()
2702 if (client()->protocol(YFrameClient::wpTakeFocus) || in avoidFocus()
2999 client()->constrainSize(aMw, aMh, YFrameClient::csKeepX); in updateDerivedSize()
3003 client()->constrainSize(aMw, aMh, YFrameClient::csKeepY); in updateDerivedSize()
3031 (nw >= Mw) ? YFrameClient::csKeepY in updateDerivedSize()
3032 : YFrameClient::csKeepX); in updateDerivedSize()
H A Dwmtaskbar.cc111 YFrameClient(aParent, nullptr), in TaskBar()