Gjsify LogoGjsify Logo

Hierarchy

  • Text

Index

Constructors

  • Creates a new #GdaText object, initialy with no string. Use #gda_text_set_string() to set a string to.

    Returns Gda.Text

Properties

name: string

Methods

  • free(): void
  • getString(): string
  • setString(str: string): void
  • Set string. The string is duplicated.

    Parameters

    • str: string

      a string to set from

    Returns void

  • takeString(str: string): void
  • Takes ownership on a given string, so you don't need to free it.

    Parameters

    • str: string

      a string to take ownership on

    Returns void

  • Creates a new #GdaText object, initialy with no string. Use #gda_text_set_string() to set a string to.

    Returns Gda.Text

  • toAlphanum(text: string): string
  • The "encoding" consists in replacing non alphanumeric character with the string "__gdaXX" where XX is the hex. representation of the non alphanumeric char.

    Parameters

    • text: string

      the text to convert

    Returns string

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method