28 #ifndef INC_YReader_HexBrowser_h_
29 #define INC_YReader_HexBrowser_h_ 1
60 : pSource(new File(path))
67 operator=(unique_ptr<File>&& file_ptr)
69 pSource = std::move(file_ptr);
81 DefGetterMem(const ynothrow, ptrdiff_t, Position, GetSource())
85 GetSource().Seek(args...))
87 DefFwdFn(const,
int, CheckEOF, GetSource().CheckEOF())
176 using HexView::GetItemHeight;
177 using HexView::GetItemNum;
178 DefGetter(
const ynothrow,
const HexModel&, Model, model)
187 LocateViewPosition(
u32);
194 Refresh(PaintEventArgs&&) override;