AppInfoList QML Type
Provides information for a list of Applications. More...
Import Statement: | import ArcGIS.AppFramework 1.0 |
Inherits: |
Properties
- access : QStringList
- apps : List<AppInfo>
- autoRefresh : bool
- dataPath : string
- filter : AppFilter
- filteredApps : List<AppInfo>
- isRefreshing : bool
- localUpdatesCount : int
- nullThumbnail : url
- nullTitle : string
- onlineUpdatesCount : int
- owners : QStringList
- portal : object
- searchPaths : QStringList
- searchQuery : string
- signinRequired : bool
- tags : QStringList
Signals
- countsChanged()
- error( AppFrameworkError error)
- refreshComplete()
- refreshStart()
Methods
- clearSort()
- string folderPath(folderType)
- refresh()
- refresh(search)
- sortByDate(sortOrder)
- sortByName(sortOrder)
Detailed Description
The AppInfoList component manages the listed apps within AppStudio Player, managing the display of information about individual apps as well as the populating and organization of the list itself.
This component is currently under review, and should be ignored.
Enumerations
FolderType enumeration
Name | Value |
---|---|
AppInfoList.Apps | 0 |
AppInfoList.Templates | 1 |
AppInfoList.Tools | 2 |
AppInfoList.Data | 3 |
AppInfoList.Modules | 4 |
AppInfoList.Settings | 5 |
SortOrder enumeration
This enum describes the different orders results can be displayed by the sortByDate() and sortByName() functions.
Name | Value |
---|---|
AppInfoList.Ascending | 0 |
AppInfoList.Descending | 1 |
Property Documentation
[read-only] apps : List<AppInfo> |
[read-only] filter : AppFilter |
[read-only] filteredApps : List<AppInfo> |
Signal Documentation
error( AppFrameworkError error) |