#include "codewidgetkpart.h"
#include <kparts/part.h>
#include <kparts/factory.h>
#include <kmessagebox.h>
#include <KToolBar>
#include <KComboBox>
#include <QtGui/QAction>
#include <QtGui/QVBoxLayout>
#include <QtGui/QUndoCommand>
#include <QtCore/QTextStream>
#include <engine/gameobject.h>
#include <engine/component.h>
#include <engine/game.h>
#include <engine/gameproject.h>
#include <engine/scene.h>
#include <creator/lib/historymanager.h>
#include <QtCore/QWaitCondition>
#include <kdemacros.h>
#include <kparts/genericfactory.h>
Go to the source code of this file.
Functions | |
K_PLUGIN_FACTORY (CodeWidgetFactory, registerPlugin< CodeWidgetKpart >();) CodeWidgetKpart |
K_PLUGIN_FACTORY | ( | CodeWidgetFactory | , | |
registerPlugin< CodeWidgetKpart >(); | ||||
) |
Definition at line 27 of file codewidgetkpart.cpp.