|
| PropertyGrid (wxPropertyGrid *grid) |
|
wxPGProperty * | addCategory (const std::string &name) const |
|
wxPGProperty * | addBool (const std::string &name, const bool value) const |
|
wxPGProperty * | addInt (const std::string &name, const int value) const |
|
wxPGProperty * | addFloat (const std::string &name, const Float value) const |
|
wxPGProperty * | addVector (const std::string &name, const Vector &value) const |
|
wxPGProperty * | addInterval (const std::string &name, const Interval &value) const |
|
wxPGProperty * | addString (const std::string &name, const std::string &value) const |
|
wxPGProperty * | addPath (const std::string &name, const Path &value, const IVirtualEntry::PathType type, Array< IVirtualEntry::FileFormat > &&formats) const |
|
wxPGProperty * | addEnum (const std::string &name, const IVirtualEntry &entry) const |
|
wxPGProperty * | addFlags (const std::string &name, const IVirtualEntry &entry) const |
|
wxPGProperty * | addExtra (const std::string &name, const ExtraEntry &extra) const |
|
void | setTooltip (wxPGProperty *prop, const std::string &tooltip) const |
|
Definition at line 1344 of file NodePage.cpp.
◆ PropertyGrid()
PropertyGrid::PropertyGrid |
( |
wxPropertyGrid * |
grid | ) |
|
|
inlineexplicit |
◆ addBool()
wxPGProperty* PropertyGrid::addBool |
( |
const std::string & |
name, |
|
|
const bool |
value |
|
) |
| const |
|
inline |
◆ addCategory()
wxPGProperty* PropertyGrid::addCategory |
( |
const std::string & |
name | ) |
const |
|
inline |
◆ addEnum()
wxPGProperty* PropertyGrid::addEnum |
( |
const std::string & |
name, |
|
|
const IVirtualEntry & |
entry |
|
) |
| const |
|
inline |
◆ addExtra()
wxPGProperty* PropertyGrid::addExtra |
( |
const std::string & |
name, |
|
|
const ExtraEntry & |
extra |
|
) |
| const |
|
inline |
◆ addFlags()
wxPGProperty* PropertyGrid::addFlags |
( |
const std::string & |
name, |
|
|
const IVirtualEntry & |
entry |
|
) |
| const |
|
inline |
◆ addFloat()
wxPGProperty* PropertyGrid::addFloat |
( |
const std::string & |
name, |
|
|
const Float |
value |
|
) |
| const |
|
inline |
◆ addInt()
wxPGProperty* PropertyGrid::addInt |
( |
const std::string & |
name, |
|
|
const int |
value |
|
) |
| const |
|
inline |
◆ addInterval()
wxPGProperty* PropertyGrid::addInterval |
( |
const std::string & |
name, |
|
|
const Interval & |
value |
|
) |
| const |
|
inline |
◆ addPath()
◆ addString()
wxPGProperty* PropertyGrid::addString |
( |
const std::string & |
name, |
|
|
const std::string & |
value |
|
) |
| const |
|
inline |
◆ addVector()
wxPGProperty* PropertyGrid::addVector |
( |
const std::string & |
name, |
|
|
const Vector & |
value |
|
) |
| const |
|
inline |
◆ setTooltip()
void PropertyGrid::setTooltip |
( |
wxPGProperty * |
prop, |
|
|
const std::string & |
tooltip |
|
) |
| const |
|
inline |
The documentation for this class was generated from the following file: