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

📄 ogretextfindbranch.h

📁 Mac OS X 平台一文本编辑器的源代码
💻 H
字号:
/* * Name: OgreTextFindBranch.h * Project: OgreKit * * Creation Date: Sep 26 2003 * 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 <OgreKit/OgreTextFindComponent.h>@class OgreFindResultBranch, OgreTextFindThread;@interface OgreTextFindBranch : NSObject <OgreTextFindComponent>{    OgreTextFindBranch      *_parent;    int                     _index;    BOOL                    _isParentRetained;    BOOL                    _isTerminal;    BOOL                    _isReversed;}/* Getting selected components */-(NSIndexSet*)selectedIndexes;/* Getting an enumerator */- (NSEnumerator*)componentEnumeratorInSelection:(BOOL)inSelection;  // in the responder chain ordering- (OgreFindResultBranch*)findResultBranchWithThread:(OgreTextFindThread*)aThread;@end

⌨️ 快捷键说明

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