|
Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
#include "ServiceBroker.h"#include "guilib/GUIButtonControl.h"#include "guilib/GUIComponent.h"#include "guilib/GUILabel.h"#include "guilib/GUITexture.h"#include "guilib/GUIToggleButtonControl.h"#include "guilib/GUIWindow.h"#include "guilib/GUIWindowManager.h"#include "interfaces/legacy/Control.h"#include "interfaces/legacy/Window.h"#include "rendering/RenderSystem.h"#include "windowing/WinSystem.h"#include <memory>#include <gtest/gtest.h>Functions | |
| TEST_F (TestWindowGetControl, ButtonWrapsAsControlButton) | |
| TEST_F (TestWindowGetControl, ToggleButtonWrapsAsControlButton) | |
| TEST_F | ( | TestWindowGetControl | , |
| ButtonWrapsAsControlButton | ) |
| TEST_F | ( | TestWindowGetControl | , |
| ToggleButtonWrapsAsControlButton | ) |