~paparazzi-uav/paparazzi/v5.0-manual

« back to all changes in this revision

Viewing changes to sw/ext/opencv_bebop/opencv/samples/winrt_universal/VideoCaptureXAML/video_capture_xaml/video_capture_xaml.Windows/MainPage.xaml.h

  • Committer: Paparazzi buildbot
  • Date: 2016-05-18 15:00:29 UTC
  • Revision ID: felix.ruess+docbot@gmail.com-20160518150029-e8lgzi5kvb4p7un9
Manual import commit 4b8bbb730080dac23cf816b98908dacfabe2a8ec from v5.0 branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
//
 
2
// MainPage.xaml.h
 
3
// Declaration of the MainPage class.
 
4
//
 
5
 
 
6
#pragma once
 
7
 
 
8
#include "MainPage.g.h"
 
9
 
 
10
namespace video_capture_xaml
 
11
{
 
12
    /// <summary>
 
13
    /// An empty page that can be used on its own or navigated to within a Frame.
 
14
    /// </summary>
 
15
    public ref class MainPage sealed
 
16
    {
 
17
    public:
 
18
        MainPage();
 
19
 
 
20
    private:
 
21
        void OnVisibilityChanged(Platform::Object ^sender, Windows::UI::Core::VisibilityChangedEventArgs ^e);
 
22
 
 
23
    };
 
24
}