#include <widget_discovery_service.h>
|
bool | MatchesWindow (absl::string_view window_name, absl::string_view filter) const |
|
bool | MatchesPathPrefix (absl::string_view path, absl::string_view prefix) const |
|
bool | MatchesType (absl::string_view type, WidgetType filter) const |
|
std::string | ExtractWindowName (absl::string_view path) const |
|
std::string | ExtractLabel (absl::string_view path) const |
|
std::string | SuggestedAction (absl::string_view type, absl::string_view label) const |
|
Definition at line 32 of file widget_discovery_service.h.
◆ WidgetDiscoveryService()
yaze::test::WidgetDiscoveryService::WidgetDiscoveryService |
( |
| ) |
|
|
default |
◆ CollectWidgets()
void yaze::test::WidgetDiscoveryService::CollectWidgets |
( |
ImGuiTestContext * |
ctx, |
|
|
const DiscoverWidgetsRequest & |
request, |
|
|
DiscoverWidgetsResponse * |
response |
|
) |
| const |
◆ MatchesWindow()
bool yaze::test::WidgetDiscoveryService::MatchesWindow |
( |
absl::string_view |
window_name, |
|
|
absl::string_view |
filter |
|
) |
| const |
|
private |
◆ MatchesPathPrefix()
bool yaze::test::WidgetDiscoveryService::MatchesPathPrefix |
( |
absl::string_view |
path, |
|
|
absl::string_view |
prefix |
|
) |
| const |
|
private |
◆ MatchesType()
bool yaze::test::WidgetDiscoveryService::MatchesType |
( |
absl::string_view |
type, |
|
|
WidgetType |
filter |
|
) |
| const |
|
private |
◆ ExtractWindowName()
std::string yaze::test::WidgetDiscoveryService::ExtractWindowName |
( |
absl::string_view |
path | ) |
const |
|
private |
◆ ExtractLabel()
std::string yaze::test::WidgetDiscoveryService::ExtractLabel |
( |
absl::string_view |
path | ) |
const |
|
private |
◆ SuggestedAction()
std::string yaze::test::WidgetDiscoveryService::SuggestedAction |
( |
absl::string_view |
type, |
|
|
absl::string_view |
label |
|
) |
| const |
|
private |
The documentation for this class was generated from the following files: