mirror of
https://github.com/cookiengineer/audacity
synced 2025-09-17 16:50:26 +02:00
Remove friend LabelDefaultClickHandle
This commit is contained in:
parent
c9fa8424ce
commit
822183febc
@ -116,6 +116,7 @@ public:
|
|||||||
private:
|
private:
|
||||||
static wxBitmap & GetGlyph( int i);
|
static wxBitmap & GetGlyph( int i);
|
||||||
|
|
||||||
|
public:
|
||||||
struct Flags {
|
struct Flags {
|
||||||
int mInitialCursorPos, mCurrentCursorPos, mSelIndex;
|
int mInitialCursorPos, mCurrentCursorPos, mSelIndex;
|
||||||
bool mDrawCursor;
|
bool mDrawCursor;
|
||||||
@ -131,7 +132,6 @@ private:
|
|||||||
}
|
}
|
||||||
void RestoreFlags( const Flags& flags );
|
void RestoreFlags( const Flags& flags );
|
||||||
|
|
||||||
public:
|
|
||||||
static int OverATextBox( const LabelTrack &track, int xx, int yy );
|
static int OverATextBox( const LabelTrack &track, int xx, int yy );
|
||||||
|
|
||||||
static bool OverTextBox( const LabelStruct *pLabel, int x, int y );
|
static bool OverTextBox( const LabelStruct *pLabel, int x, int y );
|
||||||
@ -212,8 +212,6 @@ public:
|
|||||||
std::weak_ptr<LabelTextHandle> mTextHandle;
|
std::weak_ptr<LabelTextHandle> mTextHandle;
|
||||||
|
|
||||||
static wxFont msFont;
|
static wxFont msFont;
|
||||||
|
|
||||||
friend LabelDefaultClickHandle;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user