瀏覽代碼

DOC: EventBus: Improved docs about event filtering

Sascha Zelzer 14 年之前
父節點
當前提交
21f61ecae8
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      Libs/PluginFramework/EventBus/ctkEventBus.h

+ 2 - 1
Libs/PluginFramework/EventBus/ctkEventBus.h

@@ -53,7 +53,8 @@ public:
 
 
   /**
   /**
    * Subsribe for (observe) events. The slot is called whenever an event is sent
    * Subsribe for (observe) events. The slot is called whenever an event is sent
-   * which matches the supplied properties.
+   * which matches the topic string and LDAP search expression contained
+   * in the properties.
    *
    *
    * Slots should be registered with a property EventConstants::EVENT_TOPIC.
    * Slots should be registered with a property EventConstants::EVENT_TOPIC.
    * The value being a QString or QStringList object that describes which
    * The value being a QString or QStringList object that describes which