Subversion Repositories tpanel

Rev

Rev 446 | Rev 479 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 446 Rev 462
Line 200... Line 200...
200
        std::string cb;         // Border color
200
        std::string cb;         // Border color
201
        std::string cf;         // Fill color
201
        std::string cf;         // Fill color
202
        std::string ct;         // Text Color
202
        std::string ct;         // Text Color
203
        std::string ec;         // Text effect color
203
        std::string ec;         // Text effect color
204
        std::string bm;         // bitmap file name
204
        std::string bm;         // bitmap file name
-
 
205
        std::vector<std::string> bitmaps;   // G5 table of bitmaps
205
        std::string sd;         // Sound file to play
206
        std::string sd;         // Sound file to play
206
        int bm_width{0};        // Width of image
207
        int bm_width{0};        // Width of image
207
        int bm_height{0};       // Height of image
208
        int bm_height{0};       // Height of image
208
        bool dynamic{false};    // TRUE = moving image
209
        bool dynamic{false};    // TRUE = moving image
209
        int sb{0};              // Index to external graphics download
210
        int sb{0};              // Index to external graphics download
Line 217... Line 218...
217
        int fi{0};              // Font index
218
        int fi{0};              // Font index
218
        std::string te;         // Text
219
        std::string te;         // Text
219
        TEXT_ORIENTATION jt{ORI_CENTER_MIDDLE}; // Text orientation
220
        TEXT_ORIENTATION jt{ORI_CENTER_MIDDLE}; // Text orientation
220
        int tx{0};              // Text X position
221
        int tx{0};              // Text X position
221
        int ty{0};              // Text Y position
222
        int ty{0};              // Text Y position
-
 
223
        std::string ff;         // G5 font file name
-
 
224
        int fs{0};              // G5 font size
222
        int ww{0};              // line break when 1
225
        int ww{0};              // line break when 1
223
        int et{0};              // Text effect (^TEF)
226
        int et{0};              // Text effect (^TEF)
224
        int oo{-1};             // Over all opacity
227
        int oo{-1};             // Over all opacity
225
        int md{0};              // Marquee type: 1 = scroll left, 2 = scroll right, 3 = ping pong, 4 = scroll up, 5 = scroll down
228
        int md{0};              // Marquee type: 1 = scroll left, 2 = scroll right, 3 = ping pong, 4 = scroll up, 5 = scroll down
226
        int mr{0};              // Marquee enabled: 1 = enabled, 0 = disabled
229
        int mr{0};              // Marquee enabled: 1 = enabled, 0 = disabled