My favorites | Sign in
Project Home Downloads Source
Checkout   Browse   Changes    
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#ifndef FORM_EDITOR_COMMON__I_PART_BASE_H
#define FORM_EDITOR_COMMON__I_PART_BASE_H

#include "IHistory.h"

class IPartBase
{
public:
virtual ~IPartBase() {}

virtual String GetObjectClass() const { return String(); }
virtual String GetObjectWidgetClass() const { return String(); }

virtual void AddToHistory(IHistoryItem* item) {}
};

#endif

Change log

r4180 by Sc0rch on Nov 17, 2011   Diff
MapRender: First release
(FormEditorCommon, FormEditorProperties,
Map, MapBG, MapCommon, MapEditor,
MapRenderTest.
Go to: 
Project members, sign in to write a code review

Older revisions

All revisions of this file

File info

Size: 365 bytes, 17 lines
Powered by Google Project Hosting