OSDN Git Service

WinIMergeLib: Add new member functions as listed below:
authorsdottaka <sdottaka@sourceforge.net>
Mon, 15 Sep 2014 15:09:54 +0000 (00:09 +0900)
committersdottaka <sdottaka@sourceforge.net>
Mon, 15 Sep 2014 15:09:54 +0000 (00:09 +0900)
commitf53360e5a458c14c65cdb9989444ccfe3a5d242a
tree554f3163e9b659a9a2dcabe29f821da3993e5ba5
parent57cf1a6aff7e2c55a1ac3bce13f41771dd3bdf03
WinIMergeLib: Add new member functions as listed below:
virtual int  GetPaneCount() const = 0;
virtual RECT GetPaneWindowRect(int pane) const = 0;
virtual RECT GetWindowRect() const = 0;
virtual COLORREF GetDiffColor() const = 0;
virtual void SetDiffColor(COLORREF clrDiffColor) = 0;
virtual COLORREF GetSelDiffColor() const = 0;
virtual void SetSelDiffColor(COLORREF clrSelDiffColor) = 0;
virtual double GetDiffColorAlpha() const = 0;
virtual void SetDiffColorAlpha(double diffColorAlpha) = 0;
virtual int  GetConflictCount() const = 0;
virtual bool SelectDiff(int diffIndex) = 0;
virtual int  GetNextDiffIndex() const = 0;
virtual int  GetPrevDiffIndex() const = 0;
virtual int  GetNextConflictIndex() const = 0;
virtual int  GetPrevConflictIndex() const = 0;
virtual HWND GetPaneHWND(int pane) const = 0;
virtual int  GetImageWidth(int pane) const = 0;
virtual int  GetImageHeight(int pane) const = 0;
virtual int  GetImageBitsPerPixel(int pane) const = 0;
src/CImgMergeWindow.hpp
src/WinIMergeLib.h