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(). |
|
Definition at line 36 of file phpconfigdata.h. Referenced by getWebFileMode(). |
Constructor & Destructor Documentation
|
Definition at line 22 of file phpconfigdata.cpp. References document, invocationMode, m_codeCompletion, m_codeHinting, m_realtimeParsing, phpExePath, DomUtil::readBoolEntry(), DomUtil::readEntry(), DomUtil::readIntEntry(), webDefaultFile, webFileMode, and webURL. |
|
Definition at line 39 of file phpconfigdata.cpp. |
Member Function Documentation
|
Referenced by storeConfig(). |
|
Definition at line 89 of file phpconfigdata.h. Referenced by PHPCodeCompletion::cursorPositionChanged(), PHPConfigParserWidget::PHPConfigParserWidget(), and PHPCodeCompletion::setActiveEditorPart(). |
|
Definition at line 95 of file phpconfigdata.h. Referenced by PHPCodeCompletion::cursorPositionChanged(), PHPConfigParserWidget::PHPConfigParserWidget(), and PHPCodeCompletion::setActiveEditorPart(). |
|
Definition at line 50 of file phpconfigdata.h. References InvocationMode. Referenced by PHPConfigWidget::PHPConfigWidget(), and PHPSupportPart::slotRun(). |
|
Definition at line 78 of file phpconfigdata.h. Referenced by PHPSupportPart::executeInTerminal(), and PHPConfigWidget::PHPConfigWidget(). |
|
Definition at line 101 of file phpconfigdata.h. Referenced by PHPConfigParserWidget::PHPConfigParserWidget(), and PHPSupportPart::slotActivePartChanged(). |
|
Definition at line 64 of file phpconfigdata.h. Referenced by PHPSupportPart::executeOnWebserver(), and PHPConfigWidget::PHPConfigWidget(). |
|
Definition at line 58 of file phpconfigdata.h. References WebFileMode. Referenced by PHPSupportPart::executeOnWebserver(), and PHPConfigWidget::PHPConfigWidget(). |
|
Definition at line 61 of file phpconfigdata.h. Referenced by PHPSupportPart::executeOnWebserver(), and PHPConfigWidget::PHPConfigWidget(). |
|
Definition at line 86 of file phpconfigdata.h. References m_codeCompletion. Referenced by PHPConfigParserWidget::accept(). |
|
Definition at line 92 of file phpconfigdata.h. References m_codeHinting. Referenced by PHPConfigParserWidget::accept(). |
|
Definition at line 53 of file phpconfigdata.h. References invocationMode. Referenced by PHPConfigWidget::accept(). |
|
Definition at line 81 of file phpconfigdata.h. References phpExePath. Referenced by PHPConfigWidget::accept(). |
|
Definition at line 98 of file phpconfigdata.h. References m_realtimeParsing. Referenced by PHPConfigParserWidget::accept(). |
|
Definition at line 73 of file phpconfigdata.h. References webDefaultFile. Referenced by PHPConfigWidget::accept(). |
|
Definition at line 67 of file phpconfigdata.h. References webFileMode. Referenced by PHPConfigWidget::accept(). |
|
Definition at line 70 of file phpconfigdata.h. References webURL. Referenced by PHPConfigWidget::accept(). |
|
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, webURL, DomUtil::writeBoolEntry(), DomUtil::writeEntry(), and DomUtil::writeIntEntry(). 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 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 PHPConfigData(), setInvocationMode(), storeConfig(), and validateConfig(). |
|
Definition at line 118 of file phpconfigdata.h. Referenced by PHPConfigData(), setCodeCompletion(), and storeConfig(). |
|
Definition at line 119 of file phpconfigdata.h. Referenced by PHPConfigData(), setCodeHinting(), and storeConfig(). |
|
Definition at line 120 of file phpconfigdata.h. Referenced by PHPConfigData(), setRealtimeParsing(), and storeConfig(). |
|
Definition at line 115 of file phpconfigdata.h. Referenced by PHPConfigData(), setPHPExePath(), storeConfig(), and validateConfig(). |
|
Definition at line 112 of file phpconfigdata.h. Referenced by PHPConfigData(), setWebDefaultFile(), and storeConfig(). |
|
Definition at line 110 of file phpconfigdata.h. Referenced by PHPConfigData(), setWebFileMode(), storeConfig(), and validateConfig(). |
|
Definition at line 111 of file phpconfigdata.h. Referenced by PHPConfigData(), setWebURL(), storeConfig(), and validateConfig(). |
The documentation for this class was generated from the following files:
- languages/php/phpconfigdata.h
- languages/php/phpconfigdata.cpp