2 * Copyright 2008 Ralf Schülke, ralf.schuelke@googlemail.com.
3 * Copyright 2014 Haiku, Inc. All rights reserved.
5 * Distributed under the terms of the MIT License.
8 * Ralf Schülke, ralf.schuelke@googlemail.com
9 * John Scipione, jscipione@gmail.com
17 #include <Application.h>
20 extern const char* kSignature
;
34 typedef std::map
<size_t, vector_icon
*> IconMap
;
37 class Pairs
: public BApplication
{
42 virtual void ReadyToRun();
43 virtual void RefsReceived(BMessage
* message
);
44 virtual void MessageReceived(BMessage
* message
);
45 virtual bool QuitRequested();
47 IconMap
GetIconMap() const { return fIconMap
; };
50 void _GetVectorIcons();