From 7afefc8342853df50dc1e1a192415cd1164a7382 Mon Sep 17 00:00:00 2001 From: Michael Vrhel Date: Fri, 10 May 2013 15:20:08 -0700 Subject: Implemented zooming and fixed and simplified the binding of several objects to the UI XAML --- winrt/mupdf_cpp/MainPage.xaml.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'winrt/mupdf_cpp/MainPage.xaml.h') diff --git a/winrt/mupdf_cpp/MainPage.xaml.h b/winrt/mupdf_cpp/MainPage.xaml.h index 562ef704..ad66787f 100644 --- a/winrt/mupdf_cpp/MainPage.xaml.h +++ b/winrt/mupdf_cpp/MainPage.xaml.h @@ -103,6 +103,7 @@ namespace mupdf_cpp bool m_sliderchange; bool m_update_flip; + void ReplaceImage(int page_num, InMemoryRandomAccessStream^ ras, Point ras_size); void Picker(Platform::Object^ sender, Windows::UI::Xaml::RoutedEventArgs^ e); void Searcher(Platform::Object^ sender, Windows::UI::Xaml::RoutedEventArgs^ e); void OpenDocumentPrep(StorageFile^ file); @@ -120,7 +121,6 @@ namespace mupdf_cpp void FlipView_SelectionChanged(Object^ sender, SelectionChangedEventArgs^ e); void SearchNext(Platform::Object^ sender, Windows::UI::Xaml::RoutedEventArgs^ e); void SearchPrev(Platform::Object^ sender, Windows::UI::Xaml::RoutedEventArgs^ e); - void ResetSearch(void); void CancelSearch(Platform::Object^ sender, Windows::UI::Xaml::RoutedEventArgs^ e); void SearchInDirection(int dir, String^ textToFind); void ShowSearchResults(SearchResult_t result); -- cgit v1.2.3