Subversion Repositories tpanel

Rev

Rev 159 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 159 Rev 169
Line 216... Line 216...
216
        TSystemDraw(const std::string& path);
216
        TSystemDraw(const std::string& path);
217
        ~TSystemDraw();
217
        ~TSystemDraw();
218
 
218
 
219
        bool loadConfig();
219
        bool loadConfig();
220
 
220
 
221
        bool getBorder(const std::string& family, LINE_TYPE_t lt, BORDER_t *border);
221
        bool getBorder(const std::string& family, LINE_TYPE_t lt, BORDER_t *border, const std::string& family2="");
222
        bool existBorder(const std::string& family);
222
        bool existBorder(const std::string& family);
223
        int getBorderWidth(const std::string& family, LINE_TYPE_t lt = LT_OFF);
223
        int getBorderWidth(const std::string& family, LINE_TYPE_t lt = LT_OFF);
224
        int getBorderHeight(const std::string& family, LINE_TYPE_t lt = LT_OFF);
224
        int getBorderHeight(const std::string& family, LINE_TYPE_t lt = LT_OFF);
225
 
225
 
226
        bool existSlider(const std::string& slider);
226
        bool existSlider(const std::string& slider);