mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-01-18 16:00:36 +05:00
Portability windows
This commit is contained in:
parent
4240f05b23
commit
12df0f8552
@ -51,13 +51,13 @@ typedef std::vector<TState> TAllStates;
|
|||||||
class ObjectStates
|
class ObjectStates
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
ObjectStates();
|
Standard_EXPORT ObjectStates();
|
||||||
~ObjectStates();
|
~ObjectStates();
|
||||||
|
|
||||||
TAllStates GetAllStates() const { return _states; }
|
TAllStates GetAllStates() const { return _states; }
|
||||||
|
|
||||||
TState GetCurrectState() const;
|
TState GetCurrectState() const;
|
||||||
void AddState(const TState &theState);
|
Standard_EXPORT void AddState(const TState &theState);
|
||||||
void IncrementState();
|
void IncrementState();
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
Loading…
Reference in New Issue
Block a user