OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MainPage
(Results
1 - 23
of
23
) sorted by null
/external/opencv3/samples/winrt/ImageManipulations/
Constants.cpp
12
#include "
MainPage
.xaml.h"
17
Platform::Array<Scenario>^
MainPage
::scenariosInner = ref new Platform::Array<Scenario>
MainPage.xaml.cpp
12
//
MainPage
.xaml.cpp
13
// Implementation of the
MainPage
.xaml class.
17
#include "
MainPage
.xaml.h"
33
MainPage
^
MainPage
::Current = nullptr;
35
MainPage
::
MainPage
()
48
this->SizeChanged += ref new SizeChangedEventHandler(this, &
MainPage
::MainPage_SizeChanged);
49
Scenarios->SelectionChanged += ref new SelectionChangedEventHandler(this, &
MainPage
::Scenarios_SelectionChanged);
51
MainPage
::Current = this
[
all
...]
Constants.h
22
partial ref class
MainPage
MainPage.xaml.h
12
//
MainPage
.xaml.h
13
// Declaration of the
MainPage
.xaml class.
19
#include "
MainPage
.g.h"
51
public ref class
MainPage
sealed
54
MainPage
();
102
static
MainPage
^ Current;
App.xaml.cpp
17
#include "
MainPage
.xaml.h"
88
if (!rootFrame->Navigate(TypeName(
MainPage
::typeid)))
AdvancedCapture.xaml.h
20
#include "
MainPage
.xaml.h"
48
MainPage
^ rootPage;
AdvancedCapture.xaml.cpp
81
// A pointer back to the main page. This is needed if you want to call methods in
MainPage
such
83
rootPage =
MainPage
::Current;
96
rootPage =
MainPage
::Current;
/external/opencv3/samples/winrt_universal/VideoCaptureXAML/video_capture_xaml/video_capture_xaml.Windows/
MainPage.xaml.h
2
//
MainPage
.xaml.h
3
// Declaration of the
MainPage
class.
8
#include "
MainPage
.g.h"
15
public ref class
MainPage
sealed
18
MainPage
();
MainPage.xaml.cpp
2
//
MainPage
.xaml.cpp
3
// Implementation of the
MainPage
class.
7
#include "
MainPage
.xaml.h"
38
MainPage
::
MainPage
()
42
Window::Current->VisibilityChanged += ref new Windows::UI::Xaml::WindowVisibilityChangedEventHandler(this, &video_capture_xaml::
MainPage
::OnVisibilityChanged);
57
void video_capture_xaml::
MainPage
::OnVisibilityChanged(Platform::Object ^sender,
/external/opencv3/samples/winrt_universal/VideoCaptureXAML/video_capture_xaml/video_capture_xaml.WindowsPhone/
MainPage.xaml.h
2
//
MainPage
.xaml.h
3
// Declaration of the
MainPage
class.
8
#include "
MainPage
.g.h"
15
public ref class
MainPage
sealed
18
MainPage
();
MainPage.xaml.cpp
2
//
MainPage
.xaml.cpp
3
// Implementation of the
MainPage
class.
7
#include "
MainPage
.xaml.h"
38
MainPage
::
MainPage
()
42
Window::Current->VisibilityChanged += ref new Windows::UI::Xaml::WindowVisibilityChangedEventHandler(this, &video_capture_xaml::
MainPage
::OnVisibilityChanged);
56
void video_capture_xaml::
MainPage
::OnVisibilityChanged(Platform::Object ^sender,
67
void
MainPage
::OnNavigatedTo(NavigationEventArgs^ e)
/external/opencv3/samples/winrt/FaceDetection/FaceDetection/
MainPage.xaml.h
2
//
MainPage
.xaml.h
3
// Declaration of the
MainPage
class.
8
#include "
MainPage
.g.h"
18
public ref class
MainPage
sealed
21
MainPage
();
MainPage.xaml.cpp
2
//
MainPage
.xaml.cpp
3
// Implementation of the
MainPage
class.
7
#include "
MainPage
.xaml.h"
37
MainPage
::
MainPage
()
42
void FaceDetection::
MainPage
::InitBtn_Click(Platform::Object^ sender, Windows::UI::Xaml::RoutedEventArgs^ e)
56
void FaceDetection::
MainPage
::detectBtn_Click(Platform::Object^ sender, Windows::UI::Xaml::RoutedEventArgs^ e)
79
void FaceDetection::
MainPage
::UpdateImage(const cv::Mat& image) {
App.xaml.cpp
7
#include "
MainPage
.xaml.h"
81
rootFrame->Navigate(TypeName(
MainPage
::typeid), e->Arguments);
95
rootFrame->Navigate(TypeName(
MainPage
::typeid), e->Arguments);
/external/opencv3/samples/winrt_universal/PhoneTutorial/
MainPage.xaml.h
2
//
MainPage
.xaml.h
3
// Declaration of the
MainPage
class.
8
#include "
MainPage
.g.h"
15
public ref class
MainPage
sealed
18
MainPage
();
MainPage.xaml.cpp
2
//
MainPage
.xaml.cpp
3
// Implementation of the
MainPage
class.
7
#include "
MainPage
.xaml.h"
32
MainPage
::
MainPage
()
42
void
MainPage
::OnNavigatedTo(NavigationEventArgs^ e)
72
void PhoneTutorial::
MainPage
::Process_Click(Platform::Object^ sender, Windows::UI::Xaml::RoutedEventArgs^ e)
99
void PhoneTutorial::
MainPage
::LoadImage()
118
void PhoneTutorial::
MainPage
::Reset_Click(Platform::Object^ sender, Windows::UI::Xaml::RoutedEventArgs^ e)
App.xaml.cpp
7
#include "
MainPage
.xaml.h"
94
if (!rootFrame->Navigate(
MainPage
::typeid, e->Arguments))
/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/samples/googleappengine/
call_compute_service_from_gae.py
17
class
MainPage
(webapp2.RequestHandler):
22
app = webapp2.WSGIApplication([('/',
MainPage
),], debug=True)
/external/opencv3/samples/winrt/OcvImageProcessing/OcvImageProcessing/
MainPage.xaml.cpp
2
//
MainPage
.xaml.cpp
3
// Implementation of the
MainPage
class.
7
#include "
MainPage
.xaml.h"
41
MainPage
::
MainPage
()
96
std::string OcvImageProcessing::
MainPage
::CreateTempFile(const std::string &suffix) {
104
bool OcvImageProcessing::
MainPage
::SaveImage(cv::Mat image) {
117
cv::String OcvImageProcessing::
MainPage
::ConvertPath(Platform::String^ path) {
137
std::string OcvImageProcessing::
MainPage
::StrToWStr(const std::wstring &input) {
155
void
MainPage
::OnNavigatedTo(NavigationEventArgs^ e
[
all
...]
App.xaml.cpp
7
#include "
MainPage
.xaml.h"
67
if (!rootFrame->Navigate(TypeName(
MainPage
::typeid), args->Arguments))
84
if (!rootFrame->Navigate(TypeName(
MainPage
::typeid), args->Arguments))
MainPage.xaml.h
2
//
MainPage
.xaml.h
3
// Declaration of the
MainPage
class.
8
#include "
MainPage
.g.h"
18
public ref class
MainPage
sealed
21
MainPage
();
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/demos/guestbook/server/
guestbook.py
41
class
MainPage
(webapp.RequestHandler):
145
('/',
MainPage
),
/external/opencv3/samples/winrt_universal/VideoCaptureXAML/video_capture_xaml/video_capture_xaml.Shared/
App.xaml.cpp
31
#include "
MainPage
.xaml.h"
122
if (!rootFrame->Navigate(
MainPage
::typeid, e->Arguments))
Completed in 129 milliseconds