OmeroBlitz API
Home Previous Up Next Index

omero::grid::ImportSettings

Overview

class ImportSettings

User configuration options. These are likely set in the UI before the import is initiated.

Used By

ImportProcess::getImportSettings
ImportRequest::settings
ManagedRepository::importFileset

Data Member Index

userSpecifiedTarget
The container which this object should be added to.
userSpecifiedName
Custom name suggested by the user.
userSpecifiedDescription
Custom description suggested by the user.
userSpecifiedPixels
User choice of pixels sizes.
userSpecifiedAnnotationList
Annotations that the user
doThumbnails
Whether or not the thumbnailing action should be performed.
noStatsInfo
Whether we are to disable StatsInfo population.
checksumAlgorithm
User choice of checksum algorithm for verifying upload.

Data Members

model::IObject userSpecifiedTarget;

The container which this object should be added to.

RString userSpecifiedName;

Custom name suggested by the user.

RString userSpecifiedDescription;

Custom description suggested by the user.

api::DoubleArray userSpecifiedPixels;

User choice of pixels sizes.

api::AnnotationList userSpecifiedAnnotationList;

Annotations that the user

RBool doThumbnails;

Whether or not the thumbnailing action should be performed.

RBool noStatsInfo;

Whether we are to disable StatsInfo population.

model::ChecksumAlgorithm checksumAlgorithm;

User choice of checksum algorithm for verifying upload.


Home Previous Up Next Index