From fe1b43c7b7c83e392b60ffc71ac29f7e63810f58 Mon Sep 17 00:00:00 2001 From: Alex Merry Date: Mon, 4 Feb 2013 13:47:58 +0000 Subject: Put node and edge style editors into settings dialog --- tikzit/src/gtk/SettingsDialog.h | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) (limited to 'tikzit/src/gtk/SettingsDialog.h') diff --git a/tikzit/src/gtk/SettingsDialog.h b/tikzit/src/gtk/SettingsDialog.h index 22d0d17..9c1582d 100644 --- a/tikzit/src/gtk/SettingsDialog.h +++ b/tikzit/src/gtk/SettingsDialog.h @@ -19,22 +19,30 @@ #import @class Configuration; +@class EdgeStylesPalette; +@class NodeStylesPalette; +@class StyleManager; @interface SettingsDialog: NSObject { - Configuration *configuration; + Configuration *configuration; + StyleManager *styleManager; + NodeStylesPalette *nodePalette; + EdgeStylesPalette *edgePalette; - // we don't keep any refs, as we control - // the top window GtkWindow *parentWindow; GtkWindow *window; + + // we don't keep any refs, as we control + // the top window GtkEntry *pdflatexPathEntry; } @property (retain) Configuration *configuration; +@property (retain) StyleManager *styleManager; @property (assign) GtkWindow *parentWindow; @property (assign,getter=isVisible) BOOL visible; -- (id) initWithConfiguration:(Configuration*)c; +- (id) initWithConfiguration:(Configuration*)c andStyleManager:(StyleManager*)m; - (void) present; - (void) show; -- cgit v1.2.3