summaryrefslogtreecommitdiffstats
path: root/src/gui/editors/notation/NotationView.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/editors/notation/NotationView.h')
-rw-r--r--src/gui/editors/notation/NotationView.h59
1 files changed, 30 insertions, 29 deletions
diff --git a/src/gui/editors/notation/NotationView.h b/src/gui/editors/notation/NotationView.h
index 356960c..1288b04 100644
--- a/src/gui/editors/notation/NotationView.h
+++ b/src/gui/editors/notation/NotationView.h
@@ -109,22 +109,23 @@ class NotationView : public EditView,
friend class LilyPondExporter;
Q_OBJECT
+ TQ_OBJECT
public:
explicit NotationView(RosegardenGUIDoc *doc,
std::vector<Segment *> segments,
- TQWidget *parent,
+ TQWidget *tqparent,
bool showProgressive); // update during initial render?
/**
- * Constructor for printing only. If parent is provided, a
+ * Constructor for printing only. If tqparent is provided, a
* progress dialog will be shown -- otherwise not. If another
* NotationView is provided, the fonts and other settings used
* for printing will be taken from that view.
*/
explicit NotationView(RosegardenGUIDoc *doc,
std::vector<Segment *> segments,
- TQWidget *parent,
+ TQWidget *tqparent,
NotationView *referenceView);
~NotationView();
@@ -261,7 +262,7 @@ public:
* the pitch for performance, so the two need not correspond (e.g.
* under ottava there may be octave differences).
*/
- void showPreviewNote(int staffNo, double layoutX,
+ void showPreviewNote(int staffNo, double tqlayoutX,
int pitch, int height,
const Note &note,
bool grace,
@@ -273,13 +274,13 @@ public:
/// Sound the given note
void playNote(Segment &segment, int pitch, int velocity = -1);
- /// Switches between page- and linear- layout modes
+ /// Switches between page- and linear- tqlayout modes
void setPageMode(LinedStaff::PageMode mode);
- /// Returns the page width according to the layout mode (page/linear)
+ /// Returns the page width according to the tqlayout mode (page/linear)
int getPageWidth();
- /// Returns the page height according to the layout mode (page/linear)
+ /// Returns the page height according to the tqlayout mode (page/linear)
int getPageHeight();
/// Returns the margins within the page (zero if not in MultiPageMode)
@@ -309,7 +310,7 @@ public:
/**
* Render segments on printing painter. This uses the current
- * font size and layout, rather than the optimal ones for the
+ * font size and tqlayout, rather than the optimal ones for the
* printer configuration (notation editing is not quite WYSIWYG,
* and we may be in a non-page mode).
*
@@ -445,7 +446,7 @@ public slots:
void slotToggleGroupToolBar();
/**
- * toggles the layout toolbar
+ * toggles the tqlayout toolbar
*/
void slotToggleLayoutToolBar();
@@ -493,9 +494,9 @@ public slots:
void slotToggleStepByStep();
/// status stuff
- void slotUpdateInsertModeStatus();
- void slotUpdateAnnotationsStatus();
- void slotUpdateLilyPondDirectivesStatus();
+ void slotUpdateInsertModetqStatus();
+ void slotUpdateAnnotationstqStatus();
+ void slotUpdateLilyPondDirectivestqStatus();
/// edit menu
void slotPreviewSelection();
@@ -638,7 +639,7 @@ public slots:
void slotNonNotationItemPressed(TQMouseEvent *e, TQCanvasItem *i);
/**
- * Called when a mouse press occurred on a QCanvasText
+ * Called when a mouse press occurred on a TQCanvasText
*/
void slotTextItemPressed(TQMouseEvent *e, TQCanvasItem *i);
@@ -772,22 +773,22 @@ public slots:
/// Changes to the next font size down
void slotZoomOut();
- /// Changes the hlayout spacing of the staffs on the view
+ /// Changes the htqlayout spacing of the staffs on the view
void slotChangeSpacing(int newSpacing);
- /// Changes the hlayout spacing of the staffs on the view
+ /// Changes the htqlayout spacing of the staffs on the view
void slotChangeSpacingFromStringValue(const TQString&);
- /// Changes the hlayout spacing of the staffs on the view
+ /// Changes the htqlayout spacing of the staffs on the view
void slotChangeSpacingFromAction();
- /// Changes the hlayout proportion of the staffs on the view
+ /// Changes the htqlayout proportion of the staffs on the view
void slotChangeProportion(int newProportion);
- /// Changes the hlayout proportion of the staffs on the view
+ /// Changes the htqlayout proportion of the staffs on the view
void slotChangeProportionFromIndex(int newProportionIndex);
- /// Changes the hlayout proportion of the staffs on the view
+ /// Changes the htqlayout proportion of the staffs on the view
void slotChangeProportionFromAction();
/// Note-on received asynchronously -- consider step-by-step editing
@@ -811,7 +812,7 @@ public slots:
/// Do some background rendering work.
void slotRenderSomething();
- void slotSetOperationNameAndStatus(TQString);
+ void slotSetOperationNameAndtqStatus(TQString);
// Update notation view based on track/staff name change
void slotUpdateStaffName();
@@ -875,7 +876,7 @@ protected:
protected slots:
/**
* save general Options like all bar positions and status as well
- * as the geometry and the recent file list to the configuration
+ * as the tqgeometry and the recent file list to the configuration
* file
*/
virtual void slotSaveOptions();
@@ -911,13 +912,13 @@ protected:
virtual void initStatusBar();
/**
- * Place the staffs at the correct x & y coordinates (before layout)
+ * Place the staffs at the correct x & y coordinates (before tqlayout)
*/
void positionStaffs();
/**
* Place the page pixmaps (if any) at the correct x & y
- * coordinates (after layout)
+ * coordinates (after tqlayout)
*/
void positionPages();
@@ -928,7 +929,7 @@ protected:
void updateThumbnails(bool complete);
/**
- * setup the layout/font toolbar
+ * setup the tqlayout/font toolbar
*/
void initLayoutToolbar();
@@ -939,15 +940,15 @@ protected:
*/
void toggleNamedToolBar(const TQString& toolBarName, bool* force = 0);
- /// Calls all the relevant preparse and layout methods
+ /// Calls all the relevant preparse and tqlayout methods
virtual bool applyLayout(int staffNo = -1,
timeT startTime = 0,
timeT endTime = 0);
/**
- * Readjust the size of the canvas after a layout
+ * Readjust the size of the canvas after a tqlayout
*
- * Checks the total width computed by the horizontal layout
+ * Checks the total width computed by the horizontal tqlayout
*
* @see NotationHLayout#getTotalWidth()
*/
@@ -1073,8 +1074,8 @@ protected:
NotePixmapFactory *m_notePixmapFactory;
- NotationHLayout* m_hlayout;
- NotationVLayout* m_vlayout;
+ NotationHLayout* m_htqlayout;
+ NotationVLayout* m_vtqlayout;
ChordNameRuler *m_chordNameRuler;
TQWidget *m_tempoRuler;