CEGUI::MetricsMode::Absolute

For help with anything that CEGUI doesn't offer straight out-of-the-box, e.g.:
- Implementation of new features, such as new Core classes, widgets, WindowRenderers, etc. ...
- Modification of any existing features for specific purposes
- Integration of CEGUI in new engines or frameworks and writing of new plugins (Renderer, Parser, ...) or modules

Moderators: CEGUI MVP, CEGUI Team

User avatar
CrazyEddie
CEGUI Project Lead
Posts: 6760
Joined: Wed Jan 12, 2005 12:06
Location: England
Contact:

CEGUI::MetricsMode::Absolute

Postby CrazyEddie » Tue Oct 12, 2004 04:54

What does line 45 of IWindow look like?

User avatar
CrazyEddie
CEGUI Project Lead
Posts: 6760
Joined: Wed Jan 12, 2005 12:06
Location: England
Contact:

CEGUI::MetricsMode::Absolute

Postby CrazyEddie » Tue Oct 12, 2004 13:09

Hi,

MetricsMode is an enumeration; in C++ enums do not introduce any new scope, so you must not put the enum name when you use the enumerated values.

So, in this case, all you need to do is replace all instances of CEGUI::MetricsMode::Absolute with CEGUI::Absolute.

HTH

CE.


Return to “Modifications / Integrations / Customisations”

Who is online

Users browsing this forum: No registered users and 13 guests