📄 iconloc.tex
字号:
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 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 simplycontains the file name but under some others (notably Windows) the same filemay contain multiple icons and so this class also stores the index of the iconinside the file.In any case, its details should be of no interest to the application code andmost of them are not even documented here (on purpose) as it is only meant tobe used as an opaque class: the application may get the object of this classfrom somewhere and the only reasonable thing to do with it later is to createa \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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -