CppCodeCompletionConfig Class Reference
#include <cppcodecompletionconfig.h>
Inheritance diagram for CppCodeCompletionConfig:


Detailed Description
- Author:
- Roberto Raggi
Definition at line 24 of file cppcodecompletionconfig.h.
Constructor & Destructor Documentation
|
Definition at line 23 of file cppcodecompletionconfig.cpp. References init(). |
|
Definition at line 29 of file cppcodecompletionconfig.cpp. |
Member Function Documentation
|
Definition at line 87 of file cppcodecompletionconfig.h. Referenced by CCConfigWidget::initCodeCompletionTab(). |
|
Definition at line 66 of file cppcodecompletionconfig.h. Referenced by CCConfigWidget::initCodeCompletionTab(). |
|
Definition at line 59 of file cppcodecompletionconfig.h. Referenced by CCConfigWidget::initCodeCompletionTab(). |
|
Definition at line 73 of file cppcodecompletionconfig.h. |
|
Definition at line 80 of file cppcodecompletionconfig.h. Referenced by CCConfigWidget::initCodeCompletionTab(). |
|
Definition at line 94 of file cppcodecompletionconfig.h. |
|
Definition at line 45 of file cppcodecompletionconfig.h. Referenced by CppCodeCompletion::computeCompletionEntryList(), and CCConfigWidget::initCodeCompletionTab(). |
|
Definition at line 31 of file cppcodecompletionconfig.h. Referenced by CppCodeCompletion::computeCompletionEntryList(), and CCConfigWidget::initCodeCompletionTab(). |
|
Definition at line 52 of file cppcodecompletionconfig.h. Referenced by CppCodeCompletion::computeCompletionEntryList(), and CCConfigWidget::initCodeCompletionTab(). |
|
Definition at line 38 of file cppcodecompletionconfig.h. Referenced by CppCodeCompletion::computeCompletionEntryList(), and CCConfigWidget::initCodeCompletionTab(). |
|
Definition at line 33 of file cppcodecompletionconfig.cpp. References defaultPath, m_argumentsHintDelay, m_automaticArgumentsHint, m_automaticCodeCompletion, m_automaticHeaderCompletion, m_codeCompletionDelay, m_dom, m_headerCompletionDelay, m_includeEnums, m_includeGlobalFunctions, m_includeTypedefs, m_includeTypes, DomUtil::readBoolEntry(), and DomUtil::readIntEntry(). Referenced by CppCodeCompletionConfig(). |
|
Definition at line 93 of file cppcodecompletionconfig.cpp. References m_argumentsHintDelay. Referenced by CCConfigWidget::saveCodeCompletionTab(). |
|
Definition at line 83 of file cppcodecompletionconfig.cpp. References m_automaticArgumentsHint. Referenced by CCConfigWidget::saveCodeCompletionTab(). |
|
Definition at line 78 of file cppcodecompletionconfig.cpp. References m_automaticCodeCompletion. Referenced by CCConfigWidget::saveCodeCompletionTab(). |
|
Definition at line 108 of file cppcodecompletionconfig.cpp. References m_automaticHeaderCompletion. |
|
Definition at line 88 of file cppcodecompletionconfig.cpp. References m_codeCompletionDelay. Referenced by CCConfigWidget::saveCodeCompletionTab(). |
|
Definition at line 103 of file cppcodecompletionconfig.cpp. References m_headerCompletionDelay. |
|
Definition at line 68 of file cppcodecompletionconfig.cpp. References m_includeEnums. Referenced by CCConfigWidget::saveCodeCompletionTab(). |
|
Definition at line 98 of file cppcodecompletionconfig.cpp. References m_includeGlobalFunctions. Referenced by CCConfigWidget::saveCodeCompletionTab(). |
|
Definition at line 73 of file cppcodecompletionconfig.cpp. References m_includeTypedefs. Referenced by CCConfigWidget::saveCodeCompletionTab(). |
|
Definition at line 63 of file cppcodecompletionconfig.cpp. References m_includeTypes. Referenced by CCConfigWidget::saveCodeCompletionTab(). |
|
Definition at line 47 of file cppcodecompletionconfig.cpp. References defaultPath, m_argumentsHintDelay, m_automaticArgumentsHint, m_automaticCodeCompletion, m_automaticHeaderCompletion, m_codeCompletionDelay, m_dom, m_headerCompletionDelay, m_includeEnums, m_includeGlobalFunctions, m_includeTypedefs, m_includeTypes, stored(), DomUtil::writeBoolEntry(), and DomUtil::writeIntEntry(). Referenced by CppSupportPart::projectClosed(), and CCConfigWidget::saveCodeCompletionTab(). |
|
Referenced by store(). |
Member Data Documentation
|
Definition at line 21 of file cppcodecompletionconfig.cpp. |
|
Definition at line 121 of file cppcodecompletionconfig.h. Referenced by init(), setArgumentsHintDelay(), and store(). |
|
Definition at line 118 of file cppcodecompletionconfig.h. Referenced by init(), setAutomaticArgumentsHint(), and store(). |
|
Definition at line 117 of file cppcodecompletionconfig.h. Referenced by init(), setAutomaticCodeCompletion(), and store(). |
|
Definition at line 119 of file cppcodecompletionconfig.h. Referenced by init(), setAutomaticHeaderCompletion(), and store(). |
|
Definition at line 120 of file cppcodecompletionconfig.h. Referenced by init(), setCodeCompletionDelay(), and store(). |
|
Definition at line 112 of file cppcodecompletionconfig.h. |
|
Definition at line 122 of file cppcodecompletionconfig.h. Referenced by init(), setHeaderCompletionDelay(), and store(). |
|
Definition at line 115 of file cppcodecompletionconfig.h. Referenced by init(), setIncludeEnums(), and store(). |
|
Definition at line 113 of file cppcodecompletionconfig.h. Referenced by init(), setIncludeGlobalFunctions(), and store(). |
|
Definition at line 116 of file cppcodecompletionconfig.h. Referenced by init(), setIncludeTypedefs(), and store(). |
|
Definition at line 114 of file cppcodecompletionconfig.h. Referenced by init(), setIncludeTypes(), and store(). |
|
Definition at line 111 of file cppcodecompletionconfig.h. |
The documentation for this class was generated from the following files:
- languages/cpp/cppcodecompletionconfig.h
- languages/cpp/cppcodecompletionconfig.cpp