Mercurial > hg > orthanc-stone
view Applications/Samples/SimpleViewer/Messages.h @ 535:79bb0a02d1cc bgo-commands-codegen
- Added ORTHANC_OVERRIDE to several methods (translates to "override" in C++ 11 compilers)
- Last fixes to new style command handling (removed useless commands and switch command handling in simple samples to use XxxxSerializedMessageXxxx instead of XxxxCommandXxxx
- Fixed hardcoded input instance in SingleFrameEditorApplication
author | Benjamin Golinvaux <bgo@osimis.io> |
---|---|
date | Tue, 19 Mar 2019 09:13:57 +0100 |
parents | e7a494bdd956 |
children |
line wrap: on
line source
#pragma once namespace SimpleViewer { enum SimpleViewerMessageType { SimpleViewerMessageType_First = OrthancStone::MessageType_CustomMessage, SimpleViewerMessageType_AppStatusUpdated }; }