mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-17 21:11:39 +00:00
CHANGED: CDBViewBar no longer depends on CInterfaceManager.
This commit is contained in:
parent
854e269ae6
commit
2b2eb5cb78
1 changed files with 3 additions and 8 deletions
|
@ -15,14 +15,11 @@
|
||||||
// along with this program. If not, see <http://www.gnu.org/licenses/>.
|
// along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
// ----------------------------------------------------------------------------
|
|
||||||
#include "stdpch.h"
|
|
||||||
|
|
||||||
#include "dbview_bar.h"
|
#include "dbview_bar.h"
|
||||||
#include "interface_manager.h"
|
|
||||||
#include "nel/misc/xml_auto_ptr.h"
|
#include "nel/misc/xml_auto_ptr.h"
|
||||||
|
#include "nel/gui/interface_group.h"
|
||||||
|
#include "nel/gui/widget_manager.h"
|
||||||
|
#include "nel/gui/db_manager.h"
|
||||||
|
|
||||||
using namespace std;
|
using namespace std;
|
||||||
using namespace NL3D;
|
using namespace NL3D;
|
||||||
|
@ -118,7 +115,6 @@ void CDBViewBar::setType (TViewBar vb)
|
||||||
}
|
}
|
||||||
|
|
||||||
// Get the Height Size.
|
// Get the Height Size.
|
||||||
CInterfaceManager *pIM= CInterfaceManager::getInstance();
|
|
||||||
sint32 wBar;
|
sint32 wBar;
|
||||||
CViewRenderer::getInstance()->getTextureSizeFromId(_TextureId, wBar, _HBar);
|
CViewRenderer::getInstance()->getTextureSizeFromId(_TextureId, wBar, _HBar);
|
||||||
}
|
}
|
||||||
|
@ -179,7 +175,6 @@ void CDBViewBar::draw ()
|
||||||
|
|
||||||
_Slot.draw();
|
_Slot.draw();
|
||||||
|
|
||||||
CInterfaceManager *pIM = CInterfaceManager::getInstance();
|
|
||||||
CViewRenderer &rVR = *CViewRenderer::getInstance();
|
CViewRenderer &rVR = *CViewRenderer::getInstance();
|
||||||
|
|
||||||
color.A = (uint8)(((sint32)color.A*((sint32)CWidgetManager::getInstance()->getGlobalColorForContent().A+1))>>8);
|
color.A = (uint8)(((sint32)color.A*((sint32)CWidgetManager::getInstance()->getGlobalColorForContent().A+1))>>8);
|
||||||
|
|
Loading…
Reference in a new issue