QtGui/qstyleoption.h File Reference
Definition at line 885 of file qstyleoption.h.
887 if (opt && opt->
version >= static_cast<T>(0)->Version && (opt->
type == static_cast<T>(0)->Type
891 return static_cast<T
>(opt);
Definition at line 896 of file qstyleoption.h.
898 if (opt && opt->
version >= static_cast<T>(0)->Version && (opt->
type == static_cast<T>(0)->Type
902 return static_cast<T
>(opt);
Definition at line 944 of file qstyleoption.h.
946 if (hint && hint->
version <= static_cast<T>(0)->Version &&
948 return static_cast<T
>(hint);
Definition at line 953 of file qstyleoption.h.
955 if (hint && hint->
version <= static_cast<T>(0)->Version &&
957 return static_cast<T
>(hint);
Go to the source code of this file.