Documentation
¶
Index ¶
Constants ¶
View Source
const ( Rank = int(core.Qt__UserRole) + 1<<iota Name Class Level Title Status )
Model Roles.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Character ¶
type Character struct { core.QObject Name string Class string Level int Rank int Title string Status string }
Character represents a Diablo character in the model.
type Service ¶
Service is responsible for all things related to the Slashdiablo ladder.
func NewService ¶
func NewService( client ladderClient.Client, ladderModel *TopLadderModel, ) Service
NewService returns a service with all the dependencies.
type TopLadderModel ¶
type TopLadderModel struct { core.QAbstractListModel // contains filtered or unexported fields }
TopLadderModel represents the in game ladder model.
Click to show internal directories.
Click to hide internal directories.