ASPiK SDK
compresseduidescription.h
1 // This file is part of VSTGUI. It is subject to the license terms
2 // in the LICENSE file found in the top-level directory of this
3 // distribution and at http://github.com/steinbergmedia/vstgui/LICENSE
4 
5 #ifndef __compresseduidescription__
6 #define __compresseduidescription__
7 
8 #include "vstgui/uidescription/uidescription.h"
9 
10 //------------------------------------------------------------------------
11 namespace VSTGUI {
12 
13 //------------------------------------------------------------------------
15 {
16 public:
17  CompressedUIDescription (const CResourceDescription& compressedUIDescFile);
18 
19  bool parse () override;
20  bool save (UTF8StringPtr filename, int32_t flags = kWriteWindowsResourceFile) override;
21 };
22 
23 //------------------------------------------------------------------------
24 } // namespace
25 
26 #endif
Describes a resource by name or by ID.
Definition: cresourcedescription.h:16
Definition: compresseduidescription.h:14
XML description parser and view creator.
Definition: uidescription.h:24
Definition: customcontrols.cpp:8