Home
last modified time | relevance | path

Searched refs:mLblPlayCount (Results 1 – 6 of 6) sorted by relevance

/dports/emulators/emulationstation/EmulationStation-2.9.4/es-app/src/views/gamelist/
H A DDetailedGameListView.cpp14 mLblGenre(window), mLblPlayers(window), mLblLastPlayed(window), mLblPlayCount(window), in DetailedGameListView()
76 mLblPlayCount.setText("Times played: "); in DetailedGameListView()
77 addChild(&mLblPlayCount); in DetailedGameListView()
293 ret.push_back(&mLblPlayCount); in getMDLabels()
H A DVideoGameListView.cpp24 mLblGenre(window), mLblPlayers(window), mLblLastPlayed(window), mLblPlayCount(window), in VideoGameListView()
101 mLblPlayCount.setText("Times played: "); in VideoGameListView()
102 addChild(&mLblPlayCount); in VideoGameListView()
370 ret.push_back(&mLblPlayCount); in getMDLabels()
H A DDetailedGameListView.h31 …blReleaseDate, mLblDeveloper, mLblPublisher, mLblGenre, mLblPlayers, mLblLastPlayed, mLblPlayCount; variable
H A DGridGameListView.cpp23 mLblGenre(window), mLblPlayers(window), mLblLastPlayed(window), mLblPlayCount(window), in GridGameListView()
71 mLblPlayCount.setText("Times played: "); in GridGameListView()
72 addChild(&mLblPlayCount); in GridGameListView()
447 ret.push_back(&mLblPlayCount); in getMDLabels()
H A DVideoGameListView.h39 …blReleaseDate, mLblDeveloper, mLblPublisher, mLblGenre, mLblPlayers, mLblLastPlayed, mLblPlayCount; variable
H A DGridGameListView.h49 …blReleaseDate, mLblDeveloper, mLblPublisher, mLblGenre, mLblPlayers, mLblLastPlayed, mLblPlayCount; variable