|
Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
#include "guilib/GUIControl.h"#include "guilib/GUIControlGroup.h"#include "guilib/GUIWindow.h"#include "input/actions/Action.h"#include "input/actions/ActionIDs.h"#include <functional>#include <memory>#include <utility>#include <gtest/gtest.h>Functions | |
| TEST (TestGUIWindowOnAction, PropagatesToTheParentWhenTheControlsSurvive) | |
| TEST (TestGUIWindowOnAction, StopsPropagatingWhenTheControlsAreDestroyed) | |
| TEST | ( | TestGUIWindowOnAction | , |
| PropagatesToTheParentWhenTheControlsSurvive | ) |
| TEST | ( | TestGUIWindowOnAction | , |
| StopsPropagatingWhenTheControlsAreDestroyed | ) |