mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 00:32:57 -04:00
*** empty log message ***
This commit is contained in:
parent
ab3bba6fce
commit
933b12bbeb
@ -12,7 +12,7 @@
|
|||||||
|
|
||||||
#include <eventHandler.h>
|
#include <eventHandler.h>
|
||||||
|
|
||||||
class GuiButton : public Namable {
|
class EXPCL_PANDA GuiButton : public Namable {
|
||||||
private:
|
private:
|
||||||
GuiLabel* _up;
|
GuiLabel* _up;
|
||||||
GuiLabel* _up_rollover;
|
GuiLabel* _up_rollover;
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
class GuiManager;
|
class GuiManager;
|
||||||
|
|
||||||
class GuiLabel {
|
class EXPCL_PANDA GuiLabel {
|
||||||
private:
|
private:
|
||||||
enum LabelType { NONE, SIMPLE_TEXTURE, SIMPLE_TEXT };
|
enum LabelType { NONE, SIMPLE_TEXTURE, SIMPLE_TEXT };
|
||||||
LabelType _type;
|
LabelType _type;
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
#include "guiLabel.h"
|
#include "guiLabel.h"
|
||||||
#include "config_gui.h"
|
#include "config_gui.h"
|
||||||
|
|
||||||
class GuiManager {
|
class EXPCL_PANDA GuiManager {
|
||||||
private:
|
private:
|
||||||
typedef map<GraphicsWindow*, GuiManager*> GuiMap;
|
typedef map<GraphicsWindow*, GuiManager*> GuiMap;
|
||||||
static GuiMap* _map;
|
static GuiMap* _map;
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
|
|
||||||
class GuiManager;
|
class GuiManager;
|
||||||
|
|
||||||
class GuiRegion : public Namable {
|
class EXPCL_PANDA GuiRegion : public Namable {
|
||||||
private:
|
private:
|
||||||
float _left, _right, _bottom, _top;
|
float _left, _right, _bottom, _top;
|
||||||
PT(MouseWatcherRegion) _region;
|
PT(MouseWatcherRegion) _region;
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
|
|
||||||
#include <eventHandler.h>
|
#include <eventHandler.h>
|
||||||
|
|
||||||
class GuiRollover : public Namable {
|
class EXPCL_PANDA GuiRollover : public Namable {
|
||||||
private:
|
private:
|
||||||
GuiLabel* _off;
|
GuiLabel* _off;
|
||||||
GuiLabel* _on;
|
GuiLabel* _on;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user