diff --git a/Source/Player/ContentPanel/KEContentPanel.cpp b/Source/Player/ContentPanel/KEContentPanel.cpp deleted file mode 100644 index 33e4d82..0000000 --- a/Source/Player/ContentPanel/KEContentPanel.cpp +++ /dev/null @@ -1,590 +0,0 @@ -/*---------------------------------------------------------------------------*\ - * Kabala Engine * - * * - * Copyright (C) 2009-2010 by David Kabala * - * * - * authors: David Kabala (djkabala@gmail.com) * - * * -\*---------------------------------------------------------------------------*/ -/*---------------------------------------------------------------------------*\ - * License * - * * - * This library is free software; you can redistribute it and/or modify it * - * under the terms of the GNU General Public License as published * - * by the Free Software Foundation, version 3. * - * * - * This library is distributed in the hope that it will be useful, but * - * WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * - * Library General Public License for more details. * - * * - * You should have received a copy of the GNU General Public * - * License along with this library; if not, write to the Free Software * - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. * - * * -\*---------------------------------------------------------------------------*/ -/*---------------------------------------------------------------------------*\ - * Changes * - * * - * * - * * - * * - * * - * * -\*---------------------------------------------------------------------------*/ - -//--------------------------------------------------------------------------- -// Includes -//--------------------------------------------------------------------------- - -#include -#include - -#define KE_COMPILEKABALAENGINELIB - -#include - -#include "KEContentPanel.h" -#include -#include -#include "Player/KEApplicationPlayer.h" -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include - -OSG_BEGIN_NAMESPACE - -// Documentation for this class is emitted in the -// OSGContentPanelBase.cpp file. -// To modify it, please change the .fcd file (OSGContentPanel.fcd) and -// regenerate the base file. - -/***************************************************************************\ - * Class variables * -\***************************************************************************/ - -/***************************************************************************\ - * Class methods * -\***************************************************************************/ - -void ContentPanel::initMethod(InitPhase ePhase) -{ - Inherited::initMethod(ePhase); - - if(ePhase == TypeObject::SystemPost) - { - } -} - - -/***************************************************************************\ - * Instance methods * -\***************************************************************************/ - -void ContentPanel::addTabWithText(BoostPath file) -{ - - PanelRefPtr _NewLeftTabLabelPanel = Panel::createEmpty(); - - ButtonRefPtr _NewLeftTabLabelCloseButtonRefPtr = - dynamic_pointer_cast