FRX SDK Documentation 2025 SP0
Loading...
Searching...
No Matches
TextEditorParaTabs.h
Go to the documentation of this file.
1#pragma once
2
3//
4// (C) Copyright 2005-2024 by Graebert GmbH.
5//
6// Permission to use, copy, modify, and distribute this software in
7// object code form for any purpose and without fee is hereby granted,
8// provided that the above copyright notice appears in all copies and
9// that both that copyright notice and the limited warranty and
10// restricted rights notice below appear in all supporting
11// documentation.
12//
13// GRAEBERT PROVIDES THIS PROGRAM "AS IS" AND WITH ALL FAULTS.
14// GRAEBERT SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTY OF
15// MERCHANTABILITY OR FITNESS FOR A PARTICULAR USE. GRAEBERT GMBH
16// DOES NOT WARRANT THAT THE OPERATION OF THE PROGRAM WILL BE
17// UNINTERRUPTED OR ERROR FREE.
18
20
22{
23public:
24 ARX_API_STATIC static int const kMaxTabStops;
25
26public:
30 bool operator!=( TextEditorParaTabs const &)const ;
31 bool operator==( TextEditorParaTabs const &)const ;
32 bool scale(double);
34 double offset(int)const ;
35 int add( TextEditorParaTab const &,bool);
36 int count(void)const ;
37 short dec_char(int)const ;
38 short leader(int)const ;
39 short type(int)const ;
40 TextEditorParaTab const & tab(int)const ;
41 void clean(void);
42 void remove(double);
43 void remove(int);
44 void remove( TextEditorParaTab const &);
45 void reset(void);
46 void set_dec_char(int,wchar_t);
47 void set_leader(int,wchar_t);
48 void set_type(int,short);
49
50};
#define ARX_API_STATIC
Definition FxARXAPI.h:25
void set_leader(int, wchar_t)
void remove(double)
TextEditorParaTab const & tab(int) const
short type(int) const
TextEditorParaTabs & operator=(TextEditorParaTabs const &)
short dec_char(int) const
double offset(int) const
void set_type(int, short)
int add(TextEditorParaTab const &, bool)
bool scale(double)
int count(void) const
void remove(TextEditorParaTab const &)
static ARX_API_STATIC int const kMaxTabStops
short leader(int) const
TextEditorParaTabs(TextEditorParaTabs const &)
bool operator==(TextEditorParaTabs const &) const
bool operator!=(TextEditorParaTabs const &) const
void set_dec_char(int, wchar_t)