#include <tablebottombox.hpp>
Enumerator |
---|
EditMode_None |
|
EditMode_Creation |
|
EditMode_ExtendedConfig |
|
CSVWorld::TableBottomBox::~TableBottomBox |
( |
| ) |
|
|
virtual |
bool CSVWorld::TableBottomBox::canCreateAndDelete |
( |
| ) |
const |
Is record creation and deletion supported?
- Note
- The BotomBox does not partake in the deletion of records.
void CSVWorld::TableBottomBox::createRequest |
( |
| ) |
|
|
slot |
void CSVWorld::TableBottomBox::currentWidgetChanged |
( |
int |
index | ) |
|
|
privateslot |
bool CSVWorld::TableBottomBox::eventFilter |
( |
QObject * |
object, |
|
|
QEvent * |
event |
|
) |
| |
|
virtual |
void CSVWorld::TableBottomBox::extendedDeleteConfigRequest |
( |
const std::vector< std::string > & |
selectedIds | ) |
|
|
slot |
void CSVWorld::TableBottomBox::extendedRevertConfigRequest |
( |
const std::vector< std::string > & |
selectedIds | ) |
|
|
slot |
void CSVWorld::TableBottomBox::noMorePosition |
( |
| ) |
|
|
slot |
void CSVWorld::TableBottomBox::positionChanged |
( |
int |
row, |
|
|
int |
column |
|
) |
| |
|
slot |
void CSVWorld::TableBottomBox::requestDone |
( |
| ) |
|
|
privateslot |
- Note
- This slot being called does not imply success.
void CSVWorld::TableBottomBox::requestFocus |
( |
const std::string & |
id | ) |
|
|
signal |
Request owner of this box to focus the just created id. The owner may ignore this request.
void CSVWorld::TableBottomBox::selectionSizeChanged |
( |
int |
size | ) |
|
|
slot |
void CSVWorld::TableBottomBox::setEditLock |
( |
bool |
locked | ) |
|
void CSVWorld::TableBottomBox::setStatusBar |
( |
bool |
show | ) |
|
void CSVWorld::TableBottomBox::tableSizeChanged |
( |
int |
size, |
|
|
int |
deleted, |
|
|
int |
modified |
|
) |
| |
|
slot |
- Parameters
-
size | Number of not deleted records |
deleted | Number of deleted records |
modified | Number of added and modified records |
void CSVWorld::TableBottomBox::updateSize |
( |
| ) |
|
|
private |
void CSVWorld::TableBottomBox::updateStatus |
( |
| ) |
|
|
private |
int CSVWorld::TableBottomBox::mColumn |
|
private |
Creator* CSVWorld::TableBottomBox::mCreator |
|
private |
EditMode CSVWorld::TableBottomBox::mEditMode |
|
private |
bool CSVWorld::TableBottomBox::mHasPosition |
|
private |
QStackedLayout* CSVWorld::TableBottomBox::mLayout |
|
private |
int CSVWorld::TableBottomBox::mRow |
|
private |
bool CSVWorld::TableBottomBox::mShowStatusBar |
|
private |
QLabel* CSVWorld::TableBottomBox::mStatus |
|
private |
QStatusBar* CSVWorld::TableBottomBox::mStatusBar |
|
private |
int CSVWorld::TableBottomBox::mStatusCount[4] |
|
private |
The documentation for this class was generated from the following files: