SIGNAL-SLOT的意思|示意
信号选别器
SIGNAL-SLOT的网络常见释义
信号 根据前面说过的信号-槽(signal-slot)机制,在点击软键盘按键时,发送相应的带参数的key()信号给Qtopia系统,即emitkey(unicode,scancode,mode,true,false),Qtopia系...
信号与槽 ...具有可配置性和模块化的特点;Qt是一个面向对象的支持多操作系统平台的应用程序开发框架,它采用了一种独有的Signal-Slot(信号与槽)的对象间通信机制,以代替传统的不安全的回调技术
SIGNAL-SLOT相关短语
1、 signal slot 信号选别器
2、 signal and slot 信号和槽 ; 事件与插槽 ; 信号与插槽
3、 Signal and Slot in Depth 深入信号和槽
SIGNAL-SLOT相关例句
This example is a basic example of connecting a slot to a signal and then invoking the signal.
本例是把插槽连接到信号并调用信号的基本例子。
This example demonstrates the passing of slot functions to a private signal through a non-template interface.
本例演示了通过非模板接口,向私有的信号传递插槽函数。
If you don't want the original method to be called, you can disconnect the signal from the slot, for instance by adding the following line before the logger.show line.
如果您不想调用原始方法,那么可以从插槽disconnect信号,例如通过在logger . show行之前添加以下行。
I use slots and signals. What happens when my thread emits signal more frequently than the slot could receive it.
我用的槽和信号。当我的线程发出信号比槽可以获得更频繁。
We review our recent work on the highly tailorable physical properties of silicon waveguides for communication and signal processing applications, using slot structures.
我们回顾了我们近期关于采用槽孔结构裁减硅波导在通信和信号处理方面的物理属性的工作。
What happens when my thread emits signal more frequently than the slot could receive it.
当我的线程发出信号比槽可以获得更频繁。