tbx  0.7.5
Public Member Functions | List of all members
tbx::view::GadgetListCopyRow Class Reference

Interface for copying from one row to another. More...

#include <gadgetlistview.h>

Public Member Functions

virtual void copy_row (GadgetListView &glv, unsigned int from_row, unsigned int to_row)
 Copy data from one row in a gadget list to another. More...
 

Detailed Description

Interface for copying from one row to another.

Member Function Documentation

◆ copy_row()

void tbx::view::GadgetListCopyRow::copy_row ( GadgetListView glv,
unsigned int  from_row,
unsigned int  to_row 
)
virtual

Copy data from one row in a gadget list to another.

Default function to copy data from one row to another.

Base version just copies the value for the standard gadget types.

Parameters
glvGadgetListView to copy rows from
from_rowrow to copy from
to_rowrow to copy to

It will just copy the value/text property

Parameters
glvlist to copy row from
from_rowrow to copy from
to_rowrow to copy to

The documentation for this class was generated from the following files: