Documentation
¶
Index ¶
Constants ¶
View Source
const ( Title = int(core.Qt__UserRole) + 1<<iota Link )
View Source
const Description string = "Roll20 dice rolls adapter for OBS"
Description is description
View Source
const Name string = "dicespy"
Name is plugin ID
View Source
const Version string = "0.3.1"
Version is version
Variables ¶
This section is empty.
Functions ¶
func StartUI ¶
func StartUI(view *qml.QQmlApplicationEngine)
Types ¶
type ConfigStruct ¶
type ConfigStruct struct {
HistoryCount int `default:"1"`
}
type DsMocBridge ¶
type MyTemplate ¶
type MyTemplate struct {
// contains filtered or unexported fields
}
type Plugin ¶
type Plugin struct{}
func (Plugin) GetDescription ¶
GetDescription is desc getter
func (Plugin) StartUI ¶
func (p Plugin) StartUI(view *qml.QQmlApplicationEngine)
type RollResult ¶
type RollResult struct { Type string `json:"type"` Dice int `json:"dice,omitempty"` Fate bool `json:"fate,omitempty"` Mods struct { } `json:"mods,omitempty"` Sides int `json:"sides,omitempty"` Results []struct { V int `json:"v"` } `json:"results,omitempty"` Expr string `json:"expr,omitempty"` Text string `json:"text,omitempty"` }
type RollWrapper ¶
type TemplateModel ¶
type TemplateModel struct { core.QAbstractListModel // contains filtered or unexported fields }
Click to show internal directories.
Click to hide internal directories.