代码搜索:View
找到约 10,000 项符合「View」的源代码
代码结果 10,000
www.eeworm.com/read/186679/8916695
cpp view.cpp
/*
View.cpp : implementation of the CSnaggerView class
Implements the view class which is responsible for most of the user
interface presentation.
Author: Steven E. Sipe
*/
#include "s
www.eeworm.com/read/186679/8916791
h view.h
// View.h : interface of the CSnaggerView class
//
/////////////////////////////////////////////////////////////////////////////
#if !defined(__VIEW_H__)
#define __VIEW_H__
#if _MSC_VER >= 10
www.eeworm.com/read/186679/8917774
cpp view.cpp
// view.cpp : implementation of the CTermView class
//
#include "stdafx.h"
#include "wsterm.h"
#include "doc.h"
#include "termsock.h"
#include "view.h"
#include "connectd.h"
#ifdef _DEBU
www.eeworm.com/read/186679/8917828
h view.h
// view.h : interface of the CTermView class
//
/////////////////////////////////////////////////////////////////////////////
class CTermView : public CEditView
{
protected: // create from seri
www.eeworm.com/read/427787/8921065