mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-05 14:59:03 +00:00
first stage for my plugin
This commit is contained in:
parent
aa69db778e
commit
0792442a6e
2 changed files with 6 additions and 5 deletions
|
@ -4,4 +4,5 @@ ADD_SUBDIRECTORY(ovqt_sheet_builder)
|
|||
ADD_SUBDIRECTORY(log)
|
||||
ADD_SUBDIRECTORY(disp_sheet_id)
|
||||
ADD_SUBDIRECTORY(object_viewer)
|
||||
ADD_SUBDIRECTORY(zone_painter)
|
||||
ADD_SUBDIRECTORY(zone_painter)
|
||||
ADD_SUBDIRECTORY(translation_manager)
|
||||
|
|
|
@ -27,8 +27,8 @@ namespace NL3D
|
|||
{
|
||||
class CPSAttribMakerBase;
|
||||
}
|
||||
|
||||
namespace NLQT
|
||||
|
||||
namespace NLQT
|
||||
{
|
||||
|
||||
class CSchemeManager
|
||||
|
@ -51,11 +51,11 @@ public:
|
|||
// rename a scheme, given a pointer on it
|
||||
void rename(NL3D::CPSAttribMakerBase *am, const std::string &newName);
|
||||
protected:
|
||||
typedef std::pair<std::string, NL3D::CPSAttribMakerBase *> TSchemeInfo;
|
||||
// typedef std::pair<std::string, NL3D::CPSAttribMakerBase *> TSchemeInfo;
|
||||
typedef std::multimap<std::string, TSchemeInfo> TSchemeMap;
|
||||
TSchemeMap _SchemeMap;
|
||||
};
|
||||
|
||||
} /* namespace NLQT */
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue