Home
last modified time | relevance | path

Searched refs:TextListComponent (Results 1 – 5 of 5) sorted by relevance

/dports/emulators/emulationstation/EmulationStation-2.9.4/es-app/src/components/
H A DTextListComponent.h22 class TextListComponent : public IList<TextListData, T>
39 TextListComponent(Window* window);
113 TextListComponent<T>::TextListComponent(Window* window) : in TextListComponent() function
137 void TextListComponent<T>::render(const Transform4x4f& parentTrans) in render()
255 bool TextListComponent<T>::input(InputConfig* config, Input input) in input()
296 void TextListComponent<T>::update(int deltaTime) in update()
338 void TextListComponent<T>::add(const std::string& name, const T& obj, unsigned int color) in add()
350 void TextListComponent<T>::onCursorChanged(const CursorState& state) in onCursorChanged()
361 void TextListComponent<T>::applyTheme(const std::shared_ptr<ThemeData>& theme, const std::string& v… in applyTheme()
/dports/emulators/emulationstation/EmulationStation-2.9.4/es-app/src/views/gamelist/
H A DBasicGameListView.h33 TextListComponent<FileData*> mList;
H A DDetailedGameListView.cpp26 mList.setAlignment(TextListComponent<FileData*>::ALIGN_LEFT); in DetailedGameListView()
H A DVideoGameListView.cpp44 mList.setAlignment(TextListComponent<FileData*>::ALIGN_LEFT); in VideoGameListView()
/dports/emulators/emulationstation/EmulationStation-2.9.4/es-core/src/
H A DThemeData.h17 class TextListComponent; variable