mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-17 21:11:39 +00:00
Changed: Typo fixes (Thanks to DuDraig!)
This commit is contained in:
parent
fc0f58e99b
commit
e53d42ea0e
4 changed files with 6 additions and 6 deletions
|
@ -235,7 +235,7 @@ public:
|
||||||
virtual void nodeModifiedFlagChanged(CWorkspaceNode &node) = 0;
|
virtual void nodeModifiedFlagChanged(CWorkspaceNode &node) = 0;
|
||||||
virtual void nodeSkelParentChanged(CWorkspaceNode &node) = 0; // called when fx has been linked / unlinked from a skeleton parent
|
virtual void nodeSkelParentChanged(CWorkspaceNode &node) = 0; // called when fx has been linked / unlinked from a skeleton parent
|
||||||
};
|
};
|
||||||
/// Сonstructor
|
/// Constructor
|
||||||
CParticleWorkspace();
|
CParticleWorkspace();
|
||||||
/// Destructor
|
/// Destructor
|
||||||
~CParticleWorkspace();
|
~CParticleWorkspace();
|
||||||
|
|
|
@ -59,7 +59,7 @@ struct ItemType
|
||||||
/**
|
/**
|
||||||
@class CParticleTreeItem
|
@class CParticleTreeItem
|
||||||
@brief Basic elements tree model particles workspace.
|
@brief Basic elements tree model particles workspace.
|
||||||
Сontains pointer to items particle workspace and type icons.
|
Contains pointer to items particle workspace and type icons.
|
||||||
*/
|
*/
|
||||||
class CParticleTreeItem
|
class CParticleTreeItem
|
||||||
{
|
{
|
||||||
|
|
|
@ -33,7 +33,7 @@ namespace NLQT
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@class CEditRangeUIntWidget
|
@class CEditRangeUIntWidget
|
||||||
@brief The widget provides a horizontal slider and 3 QSpinBox(to set start/end value range and c<EFBFBD>urrent value from this range.).
|
@brief The widget provides a horizontal slider and 3 QSpinBox(to set start/end value range and current value from this range.).
|
||||||
@details Slider sets the uint32 value within a specified range (start/end QSpinBox).
|
@details Slider sets the uint32 value within a specified range (start/end QSpinBox).
|
||||||
The values range can be set through the class methods: setRange() or setRangeMin(), setRangeMax().
|
The values range can be set through the class methods: setRange() or setRangeMin(), setRangeMax().
|
||||||
Or the user input values in the widgets start/end QSpinBox.
|
Or the user input values in the widgets start/end QSpinBox.
|
||||||
|
@ -120,7 +120,7 @@ private:
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@class CEditRangeIntWidget
|
@class CEditRangeIntWidget
|
||||||
@brief The widget provides a horizontal slider and 3 QSpinBox(to set start/end value range and Ñ<EFBFBD>urrent value from this range.).
|
@brief The widget provides a horizontal slider and 3 QSpinBox(to set start/end value range and current value from this range.).
|
||||||
@details Slider sets the sint32 value within a specified range (start/end QSpinBox).
|
@details Slider sets the sint32 value within a specified range (start/end QSpinBox).
|
||||||
The values range can be set through the class methods: setRange() or setRangeMin(), setRangeMax().
|
The values range can be set through the class methods: setRange() or setRangeMin(), setRangeMax().
|
||||||
Or the user input values in the widgets start/end QSpinBox.
|
Or the user input values in the widgets start/end QSpinBox.
|
||||||
|
@ -207,7 +207,7 @@ private:
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@class CEditRangeFloatWidget
|
@class CEditRangeFloatWidget
|
||||||
@brief The widget provides a horizontal slider and 3 QDoubleSpinBox(to set start/end value range and Ñ<EFBFBD>urrent value from this range.).
|
@brief The widget provides a horizontal slider and 3 QDoubleSpinBox(to set start/end value range and current value from this range.).
|
||||||
@details Slider sets the float value within a specified range (start/end QDoubleSpinBox).
|
@details Slider sets the float value within a specified range (start/end QDoubleSpinBox).
|
||||||
The values range can be set through the class methods: setRange() or setRangeMin(), setRangeMax().
|
The values range can be set through the class methods: setRange() or setRangeMin(), setRangeMax().
|
||||||
Or the user input values in the widgets start/end QDoubleSpinBox.
|
Or the user input values in the widgets start/end QDoubleSpinBox.
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// Translation Manager Plugin - OVQT Plugin <http://dev.ryzom.com/projects/nel/>
|
// Translation Manager Plugin - OVQT Plugin <http://dev.ryzom.com/projects/nel/>
|
||||||
// Copyright (C) 2010 Winch Gate Property Limited
|
// Copyright (C) 2010 Winch Gate Property Limited
|
||||||
// Copyright (C) 2011 Emanuel Costea <cemycc@gmail.com>
|
// Copyright (C) 2011 Emanuel Costea <cemycc@gmail.com>
|
||||||
//
|
//
|
||||||
|
|
Loading…
Reference in a new issue