⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 rendver.tex

📁 很牛的GUI源码wxWidgets-2.8.0.zip 可在多种平台下运行.
💻 TEX
字号:
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Name:        rendver.tex%% Purpose:     wxRendererVersion documentation%% Author:      Vadim Zeitlin%% Modified by:%% Created:     11.08.03%% RCS-ID:      $Id: rendver.tex,v 1.4 2005/02/22 15:09:52 ABX Exp $%% Copyright:   (c) 2003 Vadim Zeitlin <vadim@wxwindows.org>%% License:     wxWindows license%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%\section{\class{wxRendererVersion}}\label{wxrendererversion}This simple struct represents the \helpref{wxRendererNative}{wxrenderernative} interface version and is only used as the return value of \helpref{wxRendererNative::GetVersion}{wxrenderernativegetversion}.The version has two components: the version itself and the age. If the mainprogram and the renderer have different versions they are never compatible witheach other because the version is only changed when an existing virtualfunction is modified or removed. The age, on the other hand, is incrementedeach time a new virtual method is added and so, at least for the compilersusing a common C++ object model, the calling program is compatible with anyrenderer which has the age greater or equal to its age. This verification isdone by \helpref{IsCompatible}{wxrenderernativeiscompatible} method.\wxheading{Derived from}No base class\wxheading{Include files}<wx/renderer.h>\latexignore{\rtfignore{\wxheading{Members}}}\membersection{wxRendererVersion::IsCompatible}\label{wxrenderernativeiscompatible}\func{static bool}{IsCompatible}{\param{const wxRendererVersion\& }{ver}}Checks if the main program is compatible with the renderer having the version \arg{ver}, returns \true if it is and \false otherwise.This method is used by \helpref{wxRendererNative::Load}{wxrenderernativeload} to determine whether arenderer can be used.\membersection{wxRendererVersion::version}\label{wxrendererversionversion}\member{const int}{version}The version component.\membersection{wxRendererVersion::age}\label{wxrendererversionage}\member{const int}{age}The age component.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -