C# Class ViqetDesktop.ResultDetailPage

Interaction logic for ResultDetailPage.xaml
Inheritance: System.Windows.Controls.Page
Datei anzeigen Open project: VIQET/VIQET-Desktop

Public Methods

Method Description
Analyze ( ObservableCollection categoryListViewItems, String deviceName, CancellationToken cancellationToken ) : Task
MarkPhotoAsBusy ( CategoryListViewItem categoryListViewItem, int photoIndex ) : void
MarkPhotoAsCompleted ( CategoryListViewItem categoryListViewItem, int photoIndex ) : void
ResultDetailPage ( Result result ) : Microsoft.Win32

Private Methods

Method Description
CreatePhotoListViewItem ( Photo photo, bool enabled ) : PhotoListViewItem
FetchImage ( string fileName, int decodePixelWidth ) : BitmapImage
Initialize ( ) : void
Page_Loaded ( object sender, RoutedEventArgs e ) : void
PhotoListView_MouseUp ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
PopulateCategories ( List categoryList ) : int
PopulatePhotoDetails ( PhotoListViewItem photoListViewItem ) : void
PrepareUIForProgressIndication ( int photoCount ) : void
StopButton_Click ( object sender, RoutedEventArgs e ) : void
VisualizationComboBox_SelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void

Method Details

Analyze() public method

public Analyze ( ObservableCollection categoryListViewItems, String deviceName, CancellationToken cancellationToken ) : Task
categoryListViewItems ObservableCollection
deviceName String
cancellationToken System.Threading.CancellationToken
return Task

MarkPhotoAsBusy() public method

public MarkPhotoAsBusy ( CategoryListViewItem categoryListViewItem, int photoIndex ) : void
categoryListViewItem CategoryListViewItem
photoIndex int
return void

MarkPhotoAsCompleted() public method

public MarkPhotoAsCompleted ( CategoryListViewItem categoryListViewItem, int photoIndex ) : void
categoryListViewItem CategoryListViewItem
photoIndex int
return void

ResultDetailPage() public method

public ResultDetailPage ( Result result ) : Microsoft.Win32
result Result
return Microsoft.Win32