FRX SDK Documentation 2025 SP0
Loading...
Searching...
No Matches
Public Member Functions | Static Public Member Functions | Static Public Attributes | List of all members
TextEditorColumns Class Reference

#include <TextEditorColumns.h>

Public Member Functions

 TextEditorColumns (AcDbMText const *)
 
 TextEditorColumns (TextEditorColumns const &)
 
 TextEditorColumns (TextEditorColumns const *)
 
 TextEditorColumns (void)
 
 ~TextEditorColumns (void)
 
bool auto_height (void) const
 
bool flow_reversed (void) const
 
bool validate (double, double, double)
 
TextEditorColumnsoperator= (TextEditorColumns const &)
 
double gutter (void) const
 
double height (int) const
 
double width (void) const
 
AcDbMText::ColumnType type (void) const
 
int count (void) const
 
int num_heights (void) const
 
void calc_values (double, double)
 
void from_mtext (AcDbMText const *)
 
void reset_heights (void)
 
void set_auto_height (bool)
 
void set_count (int)
 
void set_flow_reversed (bool)
 
void set_gutter (double)
 
void set_height (int, double)
 
void set_type (AcDbMText::ColumnType)
 
void set_width (double)
 
void to_mtext (AcDbMText *) const
 

Static Public Member Functions

static bool __cdecl dxfIn (resbuf &, TextEditorColumns *&, int, int)
 
static bool __cdecl valid_auto_height (bool)
 
static bool __cdecl valid_count (int)
 
static bool __cdecl valid_flow_reversed (bool)
 
static bool __cdecl valid_gutter (double)
 
static bool __cdecl valid_height (double)
 
static bool __cdecl valid_type (int)
 
static bool __cdecl valid_width (double)
 
static double __cdecl def_gutter (double)
 
static double __cdecl min_width (double)
 
static void __cdecl dwgIn (AcDbDwgFiler *, TextEditorColumns *&)
 
static void __cdecl dwgOut (AcDbDwgFiler *, TextEditorColumns const *)
 
static void __cdecl dxfOut (AcDbDxfFiler *, TextEditorColumns const *, int, int)
 

Static Public Attributes

static ARX_API_STATIC int const kMaxCount
 

Detailed Description

Definition at line 25 of file TextEditorColumns.h.

Constructor & Destructor Documentation

◆ TextEditorColumns() [1/4]

TextEditorColumns::TextEditorColumns ( AcDbMText const * )

◆ TextEditorColumns() [2/4]

TextEditorColumns::TextEditorColumns ( TextEditorColumns const & )

◆ TextEditorColumns() [3/4]

TextEditorColumns::TextEditorColumns ( TextEditorColumns const * )

◆ TextEditorColumns() [4/4]

TextEditorColumns::TextEditorColumns ( void )

◆ ~TextEditorColumns()

TextEditorColumns::~TextEditorColumns ( void )

Member Function Documentation

◆ auto_height()

bool TextEditorColumns::auto_height ( void ) const

◆ calc_values()

void TextEditorColumns::calc_values ( double ,
double  )

◆ count()

int TextEditorColumns::count ( void ) const

◆ def_gutter()

static double __cdecl TextEditorColumns::def_gutter ( double )
static

◆ dwgIn()

static void __cdecl TextEditorColumns::dwgIn ( AcDbDwgFiler * ,
TextEditorColumns *&  )
static

◆ dwgOut()

static void __cdecl TextEditorColumns::dwgOut ( AcDbDwgFiler * ,
TextEditorColumns const *  )
static

◆ dxfIn()

static bool __cdecl TextEditorColumns::dxfIn ( resbuf & ,
TextEditorColumns *& ,
int ,
int  )
static

◆ dxfOut()

static void __cdecl TextEditorColumns::dxfOut ( AcDbDxfFiler * ,
TextEditorColumns const * ,
int ,
int  )
static

◆ flow_reversed()

bool TextEditorColumns::flow_reversed ( void ) const

◆ from_mtext()

void TextEditorColumns::from_mtext ( AcDbMText const * )

◆ gutter()

double TextEditorColumns::gutter ( void ) const

◆ height()

double TextEditorColumns::height ( int ) const

◆ min_width()

static double __cdecl TextEditorColumns::min_width ( double )
static

◆ num_heights()

int TextEditorColumns::num_heights ( void ) const

◆ operator=()

TextEditorColumns & TextEditorColumns::operator= ( TextEditorColumns const & )

◆ reset_heights()

void TextEditorColumns::reset_heights ( void )

◆ set_auto_height()

void TextEditorColumns::set_auto_height ( bool )

◆ set_count()

void TextEditorColumns::set_count ( int )

◆ set_flow_reversed()

void TextEditorColumns::set_flow_reversed ( bool )

◆ set_gutter()

void TextEditorColumns::set_gutter ( double )

◆ set_height()

void TextEditorColumns::set_height ( int ,
double  )

◆ set_type()

void TextEditorColumns::set_type ( AcDbMText::ColumnType )

◆ set_width()

void TextEditorColumns::set_width ( double )

◆ to_mtext()

void TextEditorColumns::to_mtext ( AcDbMText * ) const

◆ type()

AcDbMText::ColumnType TextEditorColumns::type ( void ) const

◆ valid_auto_height()

static bool __cdecl TextEditorColumns::valid_auto_height ( bool )
static

◆ valid_count()

static bool __cdecl TextEditorColumns::valid_count ( int )
static

◆ valid_flow_reversed()

static bool __cdecl TextEditorColumns::valid_flow_reversed ( bool )
static

◆ valid_gutter()

static bool __cdecl TextEditorColumns::valid_gutter ( double )
static

◆ valid_height()

static bool __cdecl TextEditorColumns::valid_height ( double )
static

◆ valid_type()

static bool __cdecl TextEditorColumns::valid_type ( int )
static

◆ valid_width()

static bool __cdecl TextEditorColumns::valid_width ( double )
static

◆ validate()

bool TextEditorColumns::validate ( double ,
double ,
double  )

◆ width()

double TextEditorColumns::width ( void ) const

Member Data Documentation

◆ kMaxCount

ARX_API_STATIC int const TextEditorColumns::kMaxCount
static

Definition at line 28 of file TextEditorColumns.h.


The documentation for this class was generated from the following file: