ui: added color_scheme_test command displaying all graph node types and states
implementations for other views comming.
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
#ifndef MESSAGE_COLOR_SCHEME_TEST_H
|
||||
#define MESSAGE_COLOR_SCHEME_TEST_H
|
||||
|
||||
#include "utility/messaging/Message.h"
|
||||
|
||||
class MessageColorSchemeTest
|
||||
: public Message<MessageColorSchemeTest>
|
||||
{
|
||||
public:
|
||||
MessageColorSchemeTest()
|
||||
{
|
||||
}
|
||||
|
||||
static const std::string getStaticType()
|
||||
{
|
||||
return "MessageColorSchemeTest";
|
||||
}
|
||||
};
|
||||
|
||||
#endif // MESSAGE_COLOR_SCHEME_TEST_H
|
||||
Reference in New Issue
Block a user