3 #include "../apps_container.h" 4 #include "../constant.h" 20 ::StoreController::willDisplayCellAtLocation(cell, i, j);
26 mytitleCell->
setMessage(I18n::Message::Values);
34 return m_titleCells[index];
37 bool StoreController::setDataAtLocation(
double floatBody,
int columnIndex,
int rowIndex) {
41 if (columnIndex == 1) {
51 View * StoreController::loadView() {
58 void StoreController::unloadView(
View * view) {
60 delete m_titleCells[i];
61 m_titleCells[i] =
nullptr;
void set(double f, int i, int j)
bool setDataAtLocation(double floatBody, int columnIndex, int rowIndex) override
void unloadView(View *view) override
View * loadView() override
StoreController(Responder *parentResponder, FloatPairStore *store, ButtonRowController *header)
void setMessage(I18n::Message textContent, KDColor textColor=KDColorBlack)
static constexpr int k_numberOfTitleCells
bool cellAtLocationIsEditable(int columnIndex, int rowIndex) override
void willDisplayCellAtLocation(HighlightCell *cell, int i, int j) override