소스 검색

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
-   * 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.
    * The value being a QString or QStringList object that describes which