Subversion Repositories tpanel

Rev

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

Rev 222 Rev 306
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, const std::string& family2="", bool info=false);
221
        bool getBorder(const std::string& family, LINE_TYPE_t lt, BORDER_t *border, const std::string& family2="");
222
        bool getBorderInfo(const std::string& family, LINE_TYPE_t lt, BORDER_t *border, const std::string& family2="");
222
        bool existBorder(const std::string& family);
223
        bool existBorder(const std::string& family);
223
        int getBorderWidth(const std::string& family, LINE_TYPE_t lt = LT_OFF);
224
        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);
225
        int getBorderHeight(const std::string& family, LINE_TYPE_t lt = LT_OFF);
225
 
226
 
226
        bool existSlider(const std::string& slider);
227
        bool existSlider(const std::string& slider);