/* * This file is a part of Winix * and is not publicly distributed * * Copyright (c) 2010, Tomasz Sowa * All rights reserved. * */ #ifndef headerfile_winix_plugins_ticket_ticketconf #define headerfile_winix_plugins_ticket_ticketconf #include #include struct TicketConf { struct TicketItem { struct Select { std::wstring name; int id; }; TicketItem(); void Clear(); enum Type { TypeInteger, TypeProgress, TypeSelect, TypeString, TypeMultistring, TypeImages, TypeFiles }; int id; std::wstring name; Type type; // used when type is TypeInteger or TypeProgress int integer_min, integer_max; // used when type is TypeSelect std::vector