Octavius Framework
Toggle table of contents
desktop
Target filter
desktop
Switch theme
Search in API
Skip to content
Octavius Framework
feature-games
/
org.octavius.modules.games.statistics.ui
Package-level
declarations
Types
Functions
Types
Game
Statistics
Screen
Link copied to clipboard
desktop
class
GameStatisticsScreen
(
val
title
:
String
)
:
Screen
Functions
Favorite
Stats
Link copied to clipboard
desktop
@
Composable
private
fun
FavoriteStats
(
data
:
GameStatisticsData
)
Kpi
Stats
Link copied to clipboard
desktop
@
Composable
private
fun
KpiStats
(
data
:
GameStatisticsData
)
Quick
Access
Game
List
Link copied to clipboard
desktop
@
Composable
private
fun
QuickAccessGameList
(
title
:
String
,
items
:
List
<
DashboardGame
>
,
onItemClick
:
(
Int
)
->
Unit
)
Rating
Stats
Link copied to clipboard
desktop
@
Composable
private
fun
RatingStats
(
data
:
GameStatisticsData
)
Stat
Card
Link copied to clipboard
desktop
@
Composable
private
fun
StatCard
(
title
:
String
,
value
:
String
,
modifier
:
Modifier
=
Modifier
)