PHPConfigData Class Reference
#include <phpconfigdata.h>
Inheritance diagram for PHPConfigData:

Detailed Description
- Author:
- Sandy Meier
Definition at line 27 of file phpconfigdata.h.
Member Enumeration Documentation
|
Definition at line 35 of file phpconfigdata.h. Referenced by getInvocationMode(), and PHPConfigData(). |
|
Definition at line 36 of file phpconfigdata.h. Referenced by getWebFileMode(), and PHPConfigData(). |
Constructor & Destructor Documentation
|
Definition at line 22 of file phpconfigdata.cpp. References document, InvocationMode, invocationMode, m_codeCompletion, m_codeHinting, m_realtimeParsing, PHPConfigData(), phpExePath, webDefaultFile, WebFileMode, webFileMode, and webURL. Referenced by PHPConfigData(). |
|
Definition at line 39 of file phpconfigdata.cpp. |
Member Function Documentation
|
Referenced by storeConfig(). |
|
Definition at line 89 of file phpconfigdata.h. References m_codeCompletion. Referenced by PHPCodeCompletion::cursorPositionChanged(), PHPConfigParserWidget::PHPConfigParserWidget(), and PHPCodeCompletion::setActiveEditorPart(). |
|
Definition at line 95 of file phpconfigdata.h. References m_codeHinting. Referenced by PHPCodeCompletion::cursorPositionChanged(), PHPConfigParserWidget::PHPConfigParserWidget(), and PHPCodeCompletion::setActiveEditorPart(). |
|
Definition at line 50 of file phpconfigdata.h. References invocationMode, and InvocationMode. Referenced by PHPConfigWidget::PHPConfigWidget(), and PHPSupportPart::slotRun(). |
|
Definition at line 78 of file phpconfigdata.h. References phpExePath. Referenced by PHPSupportPart::executeInTerminal(), and PHPConfigWidget::PHPConfigWidget(). |
|
Definition at line 101 of file phpconfigdata.h. References m_realtimeParsing. Referenced by PHPConfigParserWidget::PHPConfigParserWidget(), and PHPSupportPart::slotActivePartChanged(). |
|
Definition at line 64 of file phpconfigdata.h. References webDefaultFile. Referenced by PHPSupportPart::executeOnWebserver(), and PHPConfigWidget::PHPConfigWidget(). |
|
Definition at line 58 of file phpconfigdata.h. References webFileMode, and WebFileMode. Referenced by PHPSupportPart::executeOnWebserver(), and PHPConfigWidget::PHPConfigWidget(). |
|
Definition at line 61 of file phpconfigdata.h. References webURL. Referenced by PHPSupportPart::executeOnWebserver(), and PHPConfigWidget::PHPConfigWidget(). |
|
Definition at line 86 of file phpconfigdata.h. References m_codeCompletion, and setCodeCompletion(). Referenced by PHPConfigParserWidget::accept(), and setCodeCompletion(). |
|
Definition at line 92 of file phpconfigdata.h. References m_codeHinting, and setCodeHinting(). Referenced by PHPConfigParserWidget::accept(), and setCodeHinting(). |
|
Definition at line 53 of file phpconfigdata.h. References invocationMode, and setInvocationMode(). Referenced by PHPConfigWidget::accept(), and setInvocationMode(). |
|
Definition at line 81 of file phpconfigdata.h. References phpExePath, and setPHPExePath(). Referenced by PHPConfigWidget::accept(), and setPHPExePath(). |
|
Definition at line 98 of file phpconfigdata.h. References m_realtimeParsing, and setRealtimeParsing(). Referenced by PHPConfigParserWidget::accept(), and setRealtimeParsing(). |
|
Definition at line 73 of file phpconfigdata.h. References setWebDefaultFile(), and webDefaultFile. Referenced by PHPConfigWidget::accept(), and setWebDefaultFile(). |
|
Definition at line 67 of file phpconfigdata.h. References setWebFileMode(), and webFileMode. Referenced by PHPConfigWidget::accept(), and setWebFileMode(). |
|
Definition at line 70 of file phpconfigdata.h. References setWebURL(), and webURL. Referenced by PHPConfigWidget::accept(), and setWebURL(). |
|
write the configuration to the DOM document(project file)
Definition at line 42 of file phpconfigdata.cpp. References configStored(), document, invocationMode, m_codeCompletion, m_codeHinting, m_realtimeParsing, phpExePath, webDefaultFile, webFileMode, and webURL. Referenced by PHPConfigWidget::accept(), and PHPConfigParserWidget::accept(). |
|
returns true if the configuration is ok, false if something is missing
Definition at line 57 of file phpconfigdata.cpp. References Current, Default, invocationMode, phpExePath, Web, webFileMode, and webURL. Referenced by PHPSupportPart::validateConfig(). |
Member Data Documentation
|
Definition at line 107 of file phpconfigdata.h. Referenced by PHPConfigData(), and storeConfig(). |
|
Definition at line 108 of file phpconfigdata.h. Referenced by getInvocationMode(), PHPConfigData(), setInvocationMode(), storeConfig(), and validateConfig(). |
|
Definition at line 118 of file phpconfigdata.h. Referenced by getCodeCompletion(), PHPConfigData(), setCodeCompletion(), and storeConfig(). |
|
Definition at line 119 of file phpconfigdata.h. Referenced by getCodeHinting(), PHPConfigData(), setCodeHinting(), and storeConfig(). |
|
Definition at line 120 of file phpconfigdata.h. Referenced by getRealtimeParsing(), PHPConfigData(), setRealtimeParsing(), and storeConfig(). |
|
Definition at line 115 of file phpconfigdata.h. Referenced by getPHPExecPath(), PHPConfigData(), setPHPExePath(), storeConfig(), and validateConfig(). |
|
Definition at line 112 of file phpconfigdata.h. Referenced by getWebDefaultFile(), PHPConfigData(), setWebDefaultFile(), and storeConfig(). |
|
Definition at line 110 of file phpconfigdata.h. Referenced by getWebFileMode(), PHPConfigData(), setWebFileMode(), storeConfig(), and validateConfig(). |
|
Definition at line 111 of file phpconfigdata.h. Referenced by getWebURL(), PHPConfigData(), setWebURL(), storeConfig(), and validateConfig(). |
The documentation for this class was generated from the following files:
- languages/php/phpconfigdata.h
- languages/php/phpconfigdata.cpp