#pragma once
for our headers plus drive-by formatting
This commit is contained in:
@@ -16,23 +16,26 @@
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with RawTherapee. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
#ifndef _THUMBNAILBROWSERBASE_
|
||||
#define _THUMBNAILBROWSERBASE_
|
||||
#pragma once
|
||||
|
||||
#include <set>
|
||||
|
||||
#include <gtkmm.h>
|
||||
#include "thumbbrowserentrybase.h"
|
||||
#include <set>
|
||||
#include "options.h"
|
||||
|
||||
#include "guiutils.h"
|
||||
#include "inspector.h"
|
||||
#include "options.h"
|
||||
#include "thumbbrowserentrybase.h"
|
||||
|
||||
/*
|
||||
* Class handling the list of ThumbBrowserEntry objects and their position in it's allocated space
|
||||
*/
|
||||
class ThumbBrowserBase : public Gtk::Grid
|
||||
class ThumbBrowserBase :
|
||||
public Gtk::Grid
|
||||
{
|
||||
|
||||
class Internal : public Gtk::DrawingArea
|
||||
class Internal :
|
||||
public Gtk::DrawingArea
|
||||
{
|
||||
//Cairo::RefPtr<Cairo::Context> cc;
|
||||
int ofsX, ofsY;
|
||||
@@ -253,5 +256,3 @@ public:
|
||||
}
|
||||
|
||||
};
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user