class UIng::TableModelHandler
- UIng::TableModelHandler
- Reference
- Object
Defined in:
uing/table/table_model_handler.crConstructors
Macro Summary
Instance Method Summary
- #cell_value(&block : Pointer(LibUI::TableModelHandler), Pointer(LibUI::TableModel), LibC::Int, LibC::Int -> Pointer(LibUI::TableValue))
- #column_type(&block : Pointer(LibUI::TableModelHandler), Pointer(LibUI::TableModel), LibC::Int -> LibUI::TableValueType)
- #num_columns(&block : Pointer(LibUI::TableModelHandler), Pointer(LibUI::TableModel) -> LibC::Int)
- #num_rows(&block : Pointer(LibUI::TableModelHandler), Pointer(LibUI::TableModel) -> LibC::Int)
- #set_cell_value(&block : Pointer(LibUI::TableModelHandler), Pointer(LibUI::TableModel), LibC::Int, LibC::Int, Pointer(LibUI::TableValue) -> Void)
- #to_unsafe
Constructor Detail
Macro Detail
Instance Method Detail
def cell_value(&block : Pointer(LibUI::TableModelHandler), Pointer(LibUI::TableModel), LibC::Int, LibC::Int -> Pointer(LibUI::TableValue))
#
def column_type(&block : Pointer(LibUI::TableModelHandler), Pointer(LibUI::TableModel), LibC::Int -> LibUI::TableValueType)
#
def num_columns(&block : Pointer(LibUI::TableModelHandler), Pointer(LibUI::TableModel) -> LibC::Int)
#
def num_rows(&block : Pointer(LibUI::TableModelHandler), Pointer(LibUI::TableModel) -> LibC::Int)
#
def set_cell_value(&block : Pointer(LibUI::TableModelHandler), Pointer(LibUI::TableModel), LibC::Int, LibC::Int, Pointer(LibUI::TableValue) -> Void)
#