DCL 3.7.4
Loading...
Searching...
No Matches
Menu.cpp File Reference
#include <dcl/Config.h>
#include <dcl/List.h>
#include <dcl/HashMap.h>
#include <dcl/Numeric.h>
#include <dcl/Files.h>
#include "ServletMain.h"
#include "HtmlPage.h"
#include "Menu.h"

Go to the source code of this file.

Classes

class  HtmlMenuItem

Functions

 IMPLEMENT_CLASSINFO_EX (MenuView, HtmlView) MenuView
 IMPLEMENT_CLASSINFO_EX (HeadSignMenuForm, FormView) HeadSignMenuForm

Function Documentation

◆ IMPLEMENT_CLASSINFO_EX() [1/2]

IMPLEMENT_CLASSINFO_EX ( HeadSignMenuForm ,
FormView  )

Definition at line 308 of file Menu.cpp.

311 : FormView(pPage)
312{
313}

◆ IMPLEMENT_CLASSINFO_EX() [2/2]

IMPLEMENT_CLASSINFO_EX ( MenuView ,
HtmlView  )

Definition at line 230 of file Menu.cpp.

233 : HtmlView(pPage)
234{
235}