Samond Classes Library 1.1.6-RELEASE build 132
Classes | Defines | Functions

SCTextIndex.h File Reference

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

SCTextIndexSCMakeTextIndex (SCULong line, SCULong character)

Detailed Description

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.


Function Documentation

SCTextIndex* SCMakeTextIndex ( SCULong  line,
SCULong  character 
)

Function returns the text index with the specified line and character numbers.

Parameters:
line- line number
character- character number
Returns:
Text index
 All Classes Files Functions Typedefs Enumerations Enumerator Defines