MCPcopy Create free account
hub / github.com/baldurk/renderdoc / EventFilter

Class EventFilter

qrenderdoc/Windows/EventBrowser.cpp:1340–1346  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1338};
1339
1340struct EventFilter
1341{
1342 EventFilter(IEventBrowser::EventFilterCallback c) : callback(c), type(MatchType::Normal) {}
1343 EventFilter(IEventBrowser::EventFilterCallback c, MatchType t) : callback(c), type(t) {}
1344 IEventBrowser::EventFilterCallback callback;
1345 MatchType type;
1346};
1347
1348static QMap<QString, ActionFlags> ActionFlagsLookup;
1349static QStringList ActionFlagsList;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected