Class ExternalResource
Inherits the following classes: EditorWidgetBase
Public Properties
| Type | Name |
|---|---|
| property var | currentValue |
| property int | documentViewer |
| property int | document_AUDIO |
| property int | document_FILE |
| property int | document_IMAGE |
| property int | document_VIDEO |
| property int | document_WEB |
| property bool | isAudio |
| property bool | isImage |
| property bool | isVideo |
| property string | prefixToRelativePath |
Public Properties inherited from EditorWidgetBase
See EditorWidgetBase
| Type | Name |
|---|---|
| property bool | hasMenu |
| property bool | isLoaded |
| property Menu | menu |
Public Signals inherited from EditorWidgetBase
See EditorWidgetBase
| Type | Name |
|---|---|
| signal void | requestBarcode (var item) |
| signal void | requestGeometry (var item, var layer) |
| signal void | requestJumpToPoint (var center, real scale, bool handleMargins) |
| signal void | valueChangeRequested (var value, bool isNull) |
Public Functions
| Type | Name |
|---|---|
| void | attachFile () |
| void | attachGallery () |
| void | captureAudio () |
| void | capturePhoto () |
| void | captureVideo () |
| void | getResourceFilePath () |
| void | prepareValue (fullValue) |
Public Properties Documentation
property currentValue
var ExternalResource::currentValue;
property documentViewer
int ExternalResource::documentViewer;
property document_AUDIO
int ExternalResource::document_AUDIO;
Remark:
This property is read-only
property document_FILE
int ExternalResource::document_FILE;
Remark:
This property is read-only
property document_IMAGE
int ExternalResource::document_IMAGE;
Remark:
This property is read-only
property document_VIDEO
int ExternalResource::document_VIDEO;
Remark:
This property is read-only
property document_WEB
int ExternalResource::document_WEB;
Remark:
This property is read-only
property isAudio
bool ExternalResource::isAudio;
property isImage
bool ExternalResource::isImage;
property isVideo
bool ExternalResource::isVideo;
property prefixToRelativePath
string ExternalResource::prefixToRelativePath;
Public Functions Documentation
function attachFile
void ExternalResource::attachFile ()
function attachGallery
void ExternalResource::attachGallery ()
function captureAudio
void ExternalResource::captureAudio ()
function capturePhoto
void ExternalResource::capturePhoto ()
function captureVideo
void ExternalResource::captureVideo ()
function getResourceFilePath
void ExternalResource::getResourceFilePath ()
function prepareValue
void ExternalResource::prepareValue (
fullValue
)
The documentation for this class was generated from the following file src/qml/editorwidgets/ExternalResource.qml