|
Samond Classes Library 1.1.6-RELEASE build 132
|
Class SCTextIndex header file. More...
#import <scl/SCServiceObject.h>#import <scl/SCTypes.h>Go to the source code of this file.
Classes | |
| class | SCTextIndex |
| Text position class. More... | |
Defines | |
| #define | SCTextIndexClass @"SCTextIndex" |
| SCTextIndex class name. | |
Functions | |
| SCTextIndex * | SCMakeTextIndex (SCULong line, SCULong character) |
Class SCTextIndex header file.
Contains the declaration of the class SCTextIndex, which represens the pointer within text information (line and character indexes).
File was introduced in version 1.1.4.
| SCTextIndex* SCMakeTextIndex | ( | SCULong | line, |
| SCULong | character | ||
| ) |
Function returns the text index with the specified line and character numbers.
| line | - line number |
| character | - character number |
1.7.3