mkRPG
Data Structures
src/editor/GUI/Tabs/itemdelegates.h File Reference

Definition of the delegates to render different items in view. More...

#include <QtWidgets>
#include "Game/game.h"

Go to the source code of this file.

Data Structures

class  ItemEditor
 The ItemEditor class gives an editor with a "destroy modification" button. More...
class  ParamItemDelegate
 The ParamItemDelegate class provides to view classes the way to represent parameters and modify them with QSpinBox. More...
class  FlagItemDelegate
 The FlagItemDelegate class provides to view classes the way to represent flags and modify them with QCheckBox. More...
class  ObjectNameItemDelegate
 The ObjectNameItemDelegate class provides to view classes the way to modify object's name. More...
class  ActionReceiverEditor
 The ActionReceiverEditor class gives an editor for registed action receivers, with edit and delete facilities. More...
class  ActionReceiverItemDelegate
 The ActionReceiverItemDelegate class customs the display of action receivers. More...

Detailed Description

Definition of the delegates to render different items in view.

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Properties Defines