1 #ifndef CSV_WORLD_BOTTOMBOX_H
2 #define CSV_WORLD_BOTTOMBOX_H
20 class CreatorFactoryBase;
55 const std::vector<std::string> &selectedIds);
108 void touchRequest(
const std::vector<CSMWorld::UniversalId>&);
void requestFocus(const std::string &id)
Record creator UI base class.
Definition: creator.hpp:21
void message(CodeContainer &code, Literals &literals, const std::string &message, int buttons)
Definition: generator.cpp:537
Definition: tablebottombox.hpp:27
void currentWidgetChanged(int index)
Definition: tablebottombox.cpp:182
virtual bool eventFilter(QObject *object, QEvent *event)
Definition: tablebottombox.cpp:139
void selectionSizeChanged(int size)
Definition: tablebottombox.cpp:193
Creator * mCreator
Definition: tablebottombox.hpp:35
ExtendedCommandConfigurator * mExtendedConfigurator
Definition: tablebottombox.hpp:36
bool canCreateAndDelete() const
Definition: tablebottombox.cpp:166
void updateSize()
Definition: tablebottombox.cpp:13
void extendedDeleteConfigRequest(const std::vector< std::string > &selectedIds)
Definition: tablebottombox.cpp:273
static const struct @8 signals[]
void tableSizeChanged(int size, int deleted, int modified)
Definition: tablebottombox.cpp:203
Type
Definition: universalid.hpp:40
void updateStatus()
Definition: tablebottombox.cpp:27
void extendedRevertConfigRequest(const std::vector< std::string > &selectedIds)
Definition: tablebottombox.cpp:278
void setStatusBar(bool show)
Definition: tablebottombox.cpp:153
void requestDone()
Definition: tablebottombox.cpp:171
Definition: tablebottombox.hpp:27
Definition: tablebottombox.hpp:27
QLabel * mStatus
Definition: tablebottombox.hpp:30
QString mStatusMessage
Definition: tablebottombox.hpp:42
virtual ~TableBottomBox()
Definition: tablebottombox.cpp:134
Definition: tablebottombox.hpp:23
void positionChanged(int row, int column)
Definition: tablebottombox.cpp:232
Definition: extendedcommandconfigurator.hpp:29
bool mShowStatusBar
Definition: tablebottombox.hpp:29
Mode
Definition: extendedcommandconfigurator.hpp:34
int mColumn
Definition: tablebottombox.hpp:41
void createRequest()
Definition: tablebottombox.cpp:246
Base class for Creator factory.
Definition: creator.hpp:57
int mStatusCount[4]
Definition: tablebottombox.hpp:32
QStatusBar * mStatusBar
Definition: tablebottombox.hpp:31
EditMode mEditMode
Definition: tablebottombox.hpp:34
Definition: document.hpp:57
QStackedLayout * mLayout
Definition: tablebottombox.hpp:38
TableBottomBox & operator=(const TableBottomBox &)
void setEditLock(bool locked)
Definition: tablebottombox.cpp:127
void extendedConfigRequest(ExtendedCommandConfigurator::Mode mode, const std::vector< std::string > &selectedIds)
Definition: tablebottombox.cpp:71
void noMorePosition()
Definition: tablebottombox.cpp:240
bool mHasPosition
Definition: tablebottombox.hpp:39
void cloneRequest(const std::string &id, const CSMWorld::UniversalId::Type type)
Definition: tablebottombox.cpp:256
EditMode
Definition: tablebottombox.hpp:27
TableBottomBox(const TableBottomBox &)
void touchRequest(const std::vector< CSMWorld::UniversalId > &)
Definition: tablebottombox.cpp:268
void setStatusMessage(const QString &message)
Definition: tablebottombox.cpp:187
int mRow
Definition: tablebottombox.hpp:40
Definition: universalid.hpp:12