~ubuntu-branches/ubuntu/intrepid/muse/intrepid

« back to all changes in this revision

Viewing changes to themes/wood.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Kobras
  • Date: 2002-04-23 17:28:23 UTC
  • Revision ID: james.westby@ubuntu.com-20020423172823-gyxa3yivcs3zh5fa
Tags: 0.5.2-1.2
* NMU.
* widgets/Makefile.in, widgets/Makefile.am: Remove broken rules to
  build files that aren't used anyway. Closes: #143985
* debian/control: More tiny formatting tweaks.

Show diffs side-by-side

added added

removed removed

Lines of Context:
760
760
enum { PointUp, PointDown, PointLeft, PointRight };
761
761
 
762
762
 
763
 
NorwegianWoodStyle::NorwegianWoodStyle() : QWindowsStyle()
 
763
NorwegianWoodStyle::NorwegianWoodStyle() : QMuseWindowsStyle()
764
764
{
765
765
}
766
766
 
979
979
            drawSemicircleButton( p, r, PointUp, flags & Style_Down, cg );
980
980
        break;
981
981
    default:
982
 
        QWindowsStyle::drawPrimitive( pe, p, r, cg, flags, opt );
 
982
        QMuseWindowsStyle::drawPrimitive( pe, p, r, cg, flags, opt );
983
983
        break;
984
984
    }
985
985
}
1090
1090
            break;
1091
1091
        }
1092
1092
    default:
1093
 
        QWindowsStyle::drawControl( element, p, widget, r, cg, how, opt );
 
1093
        QMuseWindowsStyle::drawControl( element, p, widget, r, cg, how, opt );
1094
1094
        break;
1095
1095
    }
1096
1096
}
1111
1111
            break;
1112
1112
        }
1113
1113
    default:
1114
 
        QWindowsStyle::drawControlMask( element, p, widget, r, opt );
 
1114
        QMuseWindowsStyle::drawControlMask( element, p, widget, r, opt );
1115
1115
        break;
1116
1116
    }
1117
1117
}
1163
1163
            break;
1164
1164
        }
1165
1165
    default:
1166
 
        QWindowsStyle::drawComplexControl( cc, p, widget, r, cg, how,
 
1166
        QMuseWindowsStyle::drawComplexControl( cc, p, widget, r, cg, how,
1167
1167
                                           sub, subActive, opt );
1168
1168
        break;
1169
1169
    }
1185
1185
            break;
1186
1186
        }
1187
1187
    default:
1188
 
        QWindowsStyle::drawComplexControlMask( control, p, widget, r, opt );
 
1188
        QMuseWindowsStyle::drawComplexControlMask( control, p, widget, r, opt );
1189
1189
        break;
1190
1190
    }
1191
1191
}
1209
1209
                    break;
1210
1210
                }
1211
1211
            default:
1212
 
                rect = QWindowsStyle::querySubControlMetrics( control, widget,
 
1212
                rect = QMuseWindowsStyle::querySubControlMetrics( control, widget,
1213
1213
                                                              sc, opt );
1214
1214
                break;
1215
1215
            }
1235
1235
                rect.setRect( b, b, w - 2 * b, w - 2 * b );
1236
1236
                break;
1237
1237
            default:
1238
 
                rect = QWindowsStyle::querySubControlMetrics( control, widget,
 
1238
                rect = QMuseWindowsStyle::querySubControlMetrics( control, widget,
1239
1239
                                                              sc, opt );
1240
1240
                break;
1241
1241
            }
1242
1242
            break;
1243
1243
        }
1244
1244
    default:
1245
 
        rect = QWindowsStyle::querySubControlMetrics( control, widget,
 
1245
        rect = QMuseWindowsStyle::querySubControlMetrics( control, widget,
1246
1246
                                                      sc, opt );
1247
1247
        break;
1248
1248
    }
1281
1281
            break;
1282
1282
        }
1283
1283
    default:
1284
 
        r = QWindowsStyle::subRect( sr, widget );
 
1284
        r = QMuseWindowsStyle::subRect( sr, widget );
1285
1285
        break;
1286
1286
    }
1287
1287
    return r;