Classes | |
| class | _Impl |
Functions | |
| ~vhdEventMultiFilter () | |
| vhtBool | filterEventClassType (vhtUInt32 eventClassTypeID) |
| void | setRefusing () |
| vhtBool | isRefusing () |
| void | setAllowing () |
| vhtBool | isAllowing () |
| void | addEventClassType (vhtUInt32 eventClassTypeID, vhtBool exactlyOfClassTypeFlag) |
| void | removeEventClassType (vhtUInt32 eventClassTypeID) |
| void | removeAllEventClassTypes () |
| vhtBool | hasEventFilter (vhdIEventFilterRef filter) |
| void | addEventFilter (vhdIEventFilterRef filter) |
| void | removeEventFilter (vhdIEventFilterRef filter) |
| void | removeAllEventFilters () |
| vhtBool | filterEvent (vhdEventRef event) |
| void vhdEventMultiFilter::addEventClassType | ( | vhtUInt32 | eventClassTypeID, | |
| vhtBool | exactlyOfClassTypeFlag | |||
| ) |
| void vhdEventMultiFilter::addEventFilter | ( | vhdIEventFilterRef | filter | ) |
| vhtBool vhdEventMultiFilter::filterEvent | ( | vhdEventRef | event | ) |
| vhtBool vhdEventMultiFilter::hasEventFilter | ( | vhdIEventFilterRef | filter | ) |
| vhtBool vhdEventMultiFilter::isAllowing | ( | ) |
| vhtBool vhdEventMultiFilter::isRefusing | ( | ) |
| void vhdEventMultiFilter::removeAllEventClassTypes | ( | ) |
| void vhdEventMultiFilter::removeAllEventFilters | ( | ) |
| void vhdEventMultiFilter::removeEventClassType | ( | vhtUInt32 | eventClassTypeID | ) |
| void vhdEventMultiFilter::removeEventFilter | ( | vhdIEventFilterRef | filter | ) |
| void vhdEventMultiFilter::setAllowing | ( | ) |
| void vhdEventMultiFilter::setRefusing | ( | ) |
| vhdEventMultiFilter::~vhdEventMultiFilter | ( | ) |
1.5.1-p1