iconloc.tex

来自「Wxpython Implemented on Windows CE, Sou」· TEX 代码 · 共 47 行

TEX
47
字号
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% Name:        iconloc.tex
%% Purpose:     wxIconLocation documentation
%% Author:      Vadim Zeitlin
%% Modified by:
%% Created:     21.06.03
%% RCS-ID:      $Id: iconloc.tex,v 1.4 2005/02/22 15:09:50 ABX Exp $
%% Copyright:   (c) 2003 Vadim Zeitlin <vadim@wxwindows.org>
%% License:     wxWindows license
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\section{\class{wxIconLocation}}\label{wxiconlocation}

wxIconLocation is a tiny class describing the location of an (external, i.e.
not embedded into the application resources) icon. For most platforms it simply
contains the file name but under some others (notably Windows) the same file
may contain multiple icons and so this class also stores the index of the icon
inside the file.

In any case, its details should be of no interest to the application code and
most of them are not even documented here (on purpose) as it is only meant to
be used as an opaque class: the application may get the object of this class
from somewhere and the only reasonable thing to do with it later is to create
a \helpref{wxIcon}{wxicon} from it.

\wxheading{Derived from}

None.

\wxheading{Include files}

<wx/iconloc.h>

\wxheading{See also}

\helpref{wxIcon}{wxicon}, \helpref{wxFileType::GetIcon}{wxfiletypegeticon}

\latexignore{\rtfignore{\wxheading{Members}}}

\membersection{wxIconLocation::IsOk}\label{wxiconlocationisok}

\constfunc{bool}{IsOk}{\void}

Returns {\tt true} if the object is valid, i.e. was properly initialized, and 
{\tt false} otherwise.

⌨️ 快捷键说明

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