ogretextfindcomponentenumerator.h

来自「Mac OS X 平台一文本编辑器的源代码」· C头文件 代码 · 共 32 行

H
32
字号
/* * Name: OgreTextFindComponentEnumerator.h * Project: OgreKit * * Creation Date: Jun 05 2004 * Author: Isao Sonobe <sonoisa (AT) muse (DOT) ocn (DOT) ne (DOT) jp> * Copyright: Copyright (c) 2003 Isao Sonobe, All rights reserved. * License: OgreKit License * * Encoding: UTF8 * Tabsize: 4 */#import <Foundation/Foundation.h>@class OgreTextFindBranch;@interface OgreTextFindComponentEnumerator : NSEnumerator{    OgreTextFindBranch	*_branch;    unsigned			*_indexes, _count;	int					_nextIndex;    int					_terminalIndex;    BOOL				_inSelection;}- (id)initWithBranch:(OgreTextFindBranch*)aBranch inSelection:(BOOL)inSelection;- (void)setTerminalIndex:(int)index;- (void)setStartIndex:(int)index;@end

⌨️ 快捷键说明

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