git-svn-id: svn://db.shs.com.ru/pip@178 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5

This commit is contained in:
2016-02-03 11:47:30 +00:00
parent b41e472ff0
commit dc7048d100
8 changed files with 77 additions and 108 deletions

View File

@@ -39,8 +39,6 @@ protected:
};
class PIP_EXPORT TileList: public PIScreenTile {
public:
TileList(const PIString & n = PIString());
@@ -68,8 +66,6 @@ protected:
};
class PIP_EXPORT TileButton: public PIScreenTile {
public:
TileButton(const PIString & n = PIString());
@@ -104,8 +100,6 @@ protected:
};
class PIP_EXPORT TileCheck: public PIScreenTile {
public:
TileCheck(const PIString & n = PIString());
@@ -122,8 +116,6 @@ protected:
};
class PIP_EXPORT TileProgress: public PIScreenTile {
public:
TileProgress(const PIString & n = PIString());
@@ -138,8 +130,6 @@ protected:
};
class PIP_EXPORT TilePICout: public TileList {
public:
TilePICout(const PIString & n = PIString());
@@ -151,8 +141,6 @@ protected:
};
class PIP_EXPORT TileInput: public PIScreenTile {
public:
TileInput(const PIString & n = PIString());