

Public Member Functions | |
| def | __init__ |
| constructor | |
| def | resetTheData |
| Throw away any information in the tables. | |
| def | setTheData |
| Add the data to the table. | |
| def | addBlock |
| Add a row to the blocks table. | |
| def | addHeaderInfo |
| Add a row to the header info. | |
| def | addRow |
Public Attributes | |
| ui | |
| numBlocksRows | |
| numHeaderRows | |
| def CDataBrowserModule::CDataBrowser::addBlock | ( | self, | ||
| name, | ||||
| size | ||||
| ) |
Add a row to the blocks table.
Just connect your own signal (emit(customSignal(QString, int)) to this slot to put entries in this table
| def CDataBrowserModule::CDataBrowser::addHeaderInfo | ( | self, | ||
| name, | ||||
| values | ||||
| ) |
Add a row to the header info.
Connect your own signals to this function
1.5.8