/MusicPlayer2/scintilla/src/ |
H A D | PerLine.h | 34 void operator=(const MarkerHandleSet &) = delete; variable 35 void operator=(MarkerHandleSet &&) = delete; variable 57 void operator=(const LineMarkers &) = delete; variable 58 void operator=(LineMarkers &&) = delete; variable 84 void operator=(const LineLevels &) = delete; variable 85 void operator=(LineLevels &&) = delete; variable 106 void operator=(const LineState &) = delete; variable 107 void operator=(LineState &&) = delete; variable 127 void operator=(const LineAnnotation &) = delete; variable 128 void operator=(LineAnnotation &&) = delete; variable [all …]
|
H A D | XPM.h | 30 XPM &operator=(const XPM &) = default; variable 31 XPM &operator=(XPM &&) noexcept = default; variable 58 RGBAImage &operator=(const RGBAImage &) = default; variable 59 RGBAImage &operator=(RGBAImage &&) noexcept = default; variable 85 RGBAImageSet &operator=(const RGBAImageSet &) = delete; variable 86 RGBAImageSet &operator=(RGBAImageSet &&) = delete; variable
|
H A D | CellBuffer.h | 44 Action &operator=(const Action &other) = delete; variable 45 Action &operator=(const Action &&other) = delete; variable 71 void operator=(const UndoHistory &) = delete; variable 72 void operator=(UndoHistory &&) = delete; variable 140 void operator=(const CellBuffer &) = delete; variable 141 void operator=(CellBuffer &&) = delete; variable
|
H A D | PositionCache.h | 94 void operator=(const LineLayout &) = delete; variable 95 void operator=(LineLayout &&) = delete; variable 132 void operator=(const ScreenLine &) = delete; member 133 void operator=(ScreenLine &&) = delete; member 163 void operator=(const LineLayoutCache &) = delete; variable 164 void operator=(LineLayoutCache &&) = delete; variable 192 void operator=(const PositionCacheEntry &) = delete; variable 193 void operator=(PositionCacheEntry &&) = delete; variable 261 void operator=(const BreakFinder &) = delete; variable 262 void operator=(BreakFinder &&) = delete; variable [all …]
|
H A D | UniqueString.h | 35 UniqueStringSet &operator=(const UniqueStringSet &) = delete; variable 38 UniqueStringSet &operator=(UniqueStringSet &&) = default; variable
|
H A D | RunStyles.h | 40 void operator=(const RunStyles &) = delete; variable 41 void operator=(RunStyles &&) = delete; variable
|
H A D | Style.h | 39 FontAlias &operator=(const FontAlias &) = delete; variable 40 FontAlias &operator=(FontAlias &&) = delete; variable 77 Style &operator=(const Style &source) noexcept; variable 78 Style &operator=(Style &&) = delete; variable
|
H A D | EditView.h | 96 void operator=(const EditView &) = delete; variable 97 void operator=(EditView &&) = delete; variable 170 AutoLineLayout &operator=(const AutoLineLayout &) = delete; variable 171 AutoLineLayout &operator=(AutoLineLayout &&) = delete; variable
|
H A D | LineMarker.h | 40 LineMarker &operator=(const LineMarker& other); variable 41 LineMarker &operator=(LineMarker&&) noexcept = default; variable
|
H A D | Partitioning.h | 27 void operator=(const SplitVectorWithRangeAdd &) = delete; variable 28 void operator=(SplitVectorWithRangeAdd &&) = delete; variable 103 void operator=(const Partitioning &) = delete; variable 104 void operator=(Partitioning &&) = delete; variable
|
H A D | ScintillaBase.h | 52 ScintillaBase &operator=(const ScintillaBase &) = delete; variable 53 ScintillaBase &operator=(ScintillaBase &&) = delete; variable
|
/MusicPlayer2/MusicPlayer2/taglib/ |
H A D | tstring.h | 470 String &operator=(const String &s); variable 475 String &operator=(const std::string &s); variable 480 String &operator=(const wstring &s); variable 485 String &operator=(const wchar_t *s); variable 490 String &operator=(char c); variable 495 String &operator=(wchar_t c); variable 500 String &operator=(const char *s); variable 505 String &operator=(const ByteVector &v); variable
|
H A D | tbytevector.h | 569 ByteVector &operator=(const ByteVector &v); variable 574 ByteVector &operator=(char c); variable 581 ByteVector &operator=(const char *data); variable
|
H A D | urllinkframe.h | 85 UrlLinkFrame &operator=(const UrlLinkFrame &); variable 182 UserUrlLinkFrame &operator=(const UserUrlLinkFrame &); variable
|
H A D | textidentificationframe.h | 213 TextIdentificationFrame &operator=(const TextIdentificationFrame &); variable 303 UserTextIdentificationFrame &operator=(const UserTextIdentificationFrame &); variable
|
H A D | id3v2frame.h | 306 Frame &operator=(const Frame &); variable 512 Header &operator=(const Header &); variable
|
H A D | tdebuglistener.h | 58 DebugListener &operator=(const DebugListener &); variable
|
H A D | opusfile.h | 127 File &operator=(const File &); variable
|
H A D | id3v2header.h | 167 Header &operator=(const Header &); variable
|
H A D | modproperties.h | 61 Properties &operator=(const Properties&); variable
|
H A D | modfile.h | 102 File &operator=(const File &); variable
|
H A D | s3mfile.h | 102 File &operator=(const File &); variable
|
H A D | modtag.h | 184 Tag &operator=(const Tag &); variable
|
H A D | vorbisfile.h | 134 File &operator=(const File &); variable
|
/MusicPlayer2/scintilla/include/ |
H A D | Platform.h | 323 Font &operator=(const Font &) = delete; variable 324 Font &operator=(Font &&) = delete; variable 372 Surface &operator=(const Surface &) = delete; variable 373 Surface &operator=(Surface &&) = delete; variable 439 Window &operator=(const Window &) = delete; variable 440 Window &operator=(Window &&) = delete; variable 553 Platform &operator=(const Platform &) = delete; variable 554 Platform &operator=(Platform &&) = delete; variable
|