|
|
@ -939,7 +939,7 @@ public:
|
|
|
|
const TQStyleOption& = TQStyleOption::Default,
|
|
|
|
const TQStyleOption& = TQStyleOption::Default,
|
|
|
|
const TQWidget* = 0 /* compat, will likely go away */ ) const = 0;
|
|
|
|
const TQWidget* = 0 /* compat, will likely go away */ ) const = 0;
|
|
|
|
|
|
|
|
|
|
|
|
virtual TQRect subRect( SubRect, const const TQStyleControlElementData&, const ControlElementFlags, const TQWidget* ) const = 0;
|
|
|
|
virtual TQRect subRect( SubRect, const TQStyleControlElementData&, const ControlElementFlags, const TQWidget* ) const = 0;
|
|
|
|
|
|
|
|
|
|
|
|
virtual void drawComplexControl( ComplexControl,
|
|
|
|
virtual void drawComplexControl( ComplexControl,
|
|
|
|
TQPainter*,
|
|
|
|
TQPainter*,
|
|
|
@ -955,7 +955,7 @@ public:
|
|
|
|
|
|
|
|
|
|
|
|
virtual void drawComplexControlMask( ComplexControl,
|
|
|
|
virtual void drawComplexControlMask( ComplexControl,
|
|
|
|
TQPainter*,
|
|
|
|
TQPainter*,
|
|
|
|
const const TQStyleControlElementData&,
|
|
|
|
const TQStyleControlElementData&,
|
|
|
|
const ControlElementFlags,
|
|
|
|
const ControlElementFlags,
|
|
|
|
const TQRect&,
|
|
|
|
const TQRect&,
|
|
|
|
const TQStyleOption& = TQStyleOption::Default,
|
|
|
|
const TQStyleOption& = TQStyleOption::Default,
|
|
|
@ -1001,7 +1001,7 @@ public:
|
|
|
|
const TQStyleOption& = TQStyleOption::Default,
|
|
|
|
const TQStyleOption& = TQStyleOption::Default,
|
|
|
|
const TQWidget* = 0 ) const = 0;
|
|
|
|
const TQWidget* = 0 ) const = 0;
|
|
|
|
|
|
|
|
|
|
|
|
static TQRect visualRect( const TQRect&, const const TQStyleControlElementData&, const ControlElementFlags );
|
|
|
|
static TQRect visualRect( const TQRect&, const TQStyleControlElementData&, const ControlElementFlags );
|
|
|
|
|
|
|
|
|
|
|
|
typedef TQMap<void*, TQStyle*> ObjectEventSourceToHandlerMap;
|
|
|
|
typedef TQMap<void*, TQStyle*> ObjectEventSourceToHandlerMap;
|
|
|
|
typedef TQMap<void*, TQStyleControlElementData> ObjectEventSourceDataToHandlerMap;
|
|
|
|
typedef TQMap<void*, TQStyleControlElementData> ObjectEventSourceDataToHandlerMap;
|
|
|
|