summaryrefslogtreecommitdiffstats
path: root/src/styles/ntqcompactstyle.h
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2012-10-30 22:42:44 -0500
committerTimothy Pearson <[email protected]>2012-10-30 22:42:44 -0500
commit0836d4649ca26cc4e6e867ca5a4a3eafd995f807 (patch)
tree4b4a28e15a3be4a17fdf5025a46ff0f104fd91d8 /src/styles/ntqcompactstyle.h
parent970116b129a0dfd4ac8e90f1788ad7e81e3f6d71 (diff)
downloadtqt3-0836d4649ca26cc4e6e867ca5a4a3eafd995f807.tar.gz
tqt3-0836d4649ca26cc4e6e867ca5a4a3eafd995f807.zip
Automated update from Qt3
Diffstat (limited to 'src/styles/ntqcompactstyle.h')
-rw-r--r--src/styles/ntqcompactstyle.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/styles/ntqcompactstyle.h b/src/styles/ntqcompactstyle.h
index a9d343726..8511992da 100644
--- a/src/styles/ntqcompactstyle.h
+++ b/src/styles/ntqcompactstyle.h
@@ -60,6 +60,15 @@ public:
int pixelMetric( PixelMetric metric, TQStyleControlElementData ceData, ControlElementFlags elementFlags, const TQWidget *widget = 0 );
+ void drawPrimitive( PrimitiveElement pe,
+ TQPainter *p,
+ TQStyleControlElementData ceData,
+ ControlElementFlags elementFlags,
+ const TQRect &r,
+ const TQColorGroup &cg,
+ SFlags flags = Style_Default,
+ const TQStyleOption& = TQStyleOption::Default ) const;
+
void drawControl( ControlElement element, TQPainter *p, TQStyleControlElementData ceData, ControlElementFlags elementFlags, const TQRect &r,
const TQColorGroup &cg, SFlags how = Style_Default, const TQStyleOption& = TQStyleOption::Default, const TQWidget *w = 0 );