Public Member Functions

HFile_corba Class Reference

Inheritance diagram for HFile_corba:
Collaboration diagram for HFile_corba:

Public Member Functions

 HFile_corba ()
 donothing ($keywordin)

Detailed Description

Definition at line 5 of file HFile_corba.php.


Member Function Documentation

HFile_corba::donothing ( keywordin  ) 

Definition at line 137 of file HFile_corba.php.

{
        return $keywordin;
}

HFile_corba::HFile_corba (  ) 

Definition at line 6 of file HFile_corba.php.

References HFile::HFile().

                         {
     $this->HFile();    
/*************************************/
// Beautifier Highlighting Configuration File 
// CORBA IDL
/*************************************/
// Flags

$this->nocase                   = "0";
$this->notrim                   = "0";
$this->perl                     = "0";

// Colours

$this->colours          = array("blue", "purple", "gray", "brown");
$this->quotecolour              = "blue";
$this->blockcommentcolour       = "green";
$this->linecommentcolour        = "green";

// Indent Strings

$this->indent                   = array("{");
$this->unindent                 = array("}");

// String characters and delimiters

$this->stringchars              = array("\"", "'");
$this->delimiters               = array("~", "!", "@", "%", "^", "*", "(", ")", "-", "+", "=", "\\", "/", "{", "}", "[", "]", ":", ";", "\"", "'", "<", ">", " ", ",", "        ", ".", "?");
$this->escchar                  = "";

// Comment settings

$this->linecommenton            = array("//");
$this->blockcommenton           = array("/*");
$this->blockcommentoff          = array("*/");

// Keywords (keyword mapping to colour number)

$this->keywords                 = array(
                        "any" => "1", 
                        "boolean" => "1", 
                        "case" => "1", 
                        "char" => "1", 
                        "const" => "1", 
                        "default" => "1", 
                        "double" => "1", 
                        "enum" => "1", 
                        "exception" => "1", 
                        "FALSE" => "1", 
                        "fixed" => "1", 
                        "float" => "1", 
                        "in" => "1", 
                        "inout" => "1", 
                        "long" => "1", 
                        "Object" => "1", 
                        "octet" => "1", 
                        "oneway" => "1", 
                        "out" => "1", 
                        "raises" => "1", 
                        "readonly" => "1", 
                        "sequence" => "1", 
                        "short" => "1", 
                        "string" => "1", 
                        "struct" => "1", 
                        "switch" => "1", 
                        "TRUE" => "1", 
                        "typedef" => "1", 
                        "unsigned" => "1", 
                        "union" => "1", 
                        "void" => "1", 
                        "wchar" => "1", 
                        "wstring" => "1", 
                        "attribute" => "2", 
                        "context" => "2", 
                        "interface" => "2", 
                        "module" => "2", 
                        "#define" => "3", 
                        "#error" => "3", 
                        "#include" => "3", 
                        "#elif" => "3", 
                        "#if" => "3", 
                        "#line" => "3", 
                        "#else" => "3", 
                        "#ifdef" => "3", 
                        "#pragma" => "3", 
                        "#endif" => "3", 
                        "#ifndef" => "3", 
                        "#undef" => "3", 
                        "#" => "3", 
                        "##" => "3", 
                        "!" => "3", 
                        "||" => "3", 
                        "&&" => "3", 
                        ";" => "4", 
                        "{" => "4", 
                        "}" => "4", 
                        ":" => "4", 
                        "," => "4", 
                        "=" => "4", 
                        "+" => "4", 
                        "-" => "4", 
                        "(" => "4", 
                        ")" => "4", 
                        "<" => "4", 
                        ">" => "4", 
                        "[" => "4", 
                        "]" => "4", 
                        "'" => "4", 
                        "\"" => "4", 
                        "\\" => "4", 
                        "^" => "4", 
                        "*" => "4", 
                        "/" => "4", 
                        "%" => "4", 
                        "~" => "4");

// Special extensions

// Each category can specify a PHP function that returns an altered
// version of the keyword.
        
        

$this->linkscripts      = array(
                        "1" => "donothing", 
                        "2" => "donothing", 
                        "3" => "donothing", 
                        "4" => "donothing");
}

Here is the call graph for this function:


The documentation for this class was generated from the following file: