#pragma once for our headers plus drive-by formatting

This commit is contained in:
Flössie
2019-10-31 10:20:50 +01:00
parent aacea7046c
commit add5c790d6
177 changed files with 946 additions and 1158 deletions

View File

@@ -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