Subversion Repositories tpanel

Rev

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

Rev 418 Rev 431
Line 127... Line 127...
127
bool isFalse(const std::string& value);
127
bool isFalse(const std::string& value);
128
bool isNumeric(const std::string& str, bool blank=false);
128
bool isNumeric(const std::string& str, bool blank=false);
129
bool isBigEndian();
129
bool isBigEndian();
130
std::string handleToString(ulong handle);
130
std::string handleToString(ulong handle);
131
ulong extractHandle(const std::string& obname);
131
ulong extractHandle(const std::string& obname);
-
 
132
uint32_t createButtonID(int type, int ap, int ad, int cp, int ch, int lp=-1, int lv=-1);
132
 
133
 
133
/**
134
/**
134
 * @brief Converts a numeric value of any type into a string.
135
 * @brief Converts a numeric value of any type into a string.
135
 * This template converts a numeric value of any type into a string with
136
 * This template converts a numeric value of any type into a string with
136
 * hexadezimal representation. The numer of digits is always equal. If
137
 * hexadezimal representation. The numer of digits is always equal. If