Skip to content

Class ExternalResource

ClassList > ExternalResource

Inherits the following classes: EditorWidgetBase

Public Types

Type Name
enum DocumentViewer

Public Properties

Type Name
property string audioSourcePath
property var currentValue
property int documentViewer
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 isEmpty
property bool isLoaded
property bool isNull
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 getResourceFilePath ()
void prepareValue (fullValue)

Public Types Documentation

enum DocumentViewer

enum ExternalResource::DocumentViewer {
    DocumentFile,
    DocumentImage,
    DocumentWeb,
    DocumentAudio,
    DocumentVideo
};

Public Properties Documentation

property audioSourcePath

string ExternalResource::audioSourcePath;

property currentValue

var ExternalResource::currentValue;

property documentViewer

int ExternalResource::documentViewer;

property isAudio

bool ExternalResource::isAudio;

property isImage

bool ExternalResource::isImage;

property isVideo

bool ExternalResource::isVideo;

property prefixToRelativePath

string ExternalResource::prefixToRelativePath;

Public Functions Documentation

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