nodeguy/website/docs/api/generated/interfaces/qmoviesignals.md
Atul R 392aa3cd4c
Adds automatic docs for now (#308)
* adds basic typedoc

* backup

* Adds all docs to source code

* Adds autogenerated docs

* Fixes doc links

* Updates docs
2019-12-29 00:42:06 +05:30

2.2 KiB

id title sidebar_label
qmoviesignals QMovieSignals QMovieSignals

Hierarchy

Index

Properties

Properties

error

error: function

Type declaration:

▸ (error: ImageReaderError): void

Parameters:

Name Type
error ImageReaderError

finished

finished: function

Type declaration:

▸ (): void


frameChanged

frameChanged: function

Type declaration:

▸ (frameNumber?: undefined | number): void

Parameters:

Name Type
frameNumber? undefined | number

objectNameChanged

objectNameChanged: function

Inherited from QObjectSignals.objectNameChanged

Type declaration:

▸ (objectName: string): void

Parameters:

Name Type
objectName string

resized

resized: function

Type declaration:

▸ (qSizeNative?: NativeElement): void

Parameters:

Name Type
qSizeNative? NativeElement

started

started: function

Type declaration:

▸ (): void


stateChanged

stateChanged: function

Type declaration:

▸ (state: MovieState): void

Parameters:

Name Type
state MovieState

updated

updated: function

Type declaration:

▸ (qRectNative: NativeElement): void

Parameters:

Name Type
qRectNative NativeElement