class
UIng::Table::Model::Handler
- UIng::Table::Model::Handler
- Reference
- Object
Included Modules
- UIng::BlockConstructor
Defined in:
uing/table/table/model/handler.crConstructors
- .new(*args, &)
- .new(*args, **kwargs, &)
-
.new
Ameba counts branches inside the C callback closures as branches of this initializer even though each closure is an independent handler.
Instance Method Summary
- #cell_value(&block : LibC::Int, LibC::Int -> Value | Nil)
- #column_type(&block : LibC::Int -> Value::Type)
- #num_columns(&block : -> Int32)
- #num_rows(&block : -> Int32)
- #set_cell_value(&block : LibC::Int, LibC::Int, Value | Nil -> Nil)
- #to_unsafe
Macros inherited from module UIng::BlockConstructor
block_constructor
block_constructor
Constructor Detail
def self.new
#
Ameba counts branches inside the C callback closures as branches of this initializer even though each closure is an independent handler. ameba:disable Metrics/CyclomaticComplexity