From 690dd7a33ddc90678367d73adf313533536e10f2 Mon Sep 17 00:00:00 2001 From: Alexey Sokolov Date: Fri, 29 Apr 2016 23:57:30 +0100 Subject: Apply clang-format --- src/modules/objects/KvsObject_comboBox.h | 53 ++++++++++++++++---------------- 1 file changed, 26 insertions(+), 27 deletions(-) (limited to 'src/modules/objects/KvsObject_comboBox.h') diff --git a/src/modules/objects/KvsObject_comboBox.h b/src/modules/objects/KvsObject_comboBox.h index ed3133232..22af362cd 100644 --- a/src/modules/objects/KvsObject_comboBox.h +++ b/src/modules/objects/KvsObject_comboBox.h @@ -1,5 +1,5 @@ -#ifndef _CLASS_COMBOBOX_H_ -#define _CLASS_COMBOBOX_H_ +#ifndef _CLASS_COMBOBOX_H_ +#define _CLASS_COMBOBOX_H_ //============================================================================= // @@ -26,7 +26,6 @@ // //============================================================================= - #include #include "KvsObject_widget.h" #include "object_macros.h" @@ -39,36 +38,36 @@ public: public: QWidget * widget() { return (QWidget *)object(); }; protected: - virtual bool init(KviKvsRunTimeContext * pContext,KviKvsVariantList *pParams); + virtual bool init(KviKvsRunTimeContext * pContext, KviKvsVariantList * pParams); - bool insertItem(KviKvsObjectFunctionCall *c); - bool changeItem(KviKvsObjectFunctionCall *c); - bool removeItem(KviKvsObjectFunctionCall *c); - bool clear(KviKvsObjectFunctionCall *c); -//#warning "$insertPixItem" -//#warning "$changePixItem" + bool insertItem(KviKvsObjectFunctionCall * c); + bool changeItem(KviKvsObjectFunctionCall * c); + bool removeItem(KviKvsObjectFunctionCall * c); + bool clear(KviKvsObjectFunctionCall * c); + //#warning "$insertPixItem" + //#warning "$changePixItem" - bool count(KviKvsObjectFunctionCall *c); - bool setMaxCount(KviKvsObjectFunctionCall *c); - bool maxCount(KviKvsObjectFunctionCall *c); - bool current(KviKvsObjectFunctionCall *c); - bool currentItem(KviKvsObjectFunctionCall *c); - bool setEditable(KviKvsObjectFunctionCall *c); - bool editable(KviKvsObjectFunctionCall *c); - bool setEditText(KviKvsObjectFunctionCall *c); - bool textAt(KviKvsObjectFunctionCall *c); - bool textLineEdit(KviKvsObjectFunctionCall *c); - bool setTextLineEdit(KviKvsObjectFunctionCall *c); + bool count(KviKvsObjectFunctionCall * c); + bool setMaxCount(KviKvsObjectFunctionCall * c); + bool maxCount(KviKvsObjectFunctionCall * c); + bool current(KviKvsObjectFunctionCall * c); + bool currentItem(KviKvsObjectFunctionCall * c); + bool setEditable(KviKvsObjectFunctionCall * c); + bool editable(KviKvsObjectFunctionCall * c); + bool setEditText(KviKvsObjectFunctionCall * c); + bool textAt(KviKvsObjectFunctionCall * c); + bool textLineEdit(KviKvsObjectFunctionCall * c); + bool setTextLineEdit(KviKvsObjectFunctionCall * c); - bool setInsertionPolicy(KviKvsObjectFunctionCall *c); + bool setInsertionPolicy(KviKvsObjectFunctionCall * c); - bool setCurrentItem(KviKvsObjectFunctionCall *c); - bool popup(KviKvsObjectFunctionCall *c); - bool textChangedEvent(KviKvsObjectFunctionCall *c); - bool activatedEvent(KviKvsObjectFunctionCall *c); + bool setCurrentItem(KviKvsObjectFunctionCall * c); + bool popup(KviKvsObjectFunctionCall * c); + bool textChangedEvent(KviKvsObjectFunctionCall * c); + bool activatedEvent(KviKvsObjectFunctionCall * c); protected slots: void editTextChanged(const QString &); void slotActivated(int); }; -#endif // !_CLASS_COMBOBOX_H_ +#endif // !_CLASS_COMBOBOX_H_ -- cgit v1.3.1-10-gc9f91