Class: Canis::TreeSelectionEvent

Inherits:
Struct
  • Object
show all
Defined in:
lib/canis/core/widgets/tree.rb

Overview

structures {{{

Instance Attribute Summary collapse

Instance Attribute Details

#nodeObject

Returns the value of attribute node

Returns:

  • (Object)

    the current value of node



43
44
45
# File 'lib/canis/core/widgets/tree.rb', line 43

def node
  @node
end

#previous_nodeObject

Returns the value of attribute previous_node

Returns:

  • (Object)

    the current value of previous_node



43
44
45
# File 'lib/canis/core/widgets/tree.rb', line 43

def previous_node
  @previous_node
end

#row_firstObject

Returns the value of attribute row_first

Returns:

  • (Object)

    the current value of row_first



43
44
45
# File 'lib/canis/core/widgets/tree.rb', line 43

def row_first
  @row_first
end

#stateObject

Returns the value of attribute state

Returns:

  • (Object)

    the current value of state



43
44
45
# File 'lib/canis/core/widgets/tree.rb', line 43

def state
  @state
end

#treeObject

Returns the value of attribute tree

Returns:

  • (Object)

    the current value of tree



43
44
45
# File 'lib/canis/core/widgets/tree.rb', line 43

def tree
  @tree
end