summaryrefslogtreecommitdiff
path: root/winrt/mupdf_cpp/MainPage.xaml.h
diff options
context:
space:
mode:
authorMichael Vrhel <michael.vrhel@artifex.com>2013-05-10 15:20:08 -0700
committerRobin Watts <robin.watts@artifex.com>2013-05-16 19:25:57 +0100
commit7afefc8342853df50dc1e1a192415cd1164a7382 (patch)
treedd7924dc87f6ba2f5168ddab92755a604a5f2570 /winrt/mupdf_cpp/MainPage.xaml.h
parent33280868285321bfa3e7e8cad7b77dbfa5ca26f6 (diff)
downloadmupdf-7afefc8342853df50dc1e1a192415cd1164a7382.tar.xz
Implemented zooming and fixed and simplified the binding of several objects to the UI XAML
Diffstat (limited to 'winrt/mupdf_cpp/MainPage.xaml.h')
-rw-r--r--winrt/mupdf_cpp/MainPage.xaml.h2
1 files changed, 1 insertions, 1 deletions
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);