1 #ifndef CSV_WORLD_BOTTOMBOX_H
2 #define CSV_WORLD_BOTTOMBOX_H
20 class CreatorFactoryBase;
54 const std::vector<std::string> &selectedIds);
void requestFocus(const std::string &id)
Record creator UI base class.
Definition: creator.hpp:21
static const struct @2 signals[]
Definition: tablebottombox.hpp:27
void currentWidgetChanged(int index)
Definition: tablebottombox.cpp:176
virtual bool eventFilter(QObject *object, QEvent *event)
Definition: tablebottombox.cpp:133
void selectionSizeChanged(int size)
Definition: tablebottombox.cpp:181
Creator * mCreator
Definition: tablebottombox.hpp:35
ExtendedCommandConfigurator * mExtendedConfigurator
Definition: tablebottombox.hpp:36
bool canCreateAndDelete() const
Definition: tablebottombox.cpp:160
void updateSize()
Definition: tablebottombox.cpp:13
void extendedDeleteConfigRequest(const std::vector< std::string > &selectedIds)
Definition: tablebottombox.cpp:252
void tableSizeChanged(int size, int deleted, int modified)
Definition: tablebottombox.cpp:190
Type
Definition: universalid.hpp:40
void updateStatus()
Definition: tablebottombox.cpp:27
void extendedRevertConfigRequest(const std::vector< std::string > &selectedIds)
Definition: tablebottombox.cpp:257
void setStatusBar(bool show)
Definition: tablebottombox.cpp:147
void requestDone()
Definition: tablebottombox.cpp:165
Definition: tablebottombox.hpp:27
Definition: tablebottombox.hpp:27
QLabel * mStatus
Definition: tablebottombox.hpp:30
virtual ~TableBottomBox()
Definition: tablebottombox.cpp:128
Definition: tablebottombox.hpp:23
void positionChanged(int row, int column)
Definition: tablebottombox.cpp:216
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:230
Base class for Creator factory.
Definition: creator.hpp:54
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:121
void extendedConfigRequest(ExtendedCommandConfigurator::Mode mode, const std::vector< std::string > &selectedIds)
Definition: tablebottombox.cpp:65
void noMorePosition()
Definition: tablebottombox.cpp:224
bool mHasPosition
Definition: tablebottombox.hpp:39
void cloneRequest(const std::string &id, const CSMWorld::UniversalId::Type type)
Definition: tablebottombox.cpp:240
EditMode
Definition: tablebottombox.hpp:27
TableBottomBox(const TableBottomBox &)
int mRow
Definition: tablebottombox.hpp:40
Definition: universalid.hpp:12