summaryrefslogtreecommitdiffstats
path: root/tdecore/kconfig_compiler/tests/test_dpointer.h.ref
diff options
context:
space:
mode:
Diffstat (limited to 'tdecore/kconfig_compiler/tests/test_dpointer.h.ref')
-rw-r--r--tdecore/kconfig_compiler/tests/test_dpointer.h.ref224
1 files changed, 0 insertions, 224 deletions
diff --git a/tdecore/kconfig_compiler/tests/test_dpointer.h.ref b/tdecore/kconfig_compiler/tests/test_dpointer.h.ref
deleted file mode 100644
index d9b7b94c1..000000000
--- a/tdecore/kconfig_compiler/tests/test_dpointer.h.ref
+++ /dev/null
@@ -1,224 +0,0 @@
-// This file is generated by kconfig_compiler from test_dpointer.kcfg.
-// All changes you do to this file will be lost.
-#ifndef TESTDPOINTER_H
-#define TESTDPOINTER_H
-
-#include <kconfigskeleton.h>
-#include <kdebug.h>
-
-class TestDPointerPrivate;
-
-class TestDPointer : public TDEConfigSkeleton
-{
- public:
- class EnumDestination
- {
- public:
- enum type { standardDestination, askDestination, argl1, argl2, argl3, COUNT };
- };
-
- static TestDPointer *self();
- ~TestDPointer();
-
- /**
- Set Enable automatic saving of calendar
- */
- static
- void setAutoSave( bool v );
-
- /**
- Get Enable automatic saving of calendar
- */
- static
- bool autoSave();
-
- /**
- Get Item object corresponding to AutoSave()
- */
- ItemBool *autoSaveItem();
-
- /**
- Set Auto Save Interval
- */
- static
- void setAutoSaveInterval( int v );
-
- /**
- Get Auto Save Interval
- */
- static
- int autoSaveInterval();
-
- /**
- Get Item object corresponding to AutoSaveInterval()
- */
- ItemInt *autoSaveIntervalItem();
-
- /**
- Set Confirm deletes
- */
- static
- void setConfirm( bool v );
-
- /**
- Get Confirm deletes
- */
- static
- bool confirm();
-
- /**
- Get Item object corresponding to Confirm()
- */
- ItemBool *confirmItem();
-
- /**
- Set Archive File
- */
- static
- void setArchiveFile( const TQString & v );
-
- /**
- Get Archive File
- */
- static
- TQString archiveFile();
-
- /**
- Get Item object corresponding to ArchiveFile()
- */
- ItemString *archiveFileItem();
-
- /**
- Set New Events/Todos Should
- */
- static
- void setDestination( int v );
-
- /**
- Get New Events/Todos Should
- */
- static
- int destination();
-
- /**
- Get Item object corresponding to Destination()
- */
- ItemEnum *destinationItem();
-
- /**
- Set Hour Size
- */
- static
- void setHourSize( int v );
-
- /**
- Get Hour Size
- */
- static
- int hourSize();
-
- /**
- Get Item object corresponding to HourSize()
- */
- ItemInt *hourSizeItem();
-
- /**
- Set Time range selection in agenda view starts event editor
- */
- static
- void setSelectionStartsEditor( bool v );
-
- /**
- Get Time range selection in agenda view starts event editor
- */
- static
- bool selectionStartsEditor();
-
- /**
- Get Item object corresponding to SelectionStartsEditor()
- */
- ItemBool *selectionStartsEditorItem();
-
- /**
- Set SelectedPlugins
- */
- static
- void setSelectedPlugins( const TQStringList & v );
-
- /**
- Get SelectedPlugins
- */
- static
- TQStringList selectedPlugins();
-
- /**
- Get Item object corresponding to SelectedPlugins()
- */
- ItemStringList *selectedPluginsItem();
-
- /**
- Set Highlight color
- */
- static
- void setHighlightColor( const TQColor & v );
-
- /**
- Get Highlight color
- */
- static
- TQColor highlightColor();
-
- /**
- Get Item object corresponding to HighlightColor()
- */
- ItemColor *highlightColorItem();
-
- /**
- Set Agenda view background color
- */
- static
- void setAgendaBgColor( const TQColor & v );
-
- /**
- Get Agenda view background color
- */
- static
- TQColor agendaBgColor();
-
- /**
- Get Item object corresponding to AgendaBgColor()
- */
- ItemColor *agendaBgColorItem();
-
- /**
- Set Time bar
- */
- static
- void setTimeBarFont( const TQFont & v );
-
- /**
- Get Time bar
- */
- static
- TQFont timeBarFont();
-
- /**
- Get Item object corresponding to TimeBarFont()
- */
- ItemFont *timeBarFontItem();
-
- static
- void writeConfig()
- {
- static_cast<TDEConfigSkeleton*>(self())->writeConfig();
- }
- protected:
- TestDPointer();
- static TestDPointer *mSelf;
-
- private:
- TestDPointerPrivate *d;
-};
-
-#endif
-