GFC Logo GFC Title Logo
Reference Manual
Main Page  |  Namespace List  |  Alphabetical List  |  Class List  |  File List

GFC::Atk::TableSignals Class Reference

Abstract base class that implements the virtual signal handlers for Atk::Table. More...

#include <gfc/atk/tablesignals.hh>

Inheritance diagram for GFC::Atk::TableSignals:

GFC::G::TypeInterface GFC::G::TypeInstance GFC::Trackable List of all members.

Public Member Functions

Signal Handlers

Protected Member Functions

Constructors

Detailed Description

Abstract base class that implements the virtual signal handlers for Atk::Table.


Constructor & Destructor Documentation

GFC::Atk::TableSignals::TableSignals Table table  )  [protected]
 

Constructs a new TableSignals object.

Parameters:
table A Table object inheriting the TableSignals implementation.


Member Function Documentation

virtual void GFC::Atk::TableSignals::on_column_deleted int  column,
int  num_deleted
[virtual]
 

Called when one or more columns in the table are deleted.

Parameters:
column The index of the first column deleted.
num_deleted The number of columns deleted.

virtual void GFC::Atk::TableSignals::on_column_inserted int  column,
int  num_inserted
[virtual]
 

Called when one or more columns are inserted into the table.

Parameters:
column The index of the first column inserted.
num_inserted The number of columns inserted.

virtual void GFC::Atk::TableSignals::on_row_deleted int  row,
int  num_deleted
[virtual]
 

Called when one or more rows in the table are deleted.

Parameters:
row The index of the first row deleted.
num_deleted The number of rows deleted.

virtual void GFC::Atk::TableSignals::on_row_inserted int  row,
int  num_inserted
[virtual]
 

Called when one or more rows are inserted into the table.

Parameters:
row The index of the first row inserted.
num_inserted The number of rows inserted.


The documentation for this class was generated from the following file:
Generated on Tue Aug 24 00:34:35 2004 for GFC-UI by doxygen 1.3.8