|
OpenMW
|
#include <refidcollection.hpp>
Public Member Functions | |
| RefIdColumn (int columnId, Display displayType, int flag=Flag_Table|Flag_Dialogue, bool editable=true, bool userEditable=true) | |
| virtual bool | isEditable () const |
| virtual bool | isUserEditable () const |
| Can this column be edited directly by the user? | |
Private Attributes | |
| bool | mEditable |
| bool | mUserEditable |
| CSMWorld::RefIdColumn::RefIdColumn | ( | int | columnId, |
| Display | displayType, | ||
| int | flag = Flag_Table | Flag_Dialogue, |
||
| bool | editable = true, |
||
| bool | userEditable = true |
||
| ) |
| bool CSMWorld::RefIdColumn::isEditable | ( | ) | const [virtual] |
Implements CSMWorld::ColumnBase.
| bool CSMWorld::RefIdColumn::isUserEditable | ( | ) | const [virtual] |
Can this column be edited directly by the user?
Reimplemented from CSMWorld::ColumnBase.
bool CSMWorld::RefIdColumn::mEditable [private] |
bool CSMWorld::RefIdColumn::mUserEditable [private] |
1.7.6.1