C# Class ViqetDesktop.ResultPage

Interaction logic for ResultPage.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
CheckErrors ( ) : void
MarkPhotoAsBusy ( CategoryListViewItem categoryListViewItem, int photoIndex ) : void
MarkPhotoAsCompleted ( CategoryListViewItem categoryListViewItem, int photoIndex ) : void
ResultDetailPageInit ( ) : void
ResultPage ( Result result, int backCount ) : System

Private Methods

Method Description
AboutButton_Click ( object sender, RoutedEventArgs e ) : void
BackButton_Click ( object sender, RoutedEventArgs e ) : void
ChangeGridBackground ( Grid grid, string imageName ) : void
CreatePhotoListViewItem ( Photo photo, bool enabled ) : PhotoListViewItem
DetailedResultsButton_Click ( object sender, RoutedEventArgs e ) : void
ExportCSVButton_Click ( object sender, RoutedEventArgs e ) : void
ExportComboBox_SelectionChanged ( object sender, RoutedEventArgs e ) : void
ExportPDFButton_Click ( object sender, RoutedEventArgs e ) : void
ExportXMLButton_Click ( object sender, RoutedEventArgs e ) : void
FetchImage ( string fileName, int decodePixelWidth ) : BitmapImage
FinishedButton_Click ( object sender, RoutedEventArgs e ) : void
GetResultTableItems ( Result result ) : List
Help_Click ( object sender, RoutedEventArgs e ) : void
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
PopulateStars ( double mos, Grid stars ) : 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

CheckErrors() public method

public CheckErrors ( ) : void
return void

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

ResultDetailPageInit() public method

public ResultDetailPageInit ( ) : void
return void

ResultPage() public method

public ResultPage ( Result result, int backCount ) : System
result Result
backCount int
return System