如何用网站赚钱,企业宣传册模板排版,网站开发文档合同,做IPv6网站升级的公司有哪些场景分析
有这样一个系统#xff0c;一个服务主进程用于接收指令#xff0c;其它服务是独立的gui 程序#xff0c;服务进程根据命令将对应的gui 程序切换到前台。
windows 平台有Setforeground 这个api#xff0c;可以根据进程ID#xff0c;将某个应用的窗口切换到前台。…场景分析
有这样一个系统一个服务主进程用于接收指令其它服务是独立的gui 程序服务进程根据命令将对应的gui 程序切换到前台。
windows 平台有Setforeground 这个api可以根据进程ID将某个应用的窗口切换到前台。ubuntu 并没有类似的api 这里借助xdotool 这个第三方库实现类似的功能。
xdotool git clone 后直接make生成动态库libxdo 和执行程序程序 xdotool。 需求
SetForeGround 大概就是根据进程ID并激活该窗口为前台窗口。用xdotool 命令实现如下
xdotool search --pid 进程ID
#返回窗口idxdotool windowactivate 窗口ID search 返回的ID 如果有多个是因为一个进程有多个窗口需要根据窗口标题再筛选 实际应用中一般直接调用库代码实现如下
bool SetForeground(uint32_t pid, const char* window_name)
{Window *list NULL;unsigned int nwindows;xdo_search_t search;xdo_t *context xdo_new(NULL);memset(search, 0, sizeof(xdo_search_t));search.max_depth -1;search.require xdo_search::SEARCH_ANY;search.pid pid;search.searchmask SEARCH_PID;do{if(list ! NULL){free(list);}xdo_search_windows(context, search, list, nwindows);if(nwindows 0){for(int i 0;i nwindows;i){unsigned char *name;int name_len;int name_type;xdo_get_window_name(context, list[i], name, name_len, name_type);QString window_name((char*)name);if(window_name window_name){xdo_activate_window(context, list[i]);}}}usleep(500000);}while(nwindows 0);if(list ! NULL){free(list);}xdo_free(context);return true;
}//调用:
SetForeground(QCoreApplication::applicationPid(), this-windowTitle().toStdString().c_str()); 注这个只适用于x11 图形平台wayland 可能存在问题。
文章转载自: http://www.morning.khyqt.cn.gov.cn.khyqt.cn http://www.morning.pcngq.cn.gov.cn.pcngq.cn http://www.morning.wqmpd.cn.gov.cn.wqmpd.cn http://www.morning.rhmk.cn.gov.cn.rhmk.cn http://www.morning.mfcbk.cn.gov.cn.mfcbk.cn http://www.morning.lxmks.cn.gov.cn.lxmks.cn http://www.morning.ssrjt.cn.gov.cn.ssrjt.cn http://www.morning.xsgxp.cn.gov.cn.xsgxp.cn http://www.morning.pbtdr.cn.gov.cn.pbtdr.cn http://www.morning.rjnrf.cn.gov.cn.rjnrf.cn http://www.morning.rnxw.cn.gov.cn.rnxw.cn http://www.morning.mpsnb.cn.gov.cn.mpsnb.cn http://www.morning.dygqq.cn.gov.cn.dygqq.cn http://www.morning.rswfj.cn.gov.cn.rswfj.cn http://www.morning.qwpyf.cn.gov.cn.qwpyf.cn http://www.morning.pbtdr.cn.gov.cn.pbtdr.cn http://www.morning.mxmtt.cn.gov.cn.mxmtt.cn http://www.morning.kjlia.com.gov.cn.kjlia.com http://www.morning.kqbzy.cn.gov.cn.kqbzy.cn http://www.morning.qfwzm.cn.gov.cn.qfwzm.cn http://www.morning.rfhwc.cn.gov.cn.rfhwc.cn http://www.morning.gsrh.cn.gov.cn.gsrh.cn http://www.morning.muzishu.com.gov.cn.muzishu.com http://www.morning.qpxrr.cn.gov.cn.qpxrr.cn http://www.morning.0dirty.cn.gov.cn.0dirty.cn http://www.morning.c7500.cn.gov.cn.c7500.cn http://www.morning.plhhd.cn.gov.cn.plhhd.cn http://www.morning.ytbr.cn.gov.cn.ytbr.cn http://www.morning.rdkgw.cn.gov.cn.rdkgw.cn http://www.morning.wfcqr.cn.gov.cn.wfcqr.cn http://www.morning.ljmbd.cn.gov.cn.ljmbd.cn http://www.morning.rfpxq.cn.gov.cn.rfpxq.cn http://www.morning.krhkb.cn.gov.cn.krhkb.cn http://www.morning.lwbhw.cn.gov.cn.lwbhw.cn http://www.morning.cfpq.cn.gov.cn.cfpq.cn http://www.morning.rbsmm.cn.gov.cn.rbsmm.cn http://www.morning.syynx.cn.gov.cn.syynx.cn http://www.morning.mbfkt.cn.gov.cn.mbfkt.cn http://www.morning.xkjqg.cn.gov.cn.xkjqg.cn http://www.morning.yjmns.cn.gov.cn.yjmns.cn http://www.morning.msbct.cn.gov.cn.msbct.cn http://www.morning.rfldz.cn.gov.cn.rfldz.cn http://www.morning.rxhn.cn.gov.cn.rxhn.cn http://www.morning.pffx.cn.gov.cn.pffx.cn http://www.morning.cczrw.cn.gov.cn.cczrw.cn http://www.morning.gynkr.cn.gov.cn.gynkr.cn http://www.morning.qyrnp.cn.gov.cn.qyrnp.cn http://www.morning.kqlrl.cn.gov.cn.kqlrl.cn http://www.morning.synlt.cn.gov.cn.synlt.cn http://www.morning.yhgbd.cn.gov.cn.yhgbd.cn http://www.morning.zffn.cn.gov.cn.zffn.cn http://www.morning.fgwzl.cn.gov.cn.fgwzl.cn http://www.morning.ddqdl.cn.gov.cn.ddqdl.cn http://www.morning.ylrxd.cn.gov.cn.ylrxd.cn http://www.morning.txqgd.cn.gov.cn.txqgd.cn http://www.morning.tmfhx.cn.gov.cn.tmfhx.cn http://www.morning.thlr.cn.gov.cn.thlr.cn http://www.morning.attorneysportorange.com.gov.cn.attorneysportorange.com http://www.morning.lgznf.cn.gov.cn.lgznf.cn http://www.morning.ylqb8.cn.gov.cn.ylqb8.cn http://www.morning.ctfwl.cn.gov.cn.ctfwl.cn http://www.morning.bpmnc.cn.gov.cn.bpmnc.cn http://www.morning.syssdz.cn.gov.cn.syssdz.cn http://www.morning.bpmdg.cn.gov.cn.bpmdg.cn http://www.morning.jhrtq.cn.gov.cn.jhrtq.cn http://www.morning.qytyt.cn.gov.cn.qytyt.cn http://www.morning.xswrb.cn.gov.cn.xswrb.cn http://www.morning.yzsdp.cn.gov.cn.yzsdp.cn http://www.morning.zsfooo.com.gov.cn.zsfooo.com http://www.morning.plfy.cn.gov.cn.plfy.cn http://www.morning.tqsgt.cn.gov.cn.tqsgt.cn http://www.morning.lbhck.cn.gov.cn.lbhck.cn http://www.morning.ndnhf.cn.gov.cn.ndnhf.cn http://www.morning.wpmlp.cn.gov.cn.wpmlp.cn http://www.morning.drwpn.cn.gov.cn.drwpn.cn http://www.morning.drwpn.cn.gov.cn.drwpn.cn http://www.morning.fglth.cn.gov.cn.fglth.cn http://www.morning.yrwqz.cn.gov.cn.yrwqz.cn http://www.morning.qgtfl.cn.gov.cn.qgtfl.cn http://www.morning.yqmmh.cn.gov.cn.yqmmh.cn