Documentation ¶
Index ¶
- Variables
- func CorrectSplitDuration(objs []qml.Object, valid bool)
- func NewComicChapterModel(list *core.ComicList) qtProxyModel
- func NewComicInfoModel(list *core.ComicList) qtProxyModel
- func NewComicUpdateModel(list *core.ComicList) qtProxyModel
- func NewCoreConnector(list *core.ComicList) *coreConnector
- func ValidateSplitDuration(objs []qml.Object) (valid bool)
- type ValuesValidator
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ChaptersMarked = eventq.NewEventType()
)
Functions ¶
func CorrectSplitDuration ¶
func NewComicChapterModel ¶
func NewComicInfoModel ¶
func NewComicUpdateModel ¶
func NewCoreConnector ¶
func ValidateSplitDuration ¶
Types ¶
type ValuesValidator ¶
type ValuesValidator struct { ValidationFunc func(objs []qml.Object) (valid bool) CorrectionFunc func(objs []qml.Object, valid bool) // contains filtered or unexported fields }
func (*ValuesValidator) BindObject ¶
func (this *ValuesValidator) BindObject(obj qml.Object)
func (*ValuesValidator) UnbindObject ¶
func (this *ValuesValidator) UnbindObject(obj qml.Object)
func (*ValuesValidator) Work ¶
func (this *ValuesValidator) Work()
Click to show internal directories.
Click to hide internal directories.