Class: RubyCurses::ColumnInfo

Inherits:
Struct
  • Object
show all
Defined in:
lib/rbcurse/experimental/widgets/tablewidget.rb

Overview

column data, one instance for each column index is the index in the data of this column. This index will not change. Order of printing columns is determined by the ordering of the objects.

Instance Attribute Summary collapse

Instance Attribute Details

#alignObject

Returns the value of attribute align

Returns:

  • (Object)

    the current value of align



34
35
36
# File 'lib/rbcurse/experimental/widgets/tablewidget.rb', line 34

def align
  @align
end

#attribObject

Returns the value of attribute attrib

Returns:

  • (Object)

    the current value of attrib



34
35
36
# File 'lib/rbcurse/experimental/widgets/tablewidget.rb', line 34

def attrib
  @attrib
end

#bgcolorObject

Returns the value of attribute bgcolor

Returns:

  • (Object)

    the current value of bgcolor



34
35
36
# File 'lib/rbcurse/experimental/widgets/tablewidget.rb', line 34

def bgcolor
  @bgcolor
end

#colorObject

Returns the value of attribute color

Returns:

  • (Object)

    the current value of color



34
35
36
# File 'lib/rbcurse/experimental/widgets/tablewidget.rb', line 34

def color
  @color
end

#hiddenObject

Returns the value of attribute hidden

Returns:

  • (Object)

    the current value of hidden



34
35
36
# File 'lib/rbcurse/experimental/widgets/tablewidget.rb', line 34

def hidden
  @hidden
end

#indexObject

Returns the value of attribute index

Returns:

  • (Object)

    the current value of index



34
35
36
# File 'lib/rbcurse/experimental/widgets/tablewidget.rb', line 34

def index
  @index
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



34
35
36
# File 'lib/rbcurse/experimental/widgets/tablewidget.rb', line 34

def name
  @name
end

#offsetObject

Returns the value of attribute offset

Returns:

  • (Object)

    the current value of offset



34
35
36
# File 'lib/rbcurse/experimental/widgets/tablewidget.rb', line 34

def offset
  @offset
end

#widthObject

Returns the value of attribute width

Returns:

  • (Object)

    the current value of width



34
35
36
# File 'lib/rbcurse/experimental/widgets/tablewidget.rb', line 34

def width
  @width
end